Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@swc/helpers/cjs/_skip_first_generator_next.cjs

"use strict";

function _skip_first_generator_next(fn) {
    return function() {
        var it = fn.apply(this, arguments);
        it.next();

        return it;
    };
}
exports._ = _skip_first_generator_next;
Back to Directory File Manager