typia
Version:
Superfast runtime validators with only one line
29 lines (28 loc) • 805 B
JavaScript
import { __exportAll } from "./_virtual/_rolldown/runtime.mjs";
import { NoTransformConfigurationError } from "./transformers/NoTransformConfigurationError.mjs";
//#region src/reflect.ts
var reflect_exports = /* @__PURE__ */ __exportAll({
literals: () => literals,
name: () => name,
schema: () => schema,
schemas: () => schemas
});
/** @internal */
function schemas() {
NoTransformConfigurationError("reflect.schemas");
}
/** @internal */
function schema() {
NoTransformConfigurationError("reflect.schema");
}
/** @internal */
function name() {
NoTransformConfigurationError("reflect.name");
}
/** @internal */
function literals() {
NoTransformConfigurationError("reflect.literals");
}
//#endregion
export { literals, name, reflect_exports, schema, schemas };
//# sourceMappingURL=reflect.mjs.map