inferred-types 0.45.0 → 0.45.3

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 (258) hide show
  1. package/dist/constants/Characters.d.ts +2 -0
  2. package/dist/constants/Characters.d.ts.map +1 -0
  3. package/dist/constants/Characters.js +5 -0
  4. package/dist/constants/NetworkConstants.d.ts.map +1 -1
  5. package/dist/constants/Phone.d.ts +8 -0
  6. package/dist/constants/Phone.d.ts.map +1 -0
  7. package/dist/constants/Phone.js +262 -0
  8. package/dist/constants/ProxmoxConstants.d.ts +2 -0
  9. package/dist/constants/ProxmoxConstants.d.ts.map +1 -0
  10. package/dist/constants/ProxmoxConstants.js +3 -0
  11. package/dist/constants/index.d.ts +3 -0
  12. package/dist/constants/index.d.ts.map +1 -1
  13. package/dist/constants/index.js +3 -0
  14. package/dist/constants/tsconfig.tsbuildinfo +1 -1
  15. package/dist/inferred-types/index.cjs +1091 -733
  16. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
  17. package/dist/runtime/api/defineApi.d.ts +56 -0
  18. package/dist/runtime/api/defineApi.d.ts.map +1 -0
  19. package/dist/runtime/api/defineApi.js +97 -0
  20. package/dist/runtime/api/handleDoneFn.d.ts.map +1 -0
  21. package/dist/runtime/api/index.d.ts +3 -0
  22. package/dist/runtime/api/index.d.ts.map +1 -0
  23. package/dist/runtime/api/index.js +2 -0
  24. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +1 -1
  25. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -1
  26. package/dist/runtime/boolean-logic/ifArrayPartial.js +1 -1
  27. package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -1
  28. package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -1
  29. package/dist/runtime/boolean-logic/ifScalar.js +1 -1
  30. package/dist/runtime/boolean-logic/index.d.ts +0 -1
  31. package/dist/runtime/boolean-logic/index.d.ts.map +1 -1
  32. package/dist/runtime/boolean-logic/index.js +0 -1
  33. package/dist/runtime/dictionary/defineOptions.d.ts +26 -0
  34. package/dist/runtime/dictionary/defineOptions.d.ts.map +1 -0
  35. package/dist/runtime/dictionary/defineOptions.js +30 -0
  36. package/dist/runtime/dictionary/keysOf.d.ts +1 -1
  37. package/dist/runtime/dictionary/keysOf.d.ts.map +1 -1
  38. package/dist/runtime/errors/KindError.d.ts +2 -2
  39. package/dist/runtime/errors/KindError.d.ts.map +1 -1
  40. package/dist/runtime/functions/index.d.ts +1 -0
  41. package/dist/runtime/functions/index.d.ts.map +1 -1
  42. package/dist/runtime/functions/index.js +1 -0
  43. package/dist/runtime/functions/wrapFn.d.ts +2 -0
  44. package/dist/runtime/functions/wrapFn.d.ts.map +1 -0
  45. package/dist/runtime/functions/wrapFn.js +24 -0
  46. package/dist/runtime/index.d.ts +1 -1
  47. package/dist/runtime/index.d.ts.map +1 -1
  48. package/dist/runtime/index.js +1 -10
  49. package/dist/runtime/lists/find.d.ts +1 -1
  50. package/dist/runtime/lists/find.d.ts.map +1 -1
  51. package/dist/runtime/lists/intersection.d.ts.map +1 -1
  52. package/dist/runtime/lists/intersection.js +2 -1
  53. package/dist/runtime/literals/asPhoneNumber.d.ts +10 -0
  54. package/dist/runtime/literals/asPhoneNumber.d.ts.map +1 -0
  55. package/dist/runtime/literals/asPhoneNumber.js +62 -0
  56. package/dist/runtime/literals/index.d.ts +4 -0
  57. package/dist/runtime/literals/index.d.ts.map +1 -1
  58. package/dist/runtime/literals/index.js +4 -0
  59. package/dist/runtime/literals/retainAfter.d.ts +1 -1
  60. package/dist/runtime/literals/retainAfter.js +1 -1
  61. package/dist/runtime/literals/retainChars.d.ts +16 -0
  62. package/dist/runtime/literals/retainChars.d.ts.map +1 -0
  63. package/dist/runtime/literals/retainChars.js +17 -0
  64. package/dist/runtime/literals/retainWhile.d.ts +10 -0
  65. package/dist/runtime/literals/retainWhile.d.ts.map +1 -0
  66. package/dist/runtime/literals/retainWhile.js +13 -0
  67. package/dist/runtime/literals/stripChars.d.ts +10 -0
  68. package/dist/runtime/literals/stripChars.d.ts.map +1 -0
  69. package/dist/runtime/literals/stripChars.js +11 -0
  70. package/dist/runtime/literals/stripLeading.d.ts +3 -3
  71. package/dist/runtime/literals/stripLeading.d.ts.map +1 -1
  72. package/dist/runtime/literals/stripLeading.js +5 -5
  73. package/dist/runtime/literals/stripUntil.d.ts +9 -0
  74. package/dist/runtime/literals/stripUntil.d.ts.map +1 -0
  75. package/dist/runtime/literals/stripUntil.js +12 -0
  76. package/dist/runtime/literals/unset.d.ts +8 -0
  77. package/dist/runtime/literals/unset.d.ts.map +1 -0
  78. package/dist/runtime/literals/unset.js +14 -0
  79. package/dist/runtime/meta/youtube-meta.d.ts +8 -1
  80. package/dist/runtime/meta/youtube-meta.d.ts.map +1 -1
  81. package/dist/runtime/meta/youtube-meta.js +50 -2
  82. package/dist/runtime/runtime-types/dict.d.ts +2 -2
  83. package/dist/runtime/runtime-types/dict.d.ts.map +1 -1
  84. package/dist/runtime/runtime-types/ip6Prefix.d.ts +1 -1
  85. package/dist/runtime/runtime-types/parse.d.ts +1 -1
  86. package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts +1 -1
  87. package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts +1 -1
  88. package/dist/runtime/runtime-types/shape.d.ts +1 -1
  89. package/dist/runtime/runtime-types/shape.js +1 -1
  90. package/dist/runtime/tsconfig.tsbuildinfo +1 -1
  91. package/dist/runtime/type-guards/api-tg.d.ts +33 -0
  92. package/dist/runtime/type-guards/api-tg.d.ts.map +1 -0
  93. package/dist/runtime/type-guards/api-tg.js +38 -0
  94. package/dist/runtime/type-guards/hasWhitespace.d.ts +7 -0
  95. package/dist/runtime/type-guards/hasWhitespace.d.ts.map +1 -0
  96. package/dist/runtime/type-guards/hasWhitespace.js +11 -0
  97. package/dist/runtime/type-guards/index.d.ts +7 -0
  98. package/dist/runtime/type-guards/index.d.ts.map +1 -1
  99. package/dist/runtime/type-guards/index.js +7 -0
  100. package/dist/runtime/type-guards/isConstant.d.ts +6 -0
  101. package/dist/runtime/type-guards/isConstant.d.ts.map +1 -1
  102. package/dist/runtime/type-guards/isConstant.js +12 -2
  103. package/dist/runtime/type-guards/isEmail.d.ts +7 -0
  104. package/dist/runtime/type-guards/isEmail.d.ts.map +1 -0
  105. package/dist/runtime/type-guards/isEmail.js +11 -0
  106. package/dist/runtime/type-guards/isPhoneNumber.d.ts +14 -0
  107. package/dist/runtime/type-guards/isPhoneNumber.d.ts.map +1 -0
  108. package/dist/runtime/type-guards/isPhoneNumber.js +26 -0
  109. package/dist/runtime/type-guards/isSpecificConstant.js +2 -3
  110. package/dist/runtime/type-guards/isTrimmable.d.ts +7 -0
  111. package/dist/runtime/type-guards/isTrimmable.d.ts.map +1 -0
  112. package/dist/runtime/type-guards/isTrimmable.js +9 -0
  113. package/dist/runtime/type-guards/isUnset.d.ts +18 -0
  114. package/dist/runtime/type-guards/isUnset.d.ts.map +1 -0
  115. package/dist/runtime/type-guards/isUnset.js +23 -0
  116. package/dist/runtime/type-guards/isUrl.d.ts +1 -1
  117. package/dist/runtime/type-guards/network-tg.d.ts +9 -3
  118. package/dist/runtime/type-guards/network-tg.d.ts.map +1 -1
  119. package/dist/runtime/type-guards/network-tg.js +10 -1
  120. package/dist/runtime/type-guards/repos.d.ts +2 -2
  121. package/dist/runtime/type-guards/youtube.d.ts +4 -2
  122. package/dist/runtime/type-guards/youtube.d.ts.map +1 -1
  123. package/dist/runtime/type-guards/youtube.js +13 -3
  124. package/dist/types/api/api.d.ts +96 -37
  125. package/dist/types/api/api.d.ts.map +1 -1
  126. package/dist/types/base-types/fns/EscapeFunction.d.ts +22 -0
  127. package/dist/types/base-types/fns/EscapeFunction.d.ts.map +1 -0
  128. package/dist/types/base-types/fns/OptionalParamFn.d.ts +30 -0
  129. package/dist/types/base-types/fns/OptionalParamFn.d.ts.map +1 -0
  130. package/dist/types/base-types/fns/index.d.ts +2 -0
  131. package/dist/types/base-types/fns/index.d.ts.map +1 -1
  132. package/dist/types/base-types/fns/index.js +2 -0
  133. package/dist/types/boolean-logic/branching/If.d.ts +2 -3
  134. package/dist/types/boolean-logic/branching/If.d.ts.map +1 -1
  135. package/dist/types/boolean-logic/branching/IfUnset.d.ts +12 -0
  136. package/dist/types/boolean-logic/branching/IfUnset.d.ts.map +1 -0
  137. package/dist/types/boolean-logic/branching/OnPass.d.ts +4 -3
  138. package/dist/types/boolean-logic/branching/OnPass.d.ts.map +1 -1
  139. package/dist/types/boolean-logic/branching/WhenNever.d.ts +11 -0
  140. package/dist/types/boolean-logic/branching/WhenNever.d.ts.map +1 -0
  141. package/dist/types/boolean-logic/branching/WhenNever.js +1 -0
  142. package/dist/types/boolean-logic/branching/index.d.ts +2 -0
  143. package/dist/types/boolean-logic/branching/index.d.ts.map +1 -1
  144. package/dist/types/boolean-logic/branching/index.js +2 -0
  145. package/dist/types/boolean-logic/combinators/Compare.d.ts +3 -3
  146. package/dist/types/boolean-logic/combinators/Compare.d.ts.map +1 -1
  147. package/dist/types/boolean-logic/combinators/Some.d.ts +8 -0
  148. package/dist/types/boolean-logic/combinators/Some.d.ts.map +1 -0
  149. package/dist/types/boolean-logic/combinators/Some.js +1 -0
  150. package/dist/types/boolean-logic/combinators/index.d.ts +1 -0
  151. package/dist/types/boolean-logic/combinators/index.d.ts.map +1 -1
  152. package/dist/types/boolean-logic/combinators/index.js +1 -0
  153. package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts +2 -2
  154. package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts.map +1 -1
  155. package/dist/types/boolean-logic/operators/ApiOperators.d.ts +11 -0
  156. package/dist/types/boolean-logic/operators/ApiOperators.d.ts.map +1 -0
  157. package/dist/types/boolean-logic/operators/ApiOperators.js +1 -0
  158. package/dist/types/boolean-logic/operators/HasSameValues.d.ts +4 -3
  159. package/dist/types/boolean-logic/operators/HasSameValues.d.ts.map +1 -1
  160. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts +2 -2
  161. package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts.map +1 -1
  162. package/dist/types/boolean-logic/operators/IsUnset.d.ts +9 -0
  163. package/dist/types/boolean-logic/operators/IsUnset.d.ts.map +1 -0
  164. package/dist/types/boolean-logic/operators/IsUnset.js +1 -0
  165. package/dist/types/boolean-logic/operators/PhoneOperators.d.ts +33 -0
  166. package/dist/types/boolean-logic/operators/PhoneOperators.d.ts.map +1 -0
  167. package/dist/types/boolean-logic/operators/PhoneOperators.js +1 -0
  168. package/dist/types/boolean-logic/operators/index.d.ts +3 -0
  169. package/dist/types/boolean-logic/operators/index.d.ts.map +1 -1
  170. package/dist/types/boolean-logic/operators/index.js +3 -0
  171. package/dist/types/dictionary/Keys.d.ts +58 -4
  172. package/dist/types/dictionary/Keys.d.ts.map +1 -1
  173. package/dist/types/dictionary/KvFn.d.ts +2 -2
  174. package/dist/types/dictionary/KvFn.d.ts.map +1 -1
  175. package/dist/types/dictionary/MakeKeysOptional.d.ts +12 -3
  176. package/dist/types/dictionary/MakeKeysOptional.d.ts.map +1 -1
  177. package/dist/types/dictionary/MakeKeysRequired.d.ts +14 -0
  178. package/dist/types/dictionary/MakeKeysRequired.d.ts.map +1 -0
  179. package/dist/types/dictionary/MakeKeysRequired.js +1 -0
  180. package/dist/types/dictionary/OptionalKeys.d.ts +19 -4
  181. package/dist/types/dictionary/OptionalKeys.d.ts.map +1 -1
  182. package/dist/types/dictionary/OptionalKeys.js +1 -0
  183. package/dist/types/dictionary/RequiredKeys.d.ts +14 -6
  184. package/dist/types/dictionary/RequiredKeys.d.ts.map +1 -1
  185. package/dist/types/dictionary/Values.d.ts +2 -2
  186. package/dist/types/dictionary/Values.d.ts.map +1 -1
  187. package/dist/types/dictionary/index.d.ts +1 -2
  188. package/dist/types/dictionary/index.d.ts.map +1 -1
  189. package/dist/types/dictionary/index.js +1 -2
  190. package/dist/types/errors/KindError.d.ts +1 -1
  191. package/dist/types/errors/KindError.d.ts.map +1 -1
  192. package/dist/types/functions/FnFrom.d.ts +5 -0
  193. package/dist/types/functions/FnFrom.d.ts.map +1 -1
  194. package/dist/types/functions/{Fn.d.ts → FnWithDescription.d.ts} +2 -2
  195. package/dist/types/functions/FnWithDescription.d.ts.map +1 -0
  196. package/dist/types/functions/FnWithDescription.js +1 -0
  197. package/dist/types/functions/WrapperFn.d.ts +23 -0
  198. package/dist/types/functions/WrapperFn.d.ts.map +1 -0
  199. package/dist/types/functions/WrapperFn.js +1 -0
  200. package/dist/types/functions/index.d.ts +2 -1
  201. package/dist/types/functions/index.d.ts.map +1 -1
  202. package/dist/types/functions/index.js +2 -1
  203. package/dist/types/lists/ConvertSet.d.ts +2 -2
  204. package/dist/types/lists/ConvertSet.d.ts.map +1 -1
  205. package/dist/types/lists/Find.d.ts +7 -18
  206. package/dist/types/lists/Find.d.ts.map +1 -1
  207. package/dist/types/literals/DoneFnTuple.d.ts +3 -3
  208. package/dist/types/literals/DoneFnTuple.d.ts.map +1 -1
  209. package/dist/types/literals/Unset.d.ts +13 -0
  210. package/dist/types/literals/Unset.d.ts.map +1 -0
  211. package/dist/types/literals/Unset.js +1 -0
  212. package/dist/types/literals/index.d.ts +1 -0
  213. package/dist/types/literals/index.d.ts.map +1 -1
  214. package/dist/types/literals/index.js +1 -0
  215. package/dist/types/numeric-literals/NumberLike.d.ts +1 -1
  216. package/dist/types/numeric-literals/NumberLike.d.ts.map +1 -1
  217. package/dist/types/string-literals/Proxmox.d.ts +7 -0
  218. package/dist/types/string-literals/Proxmox.d.ts.map +1 -0
  219. package/dist/types/string-literals/Proxmox.js +1 -0
  220. package/dist/types/string-literals/StripLeading.d.ts +2 -2
  221. package/dist/types/string-literals/StripLeading.d.ts.map +1 -1
  222. package/dist/types/string-literals/StripUntil.d.ts +12 -0
  223. package/dist/types/string-literals/StripUntil.d.ts.map +1 -1
  224. package/dist/types/string-literals/character-sets/Whitespace.d.ts +3 -1
  225. package/dist/types/string-literals/character-sets/Whitespace.d.ts.map +1 -1
  226. package/dist/types/string-literals/character-sets/index.d.ts +1 -0
  227. package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
  228. package/dist/types/string-literals/character-sets/index.js +1 -0
  229. package/dist/types/string-literals/character-sets/phone.d.ts +192 -0
  230. package/dist/types/string-literals/character-sets/phone.d.ts.map +1 -0
  231. package/dist/types/string-literals/character-sets/phone.js +1 -0
  232. package/dist/types/tsconfig.tsbuildinfo +1 -1
  233. package/dist/types/type-conversion/ReduceValues.d.ts +19 -0
  234. package/dist/types/type-conversion/ReduceValues.d.ts.map +1 -0
  235. package/dist/types/type-conversion/ReduceValues.js +1 -0
  236. package/dist/types/type-conversion/ReturnValues.d.ts +10 -6
  237. package/dist/types/type-conversion/ReturnValues.d.ts.map +1 -1
  238. package/dist/types/type-conversion/Trim.d.ts +3 -1
  239. package/dist/types/type-conversion/Trim.d.ts.map +1 -1
  240. package/dist/types/type-conversion/UnionFilter.d.ts +2 -2
  241. package/dist/types/type-conversion/UnionFilter.d.ts.map +1 -1
  242. package/dist/types/type-conversion/form-fields.d.ts +5 -1
  243. package/dist/types/type-conversion/form-fields.d.ts.map +1 -1
  244. package/dist/types/type-conversion/index.d.ts +1 -0
  245. package/dist/types/type-conversion/index.d.ts.map +1 -1
  246. package/dist/types/type-conversion/index.js +1 -0
  247. package/package.json +17 -11
  248. package/dist/runtime/boolean-logic/handleDoneFn.d.ts.map +0 -1
  249. package/dist/types/dictionary/PrivateKeys.d.ts +0 -17
  250. package/dist/types/dictionary/PrivateKeys.d.ts.map +0 -1
  251. package/dist/types/dictionary/PublicKeys.d.ts +0 -10
  252. package/dist/types/dictionary/PublicKeys.d.ts.map +0 -1
  253. package/dist/types/functions/Fn.d.ts.map +0 -1
  254. /package/dist/runtime/{boolean-logic → api}/handleDoneFn.d.ts +0 -0
  255. /package/dist/runtime/{boolean-logic → api}/handleDoneFn.js +0 -0
  256. /package/dist/types/{dictionary/PrivateKeys.js → base-types/fns/EscapeFunction.js} +0 -0
  257. /package/dist/types/{dictionary/PublicKeys.js → base-types/fns/OptionalParamFn.js} +0 -0
  258. /package/dist/types/{functions/Fn.js → boolean-logic/branching/IfUnset.js} +0 -0
@@ -0,0 +1,19 @@
1
+ import { AfterFirst, Dictionary, First, TypedFunction, Values } from "../index";
2
+ type ProcessTuple<TArray extends readonly unknown[] | unknown[], TResults extends readonly unknown[] = []> = [
3
+ ] extends TArray ? TResults : First<TArray> extends TypedFunction ? ProcessTuple<AfterFirst<TArray>, [...TResults, ReturnType<First<TArray>>]> : ProcessTuple<AfterFirst<TArray>, [...TResults, First<TArray>]>;
4
+ /**
5
+ * **ReduceValues**`<TContainer>`
6
+ *
7
+ * Reduces a container to it's _values_ where if it's a function then the
8
+ * ReturnType` is returned, if not a function than just it's normal value.
9
+ *
10
+ * ```ts
11
+ * // [true, "blue"]
12
+ * type T = ReduceValues<[true, false, () => true, () => "blue"]
13
+ * ```
14
+ *
15
+ * **Related:** `ReturnValues`, `Values`
16
+ */
17
+ export type ReduceValues<TContainer extends readonly unknown[] | Dictionary> = TContainer extends readonly unknown[] ? ProcessTuple<TContainer> : TContainer extends Dictionary ? ProcessTuple<Values<TContainer>> : never;
18
+ export {};
19
+ //# sourceMappingURL=ReduceValues.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReduceValues.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/ReduceValues.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,iBAAwB;AAGxF,KAAK,YAAY,CACf,MAAM,SAAS,SAAS,OAAO,EAAE,GAAG,OAAO,EAAE,EAC7C,QAAQ,SAAS,SAAS,OAAO,EAAE,GAAG,EAAE,IAExC;CAAE,SAAS,MAAM,GACb,QAAQ,GACR,KAAK,CAAC,MAAM,CAAC,SAAS,aAAa,GACjC,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAC1E,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AACvE;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,YAAY,CACtB,UAAU,SAAS,SAAS,OAAO,EAAE,GAAG,UAAU,IAChD,UAAU,SAAS,SAAS,OAAO,EAAE,GACvC,YAAY,CAAC,UAAU,CAAC,GACxB,UAAU,SAAS,UAAU,GAC3B,YAAY,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,GAChC,KAAK,CAAA"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,14 +1,18 @@
1
- import { AfterFirst, First, TypedFunction } from "../index";
1
+ import { AfterFirst, Dictionary, First, TypedFunction, Values } from "../index";
2
+ type ProcessTuple<TArray extends readonly unknown[] | unknown[], TResults extends readonly unknown[] = []> = [
3
+ ] extends TArray ? TResults : First<TArray> extends TypedFunction ? ProcessTuple<AfterFirst<TArray>, [...TResults, ReturnType<First<TArray>>]> : ProcessTuple<AfterFirst<TArray>, TResults>;
2
4
  /**
3
- * **ReturnValues**`<TArray>`
5
+ * **ReturnValues**`<TContainer>`
4
6
  *
5
- * Reduces an array of types to those which are functions and then evaluates
6
- * these functions return values as narrowly as possible.
7
+ * Reduces a container's values down to just the return type of the
8
+ * functions.
7
9
  * ```ts
8
10
  * // [true, "blue"]
9
11
  * type T = ReturnValues<[true, false, () => true, () => "blue"]
10
12
  * ```
13
+ *
14
+ * **Related:** `ReduceValues`
11
15
  */
12
- export type ReturnValues<TArray extends readonly unknown[] | unknown[], TResults extends readonly unknown[] = []> = [
13
- ] extends TArray ? TResults : First<TArray> extends TypedFunction ? ReturnValues<AfterFirst<TArray>, [...TResults, ReturnType<First<TArray>>]> : ReturnValues<AfterFirst<TArray>, TResults>;
16
+ export type ReturnValues<TContainer extends readonly unknown[] | Dictionary> = TContainer extends readonly unknown[] ? ProcessTuple<TContainer> : TContainer extends Dictionary ? ProcessTuple<Values<TContainer>> : never;
17
+ export {};
14
18
  //# sourceMappingURL=ReturnValues.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReturnValues.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/ReturnValues.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,UAAU,EAAE,KAAK,EAAE,aAAa,EAAE,iBAAwB;AAEpE;;;;;;;;;GASG;AACH,MAAM,MAAM,YAAY,CACtB,MAAM,SAAS,SAAS,OAAO,EAAE,GAAG,OAAO,EAAE,EAC7C,QAAQ,SAAS,SAAS,OAAO,EAAE,GAAG,EAAE,IACxC;CAAE,SAAS,MAAM,GACb,QAAQ,GACR,KAAK,CAAC,MAAM,CAAC,SAAS,aAAa,GACjC,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAC1E,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"ReturnValues.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/ReturnValues.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,iBAAwB;AAGxF,KAAK,YAAY,CACf,MAAM,SAAS,SAAS,OAAO,EAAE,GAAG,OAAO,EAAE,EAC7C,QAAQ,SAAS,SAAS,OAAO,EAAE,GAAG,EAAE,IAExC;CAAE,SAAS,MAAM,GACb,QAAQ,GACR,KAAK,CAAC,MAAM,CAAC,SAAS,aAAa,GACjC,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAC1E,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC;AACnD;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,YAAY,CACtB,UAAU,SAAS,SAAS,OAAO,EAAE,GAAG,UAAU,IAChD,UAAU,SAAS,SAAS,OAAO,EAAE,GACvC,YAAY,CAAC,UAAU,CAAC,GACxB,UAAU,SAAS,UAAU,GAC3B,YAAY,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,GAChC,KAAK,CAAA"}
@@ -1,4 +1,5 @@
1
1
  import { Whitespace } from "../index";
2
+ type Process<S extends string> = string extends S ? string : S extends `${Whitespace}${infer Right}` ? Process<Right> : S extends `${infer Left}${Whitespace}` ? Process<Left> : S;
2
3
  /**
3
4
  * Trims off blank spaces, `\n` and `\t` characters from both sides of a _string literal_.
4
5
  * ```ts
@@ -8,5 +9,6 @@ import { Whitespace } from "../index";
8
9
  * type T = Trim<string>;
9
10
  * ```
10
11
  */
11
- export type Trim<S extends string> = string extends S ? string : S extends `${Whitespace}${infer Right}` ? Trim<Right> : S extends `${infer Left}${Whitespace}` ? Trim<Left> : S;
12
+ export type Trim<S extends string> = Process<S> extends string ? Process<S> : never;
13
+ export {};
12
14
  //# sourceMappingURL=Trim.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Trim.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/Trim.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,iBAAwB;AAG7C;;;;;;;;GAQG;AACH,MAAM,MAAM,IAAI,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,SAAS,CAAC,GAAG,MAAM,GAC5D,CAAC,SAAS,GAAG,UAAU,GAAG,MAAM,KAAK,EAAE,GACvC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,SAAS,GAAG,MAAM,IAAI,GAAG,UAAU,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"Trim.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/Trim.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,iBAAwB;AAE7C,KAAK,OAAO,CACZ,CAAC,SAAS,MAAM,IACZ,MAAM,SAAS,CAAC,GAClB,MAAM,GACN,CAAC,SAAS,GAAG,UAAU,GAAG,MAAM,KAAK,EAAE,GACvC,OAAO,CAAC,KAAK,CAAC,GACd,CAAC,SAAS,GAAG,MAAM,IAAI,GAAG,UAAU,EAAE,GACtC,OAAO,CAAC,IAAI,CAAC,GACb,CAAC,CAAC;AAGJ;;;;;;;;GAQG;AACH,MAAM,MAAM,IAAI,CACd,CAAC,SAAS,MAAM,IACd,OAAO,CAAC,CAAC,CAAC,SAAS,MAAM,GAC3B,OAAO,CAAC,CAAC,CAAC,GACV,KAAK,CAAC"}
@@ -1,4 +1,4 @@
1
- import { UnionToTuple, TupleToUnion, Filter, If, IsUnion, Tuple } from "../index";
1
+ import { UnionToTuple, TupleToUnion, Filter, IsUnion, Tuple } from "../index";
2
2
  type Reduce<T extends Tuple, E> = TupleToUnion<Filter<{
3
3
  [K in keyof T]: T[K] extends E ? never : T[K];
4
4
  }, never>>;
@@ -13,7 +13,7 @@ type Isolate<T extends Tuple, E> = TupleToUnion<Filter<{
13
13
  *
14
14
  * **Related:** `UnionRetain`
15
15
  */
16
- export type UnionFilter<U, E> = [U] extends [never] ? never : If<IsUnion<U>, Reduce<UnionToTuple<U>, E>, U extends E ? never : U>;
16
+ export type UnionFilter<U, E> = [U] extends [never] ? never : [IsUnion<U>] extends [true] ? Reduce<UnionToTuple<U>, E> : [U] extends [E] ? never : U;
17
17
  /**
18
18
  * **UnionRetain**`<U, E>`
19
19
  *
@@ -1 +1 @@
1
- {"version":3,"file":"UnionFilter.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/UnionFilter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,iBAAwB;AAGzF,KAAK,MAAM,CACP,CAAC,SAAS,KAAK,EACf,CAAC,IACD,YAAY,CACZ,MAAM,CAAC;KACF,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,GACxB,KAAK,GACL,CAAC,CAAC,CAAC,CAAC;CACb,EAAE,KAAK,CAAC,CACZ,CAAC;AAEF,KAAK,OAAO,CACR,CAAC,SAAS,KAAK,EACf,CAAC,IACD,YAAY,CACZ,MAAM,CAAC;KACF,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,GACxB,CAAC,CAAC,CAAC,CAAC,GACJ,KAAK;CACd,EAAE,KAAK,CAAC,CACZ,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,GACjD,KAAK,GACL,EAAE,CACA,OAAO,CAAC,CAAC,CAAC,EACV,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,EAAC,CAAC,CAAC,EACzB,CAAC,SAAS,CAAC,GACL,KAAK,GACL,CAAC,CACR,CAAA;AAEH;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,GACjD,KAAK,GACL,OAAO,CAAC,CAAC,CAAC,SAAS,IAAI,GACnB,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,EAAC,CAAC,CAAC,GAC1B,CAAC,SAAS,CAAC,GACP,CAAC,GACD,KAAK,CAAC"}
1
+ {"version":3,"file":"UnionFilter.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/UnionFilter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,iBAAwB;AAGrF,KAAK,MAAM,CACP,CAAC,SAAS,KAAK,EACf,CAAC,IACD,YAAY,CACZ,MAAM,CAAC;KACF,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,GACxB,KAAK,GACL,CAAC,CAAC,CAAC,CAAC;CACb,EAAE,KAAK,CAAC,CACZ,CAAC;AAEF,KAAK,OAAO,CACR,CAAC,SAAS,KAAK,EACf,CAAC,IACD,YAAY,CACZ,MAAM,CAAC;KACF,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,GACxB,CAAC,CAAC,CAAC,CAAC,GACJ,KAAK;CACd,EAAE,KAAK,CAAC,CACZ,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,GACjD,KAAK,GACL,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACvB,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,EAAC,CAAC,CAAC,GACzB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,GACX,KAAK,GACL,CAAC,CAAC;AAEZ;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,GACjD,KAAK,GACL,OAAO,CAAC,CAAC,CAAC,SAAS,IAAI,GACnB,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,EAAC,CAAC,CAAC,GAC1B,CAAC,SAAS,CAAC,GACP,CAAC,GACD,KAAK,CAAC"}
@@ -1,5 +1,9 @@
1
1
  /**
2
- * An email address
2
+ * **Email**
3
+ *
4
+ * A simple email address representation
5
+ *
6
+ * **Related:** `IsEmail`, `isEmail()`
3
7
  */
4
8
  export type Email = `${string}@${string}.${string}`;
5
9
  //# sourceMappingURL=form-fields.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-fields.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/form-fields.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG,GAAG,MAAM,IAAI,MAAM,IAAI,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"form-fields.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/form-fields.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,MAAM,MAAM,KAAK,GAAG,GAAG,MAAM,IAAI,MAAM,IAAI,MAAM,EAAE,CAAC"}
@@ -49,4 +49,5 @@ export * from "./WithDefault";
49
49
  export * from "./AsContainer";
50
50
  export * from "./StripChars";
51
51
  export * from "./RetainChars";
52
+ export * from "./ReduceValues";
52
53
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/index.ts"],"names":[],"mappings":"AAOA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAE7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAE/B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/type-conversion/index.ts"],"names":[],"mappings":"AAOA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAE7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAE/B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
@@ -54,6 +54,7 @@ export * from "./WithDefault.js";
54
54
  export * from "./AsContainer.js";
55
55
  export * from "./StripChars.js";
56
56
  export * from "./RetainChars.js";
57
+ export * from "./ReduceValues.js";
57
58
  // #endregion auto-indexed files
58
59
  // see https://github.com/inocan-group/do-devops/docs/autoindex.md
59
60
  // for more info
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inferred-types",
3
- "version": "0.45.0",
3
+ "version": "0.45.3",
4
4
  "description": "Functions which provide useful type inference on TS projects",
5
5
  "license": "MIT",
6
6
  "author": "Ken Snyder<ken@ken.net>",
@@ -50,12 +50,12 @@
50
50
  "watch:bundle": "tsup src/index.ts --format=esm --dts"
51
51
  },
52
52
  "devDependencies": {
53
- "@arktype/attest": "^0.7.8",
53
+ "@arktype/attest": "^0.7.10",
54
54
  "@eslint/js": "^9.4.0",
55
55
  "@type-challenges/utils": "~0.1.1",
56
- "@types/node": "^18.19.33",
57
- "@typescript-eslint/eslint-plugin": "^7.11.0",
58
- "@typescript-eslint/parser": "^7.11.0",
56
+ "@types/node": "^18.19.34",
57
+ "@typescript-eslint/eslint-plugin": "^7.13.0",
58
+ "@typescript-eslint/parser": "^7.13.0",
59
59
  "@typescript/analyze-trace": "^0.10.1",
60
60
  "@vitest/ui": "^1.6.0",
61
61
  "bumpp": "^9.4.1",
@@ -71,19 +71,25 @@
71
71
  "glob": "^10.4.1",
72
72
  "npm-run-all": "~4.1.5",
73
73
  "pathe": "^1.1.2",
74
- "prettier": "^3.2.5",
74
+ "prettier": "^3.3.2",
75
75
  "rimraf": "^5.0.7",
76
- "ts-patch": "^3.1.2",
76
+ "ts-patch": "^3.2.0",
77
77
  "ts-type-tester": "^0.3.2",
78
- "tsup": "^8.0.2",
79
- "tsx": "^4.11.0",
78
+ "tsup": "^8.1.0",
79
+ "tsx": "^4.15.4",
80
80
  "typescript": "^5.4.5",
81
- "typescript-eslint": "^7.11.0",
81
+ "typescript-eslint": "^7.13.0",
82
82
  "typescript-transform-paths": "^3.4.7",
83
83
  "typescript-transformer-esm": "^1.1.0",
84
- "vite": "^5.2.12",
84
+ "vite": "^5.3.0",
85
85
  "vite-node": "^1.6.0",
86
86
  "vitest": "^1.6.0",
87
87
  "vue": "^3.4.27"
88
+ },
89
+ "pnpm": {
90
+ "overrides": {
91
+ "tar@<6.2.1": ">=6.2.1",
92
+ "braces@<3.0.3": ">=3.0.3"
93
+ }
88
94
  }
89
95
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"handleDoneFn.d.ts","sourceRoot":"","sources":["../../../src/runtime/boolean-logic/handleDoneFn.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,uCAIlB,IAAI,iBACK,OAAO,QAWtB,CAAA"}
@@ -1,17 +0,0 @@
1
- import { AlphaChar } from "../index";
2
- /**
3
- * A `PrivateKey` must start with a `_` character and then follow with
4
- * an alphabetic character
5
- */
6
- export type PrivateKey = `_${AlphaChar}${string}`;
7
- /**
8
- * **PrivateKeys**`<T>`
9
- *
10
- * Keys on an object which have a `_` character as first part of the
11
- * name are considered private and this utility will create a union
12
- * of all the keys in this category.
13
- */
14
- export type PrivateKeys<T extends object> = {
15
- [K in keyof T]: K extends `_${string}` ? K : never;
16
- }[keyof T];
17
- //# sourceMappingURL=PrivateKeys.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PrivateKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/PrivateKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,iBAAwB;AAG5C;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG,IAAI,SAAS,GAAG,MAAM,EAAE,CAAC;AAElD;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,MAAM,IAAI;KACzC,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,SAAS,IAAI,MAAM,EAAE,GAAG,CAAC,GAAG,KAAK;CACnD,CAAC,MAAM,CAAC,CAAC,CAAC"}
@@ -1,10 +0,0 @@
1
- /**
2
- * **PublicKeys**`<T>`
3
- *
4
- * Builds a union type of all keys which are "public" where a public
5
- * key is any key which _does not_ start with the `_` character.
6
- */
7
- export type PublicKeys<T extends object> = {
8
- [K in keyof T]: K extends `_${string}` ? never : K;
9
- }[keyof T];
10
- //# sourceMappingURL=PublicKeys.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PublicKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/PublicKeys.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,MAAM,IAAI;KACxC,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,SAAS,IAAI,MAAM,EAAE,GAAG,KAAK,GAAG,CAAC;CACnD,CAAC,MAAM,CAAC,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Fn.d.ts","sourceRoot":"","sources":["../../../src/types/functions/Fn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAEvD,MAAM,MAAM,MAAM,GAAG,CAAC,EAAE,EAAE,WAAW,CAAE,GACrC,CAAC,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,GAC/B,CAAC,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAE,CAAC;AAExD;;GAEG;AACH,MAAM,MAAM,EAAE,CACZ,GAAG,SAAS,MAAM,GAAG,MAAM,IACzB,GAAG,SAAS,CAAE,EAAE,EAAE,WAAW,CAAE,GACjC,GAAG,CAAC,CAAC,CAAC,GACN,GAAG,SAAS,CAAE,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,GAC1C,GAAG,CAAC,CAAC,CAAC,GAAG;IAAE,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAA;CAAE,GACzB,GAAG,SAAS,CAAE,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAE,GAChE,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,GACf,KAAK,CAAC"}