UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

30 lines 593 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.application = application; exports.parameters = parameters; exports.schema = schema; /** * @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