typia 6.3.3 → 6.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/lib/TypeGuardError.mjs +26 -0
  2. package/lib/TypeGuardError.mjs.map +1 -0
  3. package/lib/_external/node_modules_drange_lib/index.mjs +180 -0
  4. package/lib/_external/node_modules_drange_lib/index.mjs.map +1 -0
  5. package/lib/_external/node_modules_randexp_lib/randexp.mjs +270 -0
  6. package/lib/_external/node_modules_randexp_lib/randexp.mjs.map +1 -0
  7. package/lib/_external/node_modules_ret_lib/index.mjs +296 -0
  8. package/lib/_external/node_modules_ret_lib/index.mjs.map +1 -0
  9. package/lib/_external/node_modules_ret_lib/positions.mjs +11 -0
  10. package/lib/_external/node_modules_ret_lib/positions.mjs.map +1 -0
  11. package/lib/_external/node_modules_ret_lib/sets.mjs +55 -0
  12. package/lib/_external/node_modules_ret_lib/sets.mjs.map +1 -0
  13. package/lib/_external/node_modules_ret_lib/types.mjs +13 -0
  14. package/lib/_external/node_modules_ret_lib/types.mjs.map +1 -0
  15. package/lib/_external/node_modules_ret_lib/util.mjs +116 -0
  16. package/lib/_external/node_modules_ret_lib/util.mjs.map +1 -0
  17. package/lib/_virtual/_commonjsHelpers.mjs +6 -0
  18. package/lib/_virtual/_commonjsHelpers.mjs.map +1 -0
  19. package/lib/_virtual/index.mjs +4 -0
  20. package/lib/_virtual/index.mjs.map +1 -0
  21. package/lib/_virtual/positions.mjs +4 -0
  22. package/lib/_virtual/positions.mjs.map +1 -0
  23. package/lib/_virtual/sets.mjs +4 -0
  24. package/lib/_virtual/sets.mjs.map +1 -0
  25. package/lib/_virtual/util.mjs +4 -0
  26. package/lib/_virtual/util.mjs.map +1 -0
  27. package/lib/functional/Namespace/functional.mjs +8 -0
  28. package/lib/functional/Namespace/functional.mjs.map +1 -0
  29. package/lib/functional/Namespace/http.mjs +12 -0
  30. package/lib/functional/Namespace/http.mjs.map +1 -0
  31. package/lib/functional/Namespace/index.mjs +54 -0
  32. package/lib/functional/Namespace/index.mjs.map +1 -0
  33. package/lib/functional/Namespace/json.mjs +18 -0
  34. package/lib/functional/Namespace/json.mjs.map +1 -0
  35. package/lib/functional/Namespace/misc.mjs +16 -0
  36. package/lib/functional/Namespace/misc.mjs.map +1 -0
  37. package/lib/functional/Namespace/notations.mjs +24 -0
  38. package/lib/functional/Namespace/notations.mjs.map +1 -0
  39. package/lib/functional/Namespace/protobuf.mjs +22 -0
  40. package/lib/functional/Namespace/protobuf.mjs.map +1 -0
  41. package/lib/functional/_FormDataReader/_FormDataReader.mjs +64 -0
  42. package/lib/functional/_FormDataReader/_FormDataReader.mjs.map +1 -0
  43. package/lib/functional/_HeadersReader/_HeadersReader.mjs +25 -0
  44. package/lib/functional/_HeadersReader/_HeadersReader.mjs.map +1 -0
  45. package/lib/functional/_ParameterReader/_ParameterReader.mjs +25 -0
  46. package/lib/functional/_ParameterReader/_ParameterReader.mjs.map +1 -0
  47. package/lib/functional/_ProtobufReader.mjs +177 -0
  48. package/lib/functional/_ProtobufReader.mjs.map +1 -0
  49. package/lib/functional/_ProtobufSizer.mjs +133 -0
  50. package/lib/functional/_ProtobufSizer.mjs.map +1 -0
  51. package/lib/functional/_ProtobufWriter.mjs +125 -0
  52. package/lib/functional/_ProtobufWriter.mjs.map +1 -0
  53. package/lib/functional/_QueryReader/_QueryReader.mjs +38 -0
  54. package/lib/functional/_QueryReader/_QueryReader.mjs.map +1 -0
  55. package/lib/functional/_any.mjs +6 -0
  56. package/lib/functional/_any.mjs.map +1 -0
  57. package/lib/functional/_clone.mjs +4 -0
  58. package/lib/functional/_clone.mjs.map +1 -0
  59. package/lib/functional/_convention.mjs +37 -0
  60. package/lib/functional/_convention.mjs.map +1 -0
  61. package/lib/functional/_every.mjs +10 -0
  62. package/lib/functional/_every.mjs.map +1 -0
  63. package/lib/functional/_guard.mjs +18 -0
  64. package/lib/functional/_guard.mjs.map +1 -0
  65. package/lib/functional/_is_between.mjs +4 -0
  66. package/lib/functional/_is_between.mjs.map +1 -0
  67. package/lib/functional/_join.mjs +44 -0
  68. package/lib/functional/_join.mjs.map +1 -0
  69. package/lib/functional/_number.mjs +15 -0
  70. package/lib/functional/_number.mjs.map +1 -0
  71. package/lib/functional/_report.mjs +16 -0
  72. package/lib/functional/_report.mjs.map +1 -0
  73. package/lib/functional/_rest.mjs +6 -0
  74. package/lib/functional/_rest.mjs.map +1 -0
  75. package/lib/functional/_stoll.mjs +12 -0
  76. package/lib/functional/_stoll.mjs.map +1 -0
  77. package/lib/functional/_string.mjs +41 -0
  78. package/lib/functional/_string.mjs.map +1 -0
  79. package/lib/functional/_strlen.mjs +11 -0
  80. package/lib/functional/_strlen.mjs.map +1 -0
  81. package/lib/functional/_tail.mjs +7 -0
  82. package/lib/functional/_tail.mjs.map +1 -0
  83. package/lib/functional/_throws.mjs +11 -0
  84. package/lib/functional/_throws.mjs.map +1 -0
  85. package/lib/functional/is.mjs +13 -0
  86. package/lib/functional/is.mjs.map +1 -0
  87. package/lib/functional.mjs +150 -0
  88. package/lib/functional.mjs.map +1 -0
  89. package/lib/http.mjs +239 -0
  90. package/lib/http.mjs.map +1 -0
  91. package/lib/index.mjs +23 -2681
  92. package/lib/index.mjs.map +1 -1
  93. package/lib/json.mjs +126 -0
  94. package/lib/json.mjs.map +1 -0
  95. package/lib/misc.mjs +154 -0
  96. package/lib/misc.mjs.map +1 -0
  97. package/lib/module.mjs +161 -0
  98. package/lib/module.mjs.map +1 -0
  99. package/lib/notations.mjs +222 -0
  100. package/lib/notations.mjs.map +1 -0
  101. package/lib/protobuf.mjs +157 -0
  102. package/lib/protobuf.mjs.map +1 -0
  103. package/lib/reflect.mjs +19 -0
  104. package/lib/reflect.mjs.map +1 -0
  105. package/lib/tags/index.mjs +2 -0
  106. package/lib/tags/index.mjs.map +1 -0
  107. package/lib/utils/NamingConvention/NamingConvention.mjs +98 -0
  108. package/lib/utils/NamingConvention/NamingConvention.mjs.map +1 -0
  109. package/lib/utils/RandomGenerator/RandomGenerator.mjs +104 -0
  110. package/lib/utils/RandomGenerator/RandomGenerator.mjs.map +1 -0
  111. package/lib/utils/StringUtil/StringUtil.mjs +4 -0
  112. package/lib/utils/StringUtil/StringUtil.mjs.map +1 -0
  113. package/package.json +5 -6
package/lib/module.mjs ADDED
@@ -0,0 +1,161 @@
1
+ import { assert as assert$1, validate as validate$1, random as random$1 } from './functional/Namespace/index.mjs';
2
+ import * as functional from './functional.mjs';
3
+ export { functional };
4
+ import * as http from './http.mjs';
5
+ export { http };
6
+ import * as json from './json.mjs';
7
+ export { json };
8
+ import * as misc from './misc.mjs';
9
+ export { misc };
10
+ import * as notations from './notations.mjs';
11
+ export { notations };
12
+ import * as protobuf from './protobuf.mjs';
13
+ export { protobuf };
14
+ import * as reflect from './reflect.mjs';
15
+ export { reflect };
16
+ import * as index from './tags/index.mjs';
17
+ export { index as tags };
18
+ export { TypeGuardError } from './TypeGuardError.mjs';
19
+ import { is as is$1 } from './functional/is.mjs';
20
+
21
+ /**
22
+ * @internal
23
+ */
24
+ function assert() {
25
+ halt("assert");
26
+ }
27
+ const assertPure = /** @__PURE__ */ Object.assign(assert,
28
+ /** @__PURE__ */ assert$1("assert"));
29
+ /**
30
+ * @internal
31
+ */
32
+ function assertGuard() {
33
+ halt("assertGuard");
34
+ }
35
+ const assertGuardPure = /** @__PURE__ */ Object.assign(assertGuard,
36
+ /** @__PURE__ */ assert$1("assertGuard"));
37
+ /**
38
+ * @internal
39
+ */
40
+ function is() {
41
+ halt("is");
42
+ }
43
+ const isPure = /** @__PURE__ */ Object.assign(is,
44
+ /** @__PURE__ */ assert$1("is"));
45
+ /**
46
+ * @internal
47
+ */
48
+ function validate() {
49
+ halt("validate");
50
+ }
51
+ const validatePure = /** @__PURE__ */ Object.assign(validate,
52
+ /** @__PURE__ */ validate$1());
53
+ /**
54
+ * @internal
55
+ */
56
+ function assertEquals() {
57
+ halt("assertEquals");
58
+ }
59
+ const assertEqualsPure = /** @__PURE__ */ Object.assign(assertEquals, /** @__PURE__ */ assert$1("assertEquals"));
60
+ /**
61
+ * @internal
62
+ */
63
+ function assertGuardEquals() {
64
+ halt("assertGuardEquals");
65
+ }
66
+ const assertGuardEqualsPure = /** @__PURE__ */ Object.assign(assertGuardEquals, /** @__PURE__ */ assert$1("assertGuardEquals"));
67
+ /**
68
+ * @internal
69
+ */
70
+ function equals() {
71
+ halt("equals");
72
+ }
73
+ const equalsPure = /** @__PURE__ */ Object.assign(equals,
74
+ /** @__PURE__ */ is$1());
75
+ /**
76
+ * @internal
77
+ */
78
+ function validateEquals() {
79
+ halt("validateEquals");
80
+ }
81
+ const validateEqualsPure = /** @__PURE__ */ Object.assign(validateEquals, /** @__PURE__ */ validate$1());
82
+ /**
83
+ * @internal
84
+ */
85
+ function random() {
86
+ halt("random");
87
+ }
88
+ const randomPure = /** @__PURE__ */ Object.assign(random,
89
+ /** @__PURE__ */ random$1());
90
+ /**
91
+ * @internal
92
+ */
93
+ function createAssert() {
94
+ halt("createAssert");
95
+ }
96
+ const createAssertPure = /** @__PURE__ */ Object.assign(createAssert, assertPure);
97
+ /**
98
+ * @internal
99
+ */
100
+ function createAssertGuard() {
101
+ halt("createAssertGuard");
102
+ }
103
+ const createAssertGuardPure = /** @__PURE__ */ Object.assign(createAssertGuard, assertGuardPure);
104
+ /**
105
+ * @internal
106
+ */
107
+ function createIs() {
108
+ halt("createIs");
109
+ }
110
+ const createIsPure = /** @__PURE__ */ Object.assign(createIs, isPure);
111
+ /**
112
+ * @internal
113
+ */
114
+ function createValidate() {
115
+ halt("createValidate");
116
+ }
117
+ const createValidatePure = /** @__PURE__ */ Object.assign(createValidate, validatePure);
118
+ /**
119
+ * @internal
120
+ */
121
+ function createAssertEquals() {
122
+ halt("createAssertEquals");
123
+ }
124
+ const createAssertEqualsPure = /** @__PURE__ */ Object.assign(createAssertEquals, assertEqualsPure);
125
+ /**
126
+ * @internal
127
+ */
128
+ function createAssertGuardEquals() {
129
+ halt("createAssertGuardEquals");
130
+ }
131
+ const createAssertGuardEqualsPure = /** @__PURE__ */ Object.assign(createAssertGuardEquals, assertGuardEqualsPure);
132
+ /**
133
+ * @internal
134
+ */
135
+ function createEquals() {
136
+ halt("createEquals");
137
+ }
138
+ const createEqualsPure = /** @__PURE__ */ Object.assign(createEquals, equalsPure);
139
+ /**
140
+ * @internal
141
+ */
142
+ function createValidateEquals() {
143
+ halt("createValidateEquals");
144
+ }
145
+ const createValidateEqualsPure = /** @__PURE__ */ Object.assign(createValidateEquals, validateEqualsPure);
146
+ /**
147
+ * @internal
148
+ */
149
+ function createRandom() {
150
+ halt("createRandom");
151
+ }
152
+ const createRandomPure = /** @__PURE__ */ Object.assign(createRandom, randomPure);
153
+ /**
154
+ * @internal
155
+ */
156
+ function halt(name) {
157
+ throw new Error(`Error on typia.${name}(): no transform has been configured. Read and follow https://typia.io/docs/setup please.`);
158
+ }
159
+
160
+ export { assertPure as assert, assertEqualsPure as assertEquals, assertGuardPure as assertGuard, assertGuardEqualsPure as assertGuardEquals, createAssertPure as createAssert, createAssertEqualsPure as createAssertEquals, createAssertGuardPure as createAssertGuard, createAssertGuardEqualsPure as createAssertGuardEquals, createEqualsPure as createEquals, createIsPure as createIs, createRandomPure as createRandom, createValidatePure as createValidate, createValidateEqualsPure as createValidateEquals, equalsPure as equals, isPure as is, randomPure as random, validatePure as validate, validateEqualsPure as validateEquals };
161
+ //# sourceMappingURL=module.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.mjs","sources":["../src/module.ts"],"sourcesContent":[null],"names":["Namespace.assert","Namespace.validate","Namespace.is","Namespace.random"],"mappings":"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"}
@@ -0,0 +1,222 @@
1
+ import { assert, validate } from './functional/Namespace/index.mjs';
2
+ import { camel as camel$1, pascal as pascal$1, snake as snake$1 } from './functional/Namespace/notations.mjs';
3
+ import { is } from './functional/is.mjs';
4
+
5
+ /**
6
+ * @internal
7
+ */
8
+ function camel() {
9
+ return halt("camel");
10
+ }
11
+ const camelPure = /** @__PURE__ */ Object.assign(camel,
12
+ /** @__PURE__ */ camel$1("camel"));
13
+ /**
14
+ * @internal
15
+ */
16
+ function assertCamel() {
17
+ return halt("assertCamel");
18
+ }
19
+ const assertCamelPure = /** @__PURE__ */ Object.assign(assertCamel,
20
+ /** @__PURE__ */ camel$1("assertCamel"),
21
+ /** @__PURE__ */ assert("notations.assertCamel"));
22
+ /**
23
+ * @internal
24
+ */
25
+ function isCamel() {
26
+ return halt("isCamel");
27
+ }
28
+ const isCamelPure = /** @__PURE__ */ Object.assign(isCamel,
29
+ /** @__PURE__ */ camel$1("isCamel"),
30
+ /** @__PURE__ */ is());
31
+ /**
32
+ * @internal
33
+ */
34
+ function validateCamel() {
35
+ return halt("validateCamel");
36
+ }
37
+ const validateCamelPure = /** @__PURE__ */ Object.assign(validateCamel,
38
+ /** @__PURE__ */ camel$1("validateCamel"),
39
+ /** @__PURE__ */ validate());
40
+ /**
41
+ * @internal
42
+ */
43
+ function pascal() {
44
+ return halt("pascal");
45
+ }
46
+ const pascalPure = /** @__PURE__ */ Object.assign(pascal,
47
+ /** @__PURE__ */ pascal$1("pascal"));
48
+ /**
49
+ * @internal
50
+ */
51
+ function assertPascal() {
52
+ return halt("assertPascal");
53
+ }
54
+ const assertPascalPure = /** @__PURE__ */ Object.assign(assertPascal,
55
+ /** @__PURE__ */ pascal$1("assertPascal"),
56
+ /** @__PURE__ */ assert("notations.assertPascal"));
57
+ /**
58
+ * @internal
59
+ */
60
+ function isPascal() {
61
+ return halt("isPascal");
62
+ }
63
+ const isPascalPure = /** @__PURE__ */ Object.assign(isPascal,
64
+ /** @__PURE__ */ pascal$1("isPascal"),
65
+ /** @__PURE__ */ is());
66
+ /**
67
+ * @internal
68
+ */
69
+ function validatePascal() {
70
+ return halt("validatePascal");
71
+ }
72
+ const validatePascalPure = /** @__PURE__ */ Object.assign(validatePascal,
73
+ /** @__PURE__ */ pascal$1("validatePascal"),
74
+ /** @__PURE__ */ validate());
75
+ /**
76
+ * @internal
77
+ */
78
+ function snake() {
79
+ return halt("snake");
80
+ }
81
+ const snakePure = /** @__PURE__ */ Object.assign(snake,
82
+ /** @__PURE__ */ snake$1("snake"));
83
+ /**
84
+ * @internal
85
+ */
86
+ function assertSnake() {
87
+ return halt("assertSnake");
88
+ }
89
+ const assertSnakePure = /** @__PURE__ */ Object.assign(assertSnake,
90
+ /** @__PURE__ */ snake$1("assertSnake"),
91
+ /** @__PURE__ */ assert("notations.assertSnake"));
92
+ /**
93
+ * @internal
94
+ */
95
+ function isSnake() {
96
+ return halt("isSnake");
97
+ }
98
+ const isSnakePure = /** @__PURE__ */ Object.assign(isSnake,
99
+ /** @__PURE__ */ snake$1("isSnake"),
100
+ /** @__PURE__ */ is());
101
+ /**
102
+ * @internal
103
+ */
104
+ function validateSnake() {
105
+ return halt("validateSnake");
106
+ }
107
+ const validateSnakePure = /** @__PURE__ */ Object.assign(validateSnake,
108
+ /** @__PURE__ */ snake$1("validateSnake"),
109
+ /** @__PURE__ */ validate());
110
+ /**
111
+ * @internal
112
+ */
113
+ function createCamel() {
114
+ halt("createCamel");
115
+ }
116
+ const createCamelPure = /** @__PURE__ */ Object.assign(createCamel,
117
+ /** @__PURE__ */ camel$1("createCamel"));
118
+ /**
119
+ * @internal
120
+ */
121
+ function createAssertCamel() {
122
+ halt("createAssertCamel");
123
+ }
124
+ const createAssertCamelPure = /** @__PURE__ */ Object.assign(createAssertCamel,
125
+ /** @__PURE__ */ camel$1("createAssertCamel"),
126
+ /** @__PURE__ */ assert("notations.createAssertCamel"));
127
+ /**
128
+ * @internal
129
+ */
130
+ function createIsCamel() {
131
+ halt("createIsCamel");
132
+ }
133
+ const createIsCamelPure = /** @__PURE__ */ Object.assign(createIsCamel,
134
+ /** @__PURE__ */ camel$1("createIsCamel"),
135
+ /** @__PURE__ */ is());
136
+ /**
137
+ * @internal
138
+ */
139
+ function createValidateCamel() {
140
+ halt("createValidateCamel");
141
+ }
142
+ const createValidateCamelPure = /** @__PURE__ */ Object.assign(createValidateCamel,
143
+ /** @__PURE__ */ camel$1("createValidateCamel"),
144
+ /** @__PURE__ */ validate());
145
+ /**
146
+ * @internal
147
+ */
148
+ function createPascal() {
149
+ halt("createPascal");
150
+ }
151
+ const createPascalPure = /** @__PURE__ */ Object.assign(createPascal, /** @__PURE__ */ pascal$1("createPascal"));
152
+ /**
153
+ * @internal
154
+ */
155
+ function createAssertPascal() {
156
+ halt("createAssertPascal");
157
+ }
158
+ const createAssertPascalPure = /** @__PURE__ */ Object.assign(createAssertPascal,
159
+ /** @__PURE__ */ pascal$1("createAssertPascal"),
160
+ /** @__PURE__ */ assert("notations.createAssertPascal"));
161
+ /**
162
+ * @internal
163
+ */
164
+ function createIsPascal() {
165
+ halt("createIsPascal");
166
+ }
167
+ const createIsPascalPure = /** @__PURE__ */ Object.assign(createIsPascal,
168
+ /** @__PURE__ */ pascal$1("createIsPascal"),
169
+ /** @__PURE__ */ is());
170
+ /**
171
+ * @internal
172
+ */
173
+ function createValidatePascal() {
174
+ halt("createValidatePascal");
175
+ }
176
+ const createValidatePascalPure = /** @__PURE__ */ Object.assign(createValidatePascal,
177
+ /** @__PURE__ */ pascal$1("createValidatePascal"),
178
+ /** @__PURE__ */ validate());
179
+ /**
180
+ * @internal
181
+ */
182
+ function createSnake() {
183
+ halt("createSnake");
184
+ }
185
+ const createSnakePure = /** @__PURE__ */ Object.assign(createSnake,
186
+ /** @__PURE__ */ snake$1("createSnake"));
187
+ /**
188
+ * @internal
189
+ */
190
+ function createAssertSnake() {
191
+ halt("createAssertSnake");
192
+ }
193
+ const createAssertSnakePure = /** @__PURE__ */ Object.assign(createAssertSnake,
194
+ /** @__PURE__ */ snake$1("createAssertSnake"),
195
+ /** @__PURE__ */ assert("notations.createAssertSnake"));
196
+ /**
197
+ * @internal
198
+ */
199
+ function createIsSnake() {
200
+ halt("createIsSnake");
201
+ }
202
+ const createIsSnakePure = /** @__PURE__ */ Object.assign(createIsSnake,
203
+ /** @__PURE__ */ snake$1("createIsSnake"),
204
+ /** @__PURE__ */ is());
205
+ /**
206
+ * @internal
207
+ */
208
+ function createValidateSnake() {
209
+ halt("createValidateSnake");
210
+ }
211
+ const createValidateSnakePure = /** @__PURE__ */ Object.assign(createValidateSnake,
212
+ /** @__PURE__ */ snake$1("createValidateSnake"),
213
+ /** @__PURE__ */ validate());
214
+ /**
215
+ * @internal
216
+ */
217
+ function halt(name) {
218
+ throw new Error(`Error on typia.notations.${name}(): no transform has been configured. Read and follow https://typia.io/docs/setup please.`);
219
+ }
220
+
221
+ export { assertCamelPure as assertCamel, assertPascalPure as assertPascal, assertSnakePure as assertSnake, camelPure as camel, createAssertCamelPure as createAssertCamel, createAssertPascalPure as createAssertPascal, createAssertSnakePure as createAssertSnake, createCamelPure as createCamel, createIsCamelPure as createIsCamel, createIsPascalPure as createIsPascal, createIsSnakePure as createIsSnake, createPascalPure as createPascal, createSnakePure as createSnake, createValidateCamelPure as createValidateCamel, createValidatePascalPure as createValidatePascal, createValidateSnakePure as createValidateSnake, isCamelPure as isCamel, isPascalPure as isPascal, isSnakePure as isSnake, pascalPure as pascal, snakePure as snake, validateCamelPure as validateCamel, validatePascalPure as validatePascal, validateSnakePure as validateSnake };
222
+ //# sourceMappingURL=notations.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notations.mjs","sources":["../src/notations.ts"],"sourcesContent":[null],"names":["Namespace.notations.camel","Namespace.assert","Namespace.is","Namespace.validate","Namespace.notations.pascal","Namespace.notations.snake"],"mappings":"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"}
@@ -0,0 +1,157 @@
1
+ import { assert, validate } from './functional/Namespace/index.mjs';
2
+ import { decode as decode$1, encode as encode$1 } from './functional/Namespace/protobuf.mjs';
3
+ import { is } from './functional/is.mjs';
4
+
5
+ /**
6
+ * @internal
7
+ */
8
+ function message() {
9
+ halt("message");
10
+ }
11
+ /**
12
+ * @internal
13
+ */
14
+ function decode() {
15
+ halt("decode");
16
+ }
17
+ const decodePure = /** @__PURE__ */ Object.assign(decode,
18
+ /** @__PURE__ */ decode$1("decode"));
19
+ /**
20
+ * @internal
21
+ */
22
+ function assertDecode() {
23
+ halt("assertDecode");
24
+ }
25
+ const assertDecodePure = /** @__PURE__ */ Object.assign(assertDecode,
26
+ /** @__PURE__ */ assert("protobuf.assertDecode"),
27
+ /** @__PURE__ */ decode$1("assertDecode"));
28
+ /**
29
+ * @internal
30
+ */
31
+ function isDecode() {
32
+ halt("isDecode");
33
+ }
34
+ const isDecodePure = /** @__PURE__ */ Object.assign(isDecode,
35
+ /** @__PURE__ */ is(),
36
+ /** @__PURE__ */ decode$1("isDecode"));
37
+ /**
38
+ * @internal
39
+ */
40
+ function validateDecode() {
41
+ halt("validateDecode");
42
+ }
43
+ const validateDecodePure = /** @__PURE__ */ Object.assign(validateDecode,
44
+ /** @__PURE__ */ validate(),
45
+ /** @__PURE__ */ decode$1("validateDecode"));
46
+ /**
47
+ * @internal
48
+ */
49
+ function encode() {
50
+ halt("encode");
51
+ }
52
+ const encodePure = /** @__PURE__ */ Object.assign(encode,
53
+ /** @__PURE__ */ encode$1("encode"));
54
+ /**
55
+ * @internal
56
+ */
57
+ function assertEncode() {
58
+ halt("assertEncode");
59
+ }
60
+ const assertEncodePure = /** @__PURE__ */ Object.assign(assertEncode,
61
+ /** @__PURE__ */ assert("protobuf.assertEncode"),
62
+ /** @__PURE__ */ encode$1("assertEncode"));
63
+ /**
64
+ * @internal
65
+ */
66
+ function isEncode() {
67
+ halt("isEncode");
68
+ }
69
+ const isEncodePure = /** @__PURE__ */ Object.assign(isEncode,
70
+ /** @__PURE__ */ is(),
71
+ /** @__PURE__ */ encode$1("isEncode"));
72
+ /**
73
+ * @internal
74
+ */
75
+ function validateEncode() {
76
+ halt("validateEncode");
77
+ }
78
+ const validateEncodePure = /** @__PURE__ */ Object.assign(validateEncode,
79
+ /** @__PURE__ */ validate(),
80
+ /** @__PURE__ */ encode$1("validateEncode"));
81
+ /**
82
+ * @internal
83
+ */
84
+ function createDecode() {
85
+ halt("createDecode");
86
+ }
87
+ const createDecodePure = /** @__PURE__ */ Object.assign(createDecode, /** @__PURE__ */ decode$1("createDecode"));
88
+ /**
89
+ * @internal
90
+ */
91
+ function createIsDecode() {
92
+ halt("createIsDecode");
93
+ }
94
+ const createIsDecodePure = /** @__PURE__ */ Object.assign(createIsDecode,
95
+ /** @__PURE__ */ is(),
96
+ /** @__PURE__ */ decode$1("createIsDecode"));
97
+ /**
98
+ * @internal
99
+ */
100
+ function createAssertDecode() {
101
+ halt("createAssertDecode");
102
+ }
103
+ const createAssertDecodePure = /** @__PURE__ */ Object.assign(createAssertDecode,
104
+ /** @__PURE__ */ assert("protobuf.createAssertDecode"),
105
+ /** @__PURE__ */ decode$1("createAssertDecode"));
106
+ /**
107
+ * @internal
108
+ */
109
+ function createValidateDecode() {
110
+ halt("createValidateDecode");
111
+ }
112
+ const createValidateDecodePure = /** @__PURE__ */ Object.assign(createValidateDecode,
113
+ /** @__PURE__ */ validate(),
114
+ /** @__PURE__ */ decode$1("createValidateDecode"));
115
+ /**
116
+ * @internal
117
+ */
118
+ function createEncode() {
119
+ halt("createEncode");
120
+ }
121
+ const createEncodePure = /** @__PURE__ */ Object.assign(createEncode, /** @__PURE__ */ encode$1("createEncode"));
122
+ /**
123
+ * @internal
124
+ */
125
+ function createIsEncode() {
126
+ halt("createIsEncode");
127
+ }
128
+ const createIsEncodePure = /** @__PURE__ */ Object.assign(createIsEncode,
129
+ /** @__PURE__ */ is(),
130
+ /** @__PURE__ */ encode$1("createIsEncode"));
131
+ /**
132
+ * @internal
133
+ */
134
+ function createAssertEncode() {
135
+ halt("createAssertEncode");
136
+ }
137
+ const createAssertEncodePure = /** @__PURE__ */ Object.assign(createAssertEncode,
138
+ /** @__PURE__ */ assert("protobuf.createAssertEncode"),
139
+ /** @__PURE__ */ encode$1("createAssertEncode"));
140
+ /**
141
+ * @internal
142
+ */
143
+ function createValidateEncode() {
144
+ halt("createValidateEncode");
145
+ }
146
+ const createValidateEncodePure = /** @__PURE__ */ Object.assign(createValidateEncode,
147
+ /** @__PURE__ */ validate(),
148
+ /** @__PURE__ */ encode$1("createValidateEncode"));
149
+ /**
150
+ * @internal
151
+ */
152
+ function halt(name) {
153
+ throw new Error(`Error on typia.protobuf.${name}(): no transform has been configured. Read and follow https://typia.io/docs/setup please.`);
154
+ }
155
+
156
+ export { assertDecodePure as assertDecode, assertEncodePure as assertEncode, createAssertDecodePure as createAssertDecode, createAssertEncodePure as createAssertEncode, createDecodePure as createDecode, createEncodePure as createEncode, createIsDecodePure as createIsDecode, createIsEncodePure as createIsEncode, createValidateDecodePure as createValidateDecode, createValidateEncodePure as createValidateEncode, decodePure as decode, encodePure as encode, isDecodePure as isDecode, isEncodePure as isEncode, message, validateDecodePure as validateDecode, validateEncodePure as validateEncode };
157
+ //# sourceMappingURL=protobuf.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protobuf.mjs","sources":["../src/protobuf.ts"],"sourcesContent":[null],"names":["Namespace.protobuf.decode","Namespace.assert","Namespace.is","Namespace.validate","Namespace.protobuf.encode"],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ function metadata() {
5
+ halt("metadata");
6
+ }
7
+ const metadataPure = /** @__PURE__ */ Object.assign(metadata, { from: (input) => input });
8
+ function name() {
9
+ halt("name");
10
+ }
11
+ /**
12
+ * @internal
13
+ */
14
+ function halt(name) {
15
+ throw new Error(`Error on typia.reflect.${name}(): no transform has been configured. Read and follow https://typia.io/docs/setup please.`);
16
+ }
17
+
18
+ export { metadataPure as metadata, name };
19
+ //# sourceMappingURL=reflect.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reflect.mjs","sources":["../src/reflect.ts"],"sourcesContent":[null],"names":[],"mappings":"AAoCA;;AAEG;AACH,SAAS,QAAQ,GAAA;IACf,IAAI,CAAC,UAAU,CAAC,CAAC;AACnB,CAAC;AAEK,MAAA,YAAY,oBAAoB,MAAM,CAAC,MAAM,CACjD,QAAQ,EACR,EAAE,IAAI,EAAE,CAAC,KAAc,KAAK,KAAK,EAAE,EACnC;SAKc,IAAI,GAAA;IAClB,IAAI,CAAC,MAAM,CAAC,CAAC;AACf,CAAC;AAED;;AAEG;AACH,SAAS,IAAI,CAAC,IAAY,EAAA;AACxB,IAAA,MAAM,IAAI,KAAK,CACb,0BAA0B,IAAI,CAAA,yFAAA,CAA2F,CAC1H,CAAC;AACJ;;;;"}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}