UNPKG

@swc/helpers

Version:

External helpers for the swc project.

12 lines (9 loc) 213 B
"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;