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

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

        return it;
    };
}
export { _skip_first_generator_next as _ };
Back to Directory File Manager