UNPKG

ramda-generators

Version:

A collection of lazily evaluated generators and functions to work with generators in Javascript and Typescript, following the style of Ramda's functions

7 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ramda_1 = require("ramda"); var zipWith_1 = require("./zipWith"); exports.zip = zipWith_1.zipWith(ramda_1.pair); exports.zipAsync = zipWith_1.zipWithAsync(ramda_1.pair); //# sourceMappingURL=zip.js.map