UNPKG

@sontrx/typia

Version:

Superfast runtime validators with only one line

37 lines 741 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.applicationOfValidate = applicationOfValidate; exports.application = application; exports.parameters = parameters; exports.schema = schema; /** * @internal */ function applicationOfValidate() { halt("applicationOfValidate"); } /** * @internal */ function application() { halt("application"); } /** * @internal */ function parameters() { halt("parameters"); } /** * @internal */ function schema() { halt("schema"); } /** * @internal */ function halt(name) { throw new Error(`Error on typia.llm.${name}(): no transform has been configured. Read and follow https://typia.io/docs/setup please.`); } //# sourceMappingURL=llm.js.map