UNPKG

typia

Version:

Superfast runtime validators with only one line

94 lines (93 loc) 2.95 kB
import { __exportAll } from "./_virtual/_rolldown/runtime.mjs"; import { NoTransformConfigurationError } from "./transformers/NoTransformConfigurationError.mjs"; //#region src/protobuf.ts var protobuf_exports = /* @__PURE__ */ __exportAll({ assertDecode: () => assertDecode, assertEncode: () => assertEncode, createAssertDecode: () => createAssertDecode, createAssertEncode: () => createAssertEncode, createDecode: () => createDecode, createEncode: () => createEncode, createIsDecode: () => createIsDecode, createIsEncode: () => createIsEncode, createValidateDecode: () => createValidateDecode, createValidateEncode: () => createValidateEncode, decode: () => decode, encode: () => encode, isDecode: () => isDecode, isEncode: () => isEncode, message: () => message, validateDecode: () => validateDecode, validateEncode: () => validateEncode }); /** @internal */ function message() { NoTransformConfigurationError("protobuf.message"); } /** @internal */ function decode() { NoTransformConfigurationError("protobuf.decode"); } /** @internal */ function assertDecode() { NoTransformConfigurationError("protobuf.assertDecode"); } /** @internal */ function isDecode() { NoTransformConfigurationError("protobuf.isDecode"); } /** @internal */ function validateDecode() { NoTransformConfigurationError("protobuf.validateDecode"); } /** @internal */ function encode() { NoTransformConfigurationError("protobuf.encode"); } /** @internal */ function assertEncode() { NoTransformConfigurationError("protobuf.assertEncode"); } /** @internal */ function isEncode() { NoTransformConfigurationError("protobuf.isEncode"); } /** @internal */ function validateEncode() { NoTransformConfigurationError("protobuf.validateEncode"); } /** @internal */ function createDecode() { NoTransformConfigurationError("protobuf.createDecode"); } /** @internal */ function createIsDecode() { NoTransformConfigurationError("protobuf.createIsDecode"); } /** @internal */ function createAssertDecode() { NoTransformConfigurationError("protobuf.createAssertDecode"); } /** @internal */ function createValidateDecode() { NoTransformConfigurationError("protobuf.createValidateDecode"); } /** @internal */ function createEncode() { NoTransformConfigurationError("protobuf.createEncode"); } /** @internal */ function createIsEncode() { NoTransformConfigurationError("protobuf.createIsEncode"); } /** @internal */ function createAssertEncode() { NoTransformConfigurationError("protobuf.createAssertEncode"); } /** @internal */ function createValidateEncode() { NoTransformConfigurationError("protobuf.createValidateEncode"); } //#endregion export { assertDecode, assertEncode, createAssertDecode, createAssertEncode, createDecode, createEncode, createIsDecode, createIsEncode, createValidateDecode, createValidateEncode, decode, encode, isDecode, isEncode, message, protobuf_exports, validateDecode, validateEncode }; //# sourceMappingURL=protobuf.mjs.map