UNPKG

to-typed

Version:

Type-guards, casts and converts unknowns into typed values

9 lines 691 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Convert = exports.Guard = exports.Cast = exports.Maybe = void 0; var internal_js_1 = require("./internal.js"); Object.defineProperty(exports, "Maybe", { enumerable: true, get: function () { return internal_js_1.Maybe; } }); Object.defineProperty(exports, "Cast", { enumerable: true, get: function () { return internal_js_1.Cast; } }); Object.defineProperty(exports, "Guard", { enumerable: true, get: function () { return internal_js_1.Guard; } }); Object.defineProperty(exports, "Convert", { enumerable: true, get: function () { return internal_js_1.Convert; } }); //# sourceMappingURL=index.js.map