UNPKG

@typed/fp

Version:

Data Structures and Resources for fp-ts

16 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Branded = void 0; /** * Branded is a module to help you construct Branded types. * * @since 0.9.2 */ const function_1 = require("./function"); /** * @since 0.9.2 * @category Constructor */ const Branded = () => (e) => (0, function_1.unsafeCoerce)(e); exports.Branded = Branded; //# sourceMappingURL=Branded.js.map