UNPKG

@effect-ts/system

Version:

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

16 lines (13 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.makeHash = makeHash; require("../Operator/index.js"); // ets_tracing: off function makeHash(hash) { return { hash }; } //# sourceMappingURL=index.js.map