UNPKG

typia

Version:

Superfast runtime validators with only one line

39 lines (38 loc) 1.1 kB
import { __exportAll } from "./_virtual/_rolldown/runtime.mjs"; import { NoTransformConfigurationError } from "./transformers/NoTransformConfigurationError.mjs"; //#region src/compare.ts var compare_exports = /* @__PURE__ */ __exportAll({ cover: () => cover, createCover: () => createCover, createEquals: () => createEquals, createLess: () => createLess, equals: () => equals, less: () => less }); /** @internal */ function equals() { NoTransformConfigurationError("compare.equals"); } /** @internal */ function cover() { NoTransformConfigurationError("compare.cover"); } /** @internal */ function less() { NoTransformConfigurationError("compare.less"); } /** @internal */ function createEquals() { NoTransformConfigurationError("compare.createEquals"); } /** @internal */ function createCover() { NoTransformConfigurationError("compare.createCover"); } /** @internal */ function createLess() { NoTransformConfigurationError("compare.createLess"); } //#endregion export { compare_exports, cover, createCover, createEquals, createLess, equals, less }; //# sourceMappingURL=compare.mjs.map