@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
17 lines (14 loc) • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.zipWithIndex = zipWithIndex;
var _zipWithIndexOffset = /*#__PURE__*/require("./zipWithIndexOffset.js");
/**
* Zips this chunk with the index of every element, starting from the initial
* index value.
*/
function zipWithIndex(self) {
return (0, _zipWithIndexOffset.zipWithIndexOffset_)(self, 0);
}
//# sourceMappingURL=zipWithIndex.js.map