UNPKG

veffect

Version:

powerful TypeScript validation library built on the robust foundation of Effect combining exceptional type safety, high performance, and developer experience. Taking inspiration from Effect's functional principles, VEffect delivers a balanced approach tha

16 lines (14 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unify = void 0; var _Function = /*#__PURE__*/require("./Function.js"); /** * @since 2.0.0 */ /** * @since 2.0.0 */ const unify = exports.unify = _Function.identity; //# sourceMappingURL=Unify.js.map