Sha256: ebe94999688e84674e0518acc76ed9d8792a796be4184ac7387296ede1211ce7
Contents?: true
Size: 293 Bytes
Versions: 49
Compression:
Stored size: 293 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = doLimit; function doLimit(fn, limit) { return function (iterable, iteratee, callback) { return fn(iterable, limit, iteratee, callback); }; } module.exports = exports["default"];
Version data entries
49 entries across 47 versions & 12 rubygems