UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

12 lines (10 loc) 191 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.next = next; // ets_tracing: off function next(l) { return l + 1; } //# sourceMappingURL=next.js.map