Sha256: c01954386900d4c365f5f42e83241ff4aa04a8857b1e84e9441653740ae31b65
Contents?: true
Size: 181 Bytes
Versions: 60
Compression:
Stored size: 181 Bytes
Contents
function _skipFirstGeneratorNext(fn) { return function () { var it = fn.apply(this, arguments); it.next(); return it; }; } module.exports = _skipFirstGeneratorNext;
Version data entries
60 entries across 49 versions & 8 rubygems