UNPKG

ts-stronger-types

Version:

Runtime checking of types and integrity for Typescript projects

10 lines 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.checked = exports.TypedConfig = exports.Typed = void 0; const typed_decorator_1 = require("./lib/typed.decorator"); Object.defineProperty(exports, "Typed", { enumerable: true, get: function () { return typed_decorator_1.Typed; } }); const typed_config_1 = require("./lib/typed.config"); Object.defineProperty(exports, "TypedConfig", { enumerable: true, get: function () { return typed_config_1.TypedConfig; } }); const checked_function_1 = require("./lib/checked.function"); Object.defineProperty(exports, "checked", { enumerable: true, get: function () { return checked_function_1.checked; } }); //# sourceMappingURL=index.js.map