UNPKG

@swc/helpers

Version:

External helpers for the swc project.

10 lines (8 loc) 209 B
export function _skip_first_generator_next(fn) { return function() { var it = fn.apply(this, arguments); it.next(); return it; }; } export { _skip_first_generator_next as _ };