inferred-types 0.40.4 → 0.40.6

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 (463) hide show
  1. package/dist/constants/Never.js +1 -1
  2. package/dist/constants/NotDefined.d.ts +1 -1
  3. package/dist/constants/NotDefined.d.ts.map +1 -1
  4. package/dist/constants/NotDefined.js +1 -1
  5. package/dist/constants/createConstant.d.ts +1 -1
  6. package/dist/constants/createConstant.d.ts.map +1 -1
  7. package/dist/constants/tsconfig.tsbuildinfo +1 -1
  8. package/dist/inferred-types/index.d.ts +3 -3
  9. package/dist/inferred-types/index.d.ts.map +1 -1
  10. package/dist/inferred-types/index.js +3 -3
  11. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
  12. package/dist/runtime/boolean-logic/ifArray.d.ts +1 -1
  13. package/dist/runtime/boolean-logic/ifArray.d.ts.map +1 -1
  14. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +2 -2
  15. package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -1
  16. package/dist/runtime/boolean-logic/ifArrayPartial.js +1 -1
  17. package/dist/runtime/boolean-logic/ifBoolean.d.ts +1 -1
  18. package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +1 -1
  19. package/dist/runtime/boolean-logic/ifBoolean.js +1 -1
  20. package/dist/runtime/boolean-logic/ifChar.d.ts +1 -1
  21. package/dist/runtime/boolean-logic/ifChar.d.ts.map +1 -1
  22. package/dist/runtime/boolean-logic/ifChar.js +1 -1
  23. package/dist/runtime/boolean-logic/ifContainer.d.ts +1 -1
  24. package/dist/runtime/boolean-logic/ifContainer.d.ts.map +1 -1
  25. package/dist/runtime/boolean-logic/ifContainer.js +1 -1
  26. package/dist/runtime/boolean-logic/ifFalse.d.ts +1 -1
  27. package/dist/runtime/boolean-logic/ifFalse.d.ts.map +1 -1
  28. package/dist/runtime/boolean-logic/ifFalse.js +1 -1
  29. package/dist/runtime/boolean-logic/ifFunction.d.ts +1 -1
  30. package/dist/runtime/boolean-logic/ifFunction.d.ts.map +1 -1
  31. package/dist/runtime/boolean-logic/ifFunction.js +1 -1
  32. package/dist/runtime/boolean-logic/ifHasKey.d.ts +1 -1
  33. package/dist/runtime/boolean-logic/ifHasKey.d.ts.map +1 -1
  34. package/dist/runtime/boolean-logic/ifHasKey.js +1 -1
  35. package/dist/runtime/boolean-logic/ifLength.d.ts +1 -1
  36. package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -1
  37. package/dist/runtime/boolean-logic/ifNotNull.d.ts +1 -1
  38. package/dist/runtime/boolean-logic/ifNotNull.d.ts.map +1 -1
  39. package/dist/runtime/boolean-logic/ifNotNull.js +1 -1
  40. package/dist/runtime/boolean-logic/ifNull.d.ts +1 -1
  41. package/dist/runtime/boolean-logic/ifNull.d.ts.map +1 -1
  42. package/dist/runtime/boolean-logic/ifNull.js +1 -1
  43. package/dist/runtime/boolean-logic/ifNumber.d.ts +1 -1
  44. package/dist/runtime/boolean-logic/ifNumber.d.ts.map +1 -1
  45. package/dist/runtime/boolean-logic/ifNumber.js +1 -1
  46. package/dist/runtime/boolean-logic/ifObject.d.ts +1 -1
  47. package/dist/runtime/boolean-logic/ifObject.d.ts.map +1 -1
  48. package/dist/runtime/boolean-logic/ifObject.js +1 -1
  49. package/dist/runtime/boolean-logic/ifRef.d.ts +1 -1
  50. package/dist/runtime/boolean-logic/ifRef.d.ts.map +1 -1
  51. package/dist/runtime/boolean-logic/ifRef.js +1 -1
  52. package/dist/runtime/boolean-logic/ifSameType.d.ts +1 -1
  53. package/dist/runtime/boolean-logic/ifSameType.d.ts.map +1 -1
  54. package/dist/runtime/boolean-logic/ifScalar.d.ts +1 -1
  55. package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -1
  56. package/dist/runtime/boolean-logic/ifScalar.js +1 -1
  57. package/dist/runtime/boolean-logic/ifString.d.ts +1 -1
  58. package/dist/runtime/boolean-logic/ifString.d.ts.map +1 -1
  59. package/dist/runtime/boolean-logic/ifString.js +1 -1
  60. package/dist/runtime/boolean-logic/ifTrue.d.ts +1 -1
  61. package/dist/runtime/boolean-logic/ifTrue.d.ts.map +1 -1
  62. package/dist/runtime/boolean-logic/ifTrue.js +1 -1
  63. package/dist/runtime/boolean-logic/ifUndefined.d.ts +1 -1
  64. package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -1
  65. package/dist/runtime/boolean-logic/ifUndefined.js +1 -1
  66. package/dist/runtime/combinators/and.d.ts +1 -1
  67. package/dist/runtime/combinators/and.d.ts.map +1 -1
  68. package/dist/runtime/combinators/filter.d.ts +1 -1
  69. package/dist/runtime/combinators/filter.d.ts.map +1 -1
  70. package/dist/runtime/combinators/filter.js +1 -1
  71. package/dist/runtime/combinators/or.d.ts +1 -1
  72. package/dist/runtime/combinators/or.d.ts.map +1 -1
  73. package/dist/runtime/dictionary/entries.d.ts +1 -1
  74. package/dist/runtime/dictionary/entries.d.ts.map +1 -1
  75. package/dist/runtime/dictionary/entries.js +1 -1
  76. package/dist/runtime/dictionary/get.d.ts +2 -2
  77. package/dist/runtime/dictionary/get.d.ts.map +1 -1
  78. package/dist/runtime/dictionary/get.js +2 -2
  79. package/dist/runtime/dictionary/keysOf.d.ts +1 -1
  80. package/dist/runtime/dictionary/keysOf.d.ts.map +1 -1
  81. package/dist/runtime/dictionary/keysOf.js +1 -1
  82. package/dist/runtime/dictionary/mapValues.d.ts +1 -1
  83. package/dist/runtime/dictionary/mapValues.d.ts.map +1 -1
  84. package/dist/runtime/dictionary/mapValues.js +1 -1
  85. package/dist/runtime/dictionary/omit.d.ts +1 -1
  86. package/dist/runtime/dictionary/omit.d.ts.map +1 -1
  87. package/dist/runtime/dictionary/omit.js +1 -1
  88. package/dist/runtime/dictionary/retain.d.ts +1 -1
  89. package/dist/runtime/dictionary/retain.d.ts.map +1 -1
  90. package/dist/runtime/dictionary/sharedKeys.d.ts +1 -1
  91. package/dist/runtime/dictionary/sharedKeys.d.ts.map +1 -1
  92. package/dist/runtime/dictionary/strArrayToDict.d.ts +1 -1
  93. package/dist/runtime/dictionary/strArrayToDict.d.ts.map +1 -1
  94. package/dist/runtime/dictionary/withKeys.d.ts +3 -3
  95. package/dist/runtime/dictionary/withKeys.d.ts.map +1 -1
  96. package/dist/runtime/dictionary/withKeys.js +1 -1
  97. package/dist/runtime/dictionary/withValue.d.ts +2 -2
  98. package/dist/runtime/dictionary/withValue.d.ts.map +1 -1
  99. package/dist/runtime/dictionary/withValue.js +1 -1
  100. package/dist/runtime/dictionary/withoutKeys.d.ts +3 -3
  101. package/dist/runtime/dictionary/withoutKeys.d.ts.map +1 -1
  102. package/dist/runtime/dictionary/withoutKeys.js +1 -1
  103. package/dist/runtime/dictionary/withoutValue.d.ts +1 -1
  104. package/dist/runtime/dictionary/withoutValue.d.ts.map +1 -1
  105. package/dist/runtime/errors/TypedError.d.ts +1 -1
  106. package/dist/runtime/errors/TypedError.d.ts.map +1 -1
  107. package/dist/runtime/errors/TypedError.js +1 -1
  108. package/dist/runtime/errors/createErrorCondition.d.ts +1 -1
  109. package/dist/runtime/errors/createErrorCondition.d.ts.map +1 -1
  110. package/dist/runtime/functional/left.d.ts +1 -1
  111. package/dist/runtime/functional/left.d.ts.map +1 -1
  112. package/dist/runtime/functional/right.d.ts +1 -1
  113. package/dist/runtime/functional/right.d.ts.map +1 -1
  114. package/dist/runtime/functions/fnMeta.d.ts +3 -3
  115. package/dist/runtime/functions/fnMeta.d.ts.map +1 -1
  116. package/dist/runtime/initializers/addFnToProps.d.ts +1 -1
  117. package/dist/runtime/initializers/addFnToProps.d.ts.map +1 -1
  118. package/dist/runtime/initializers/addPropsToFn.d.ts +1 -1
  119. package/dist/runtime/initializers/addPropsToFn.d.ts.map +1 -1
  120. package/dist/runtime/initializers/createFnWithProps.d.ts +1 -1
  121. package/dist/runtime/initializers/createFnWithProps.d.ts.map +1 -1
  122. package/dist/runtime/initializers/createTypeGuard.d.ts +1 -1
  123. package/dist/runtime/initializers/createTypeGuard.d.ts.map +1 -1
  124. package/dist/runtime/initializers/createTypeTuple.d.ts +1 -1
  125. package/dist/runtime/initializers/createTypeTuple.d.ts.map +1 -1
  126. package/dist/runtime/initializers/createValidator.d.ts +1 -1
  127. package/dist/runtime/initializers/createValidator.d.ts.map +1 -1
  128. package/dist/runtime/initializers/defineObj.d.ts +1 -1
  129. package/dist/runtime/initializers/defineObj.d.ts.map +1 -1
  130. package/dist/runtime/initializers/defineTuple.d.ts +1 -1
  131. package/dist/runtime/initializers/defineTuple.d.ts.map +1 -1
  132. package/dist/runtime/lists/asArray.d.ts +1 -1
  133. package/dist/runtime/lists/asArray.d.ts.map +1 -1
  134. package/dist/runtime/lists/createConverter.d.ts +1 -1
  135. package/dist/runtime/lists/createConverter.d.ts.map +1 -1
  136. package/dist/runtime/lists/createConverter.js +2 -2
  137. package/dist/runtime/lists/filter.d.ts +1 -1
  138. package/dist/runtime/lists/filter.d.ts.map +1 -1
  139. package/dist/runtime/lists/filter.js +1 -1
  140. package/dist/runtime/lists/find.d.ts +1 -1
  141. package/dist/runtime/lists/find.d.ts.map +1 -1
  142. package/dist/runtime/lists/find.js +1 -1
  143. package/dist/runtime/lists/getEach.d.ts +1 -1
  144. package/dist/runtime/lists/getEach.d.ts.map +1 -1
  145. package/dist/runtime/lists/getEach.js +2 -2
  146. package/dist/runtime/lists/indexOf.d.ts +1 -1
  147. package/dist/runtime/lists/indexOf.d.ts.map +1 -1
  148. package/dist/runtime/lists/indexOf.js +2 -2
  149. package/dist/runtime/lists/intersection.d.ts +1 -1
  150. package/dist/runtime/lists/intersection.d.ts.map +1 -1
  151. package/dist/runtime/lists/intersection.js +1 -1
  152. package/dist/runtime/lists/join.d.ts +1 -1
  153. package/dist/runtime/lists/join.d.ts.map +1 -1
  154. package/dist/runtime/lists/last.d.ts +1 -1
  155. package/dist/runtime/lists/last.d.ts.map +1 -1
  156. package/dist/runtime/lists/logicalReturns.d.ts +1 -1
  157. package/dist/runtime/lists/logicalReturns.d.ts.map +1 -1
  158. package/dist/runtime/lists/logicalReturns.js +1 -1
  159. package/dist/runtime/lists/pop.d.ts +1 -1
  160. package/dist/runtime/lists/pop.d.ts.map +1 -1
  161. package/dist/runtime/lists/pop.js +1 -1
  162. package/dist/runtime/lists/reverse.d.ts +1 -1
  163. package/dist/runtime/lists/reverse.d.ts.map +1 -1
  164. package/dist/runtime/lists/shift.d.ts +1 -1
  165. package/dist/runtime/lists/shift.d.ts.map +1 -1
  166. package/dist/runtime/lists/slice.d.ts +1 -1
  167. package/dist/runtime/lists/slice.d.ts.map +1 -1
  168. package/dist/runtime/lists/unique.d.ts +1 -1
  169. package/dist/runtime/lists/unique.d.ts.map +1 -1
  170. package/dist/runtime/lists/unique.js +1 -1
  171. package/dist/runtime/literals/box.d.ts +1 -1
  172. package/dist/runtime/literals/box.d.ts.map +1 -1
  173. package/dist/runtime/literals/ensureLeading.d.ts +1 -1
  174. package/dist/runtime/literals/ensureLeading.d.ts.map +1 -1
  175. package/dist/runtime/literals/ensureTrailing.d.ts +1 -1
  176. package/dist/runtime/literals/ensureTrailing.d.ts.map +1 -1
  177. package/dist/runtime/literals/ifLowercase.d.ts +1 -1
  178. package/dist/runtime/literals/ifLowercase.d.ts.map +1 -1
  179. package/dist/runtime/literals/ifLowercase.js +1 -1
  180. package/dist/runtime/literals/ifUppercase.d.ts +1 -1
  181. package/dist/runtime/literals/ifUppercase.d.ts.map +1 -1
  182. package/dist/runtime/literals/ifUppercase.js +1 -1
  183. package/dist/runtime/literals/literal.d.ts +1 -1
  184. package/dist/runtime/literals/literal.d.ts.map +1 -1
  185. package/dist/runtime/literals/narrow.d.ts +1 -1
  186. package/dist/runtime/literals/narrow.d.ts.map +1 -1
  187. package/dist/runtime/literals/pathJoin.d.ts +1 -1
  188. package/dist/runtime/literals/pathJoin.d.ts.map +1 -1
  189. package/dist/runtime/literals/pathJoin.js +1 -1
  190. package/dist/runtime/literals/pluralize.d.ts +10 -1
  191. package/dist/runtime/literals/pluralize.d.ts.map +1 -1
  192. package/dist/runtime/literals/pluralize.js +11 -2
  193. package/dist/runtime/literals/retainAfter.d.ts +1 -1
  194. package/dist/runtime/literals/retainAfter.d.ts.map +1 -1
  195. package/dist/runtime/literals/split.d.ts +1 -1
  196. package/dist/runtime/literals/split.d.ts.map +1 -1
  197. package/dist/runtime/literals/split.js +2 -2
  198. package/dist/runtime/literals/stripAfter.d.ts +1 -1
  199. package/dist/runtime/literals/stripAfter.d.ts.map +1 -1
  200. package/dist/runtime/literals/stripLeading.d.ts +1 -1
  201. package/dist/runtime/literals/stripLeading.d.ts.map +1 -1
  202. package/dist/runtime/literals/stripTrailing.d.ts +1 -1
  203. package/dist/runtime/literals/stripTrailing.d.ts.map +1 -1
  204. package/dist/runtime/literals/toCamelCase.d.ts +1 -1
  205. package/dist/runtime/literals/toCamelCase.d.ts.map +1 -1
  206. package/dist/runtime/literals/toCamelCase.js +1 -1
  207. package/dist/runtime/literals/toKebabCase.d.ts +1 -1
  208. package/dist/runtime/literals/toKebabCase.d.ts.map +1 -1
  209. package/dist/runtime/literals/toLowercase.js +1 -1
  210. package/dist/runtime/literals/toNumericArray.d.ts +1 -1
  211. package/dist/runtime/literals/toNumericArray.d.ts.map +1 -1
  212. package/dist/runtime/literals/toPascalCase.d.ts +1 -1
  213. package/dist/runtime/literals/toPascalCase.d.ts.map +1 -1
  214. package/dist/runtime/literals/toPascalCase.js +1 -1
  215. package/dist/runtime/literals/toString.d.ts +1 -1
  216. package/dist/runtime/literals/toString.d.ts.map +1 -1
  217. package/dist/runtime/literals/toUppercase.js +1 -1
  218. package/dist/runtime/literals/trim.d.ts +1 -1
  219. package/dist/runtime/literals/trim.d.ts.map +1 -1
  220. package/dist/runtime/literals/tuple.d.ts +2 -2
  221. package/dist/runtime/literals/tuple.d.ts.map +1 -1
  222. package/dist/runtime/literals/tuple.js +1 -1
  223. package/dist/runtime/literals/widen.d.ts +1 -1
  224. package/dist/runtime/literals/widen.d.ts.map +1 -1
  225. package/dist/runtime/runtime-types/createType.d.ts +3 -3
  226. package/dist/runtime/runtime-types/createType.d.ts.map +1 -1
  227. package/dist/runtime/runtime-types/createType.js +2 -2
  228. package/dist/runtime/runtime-types/describeType.d.ts +1 -1
  229. package/dist/runtime/runtime-types/describeType.d.ts.map +1 -1
  230. package/dist/runtime/runtime-types/determineIdentity.d.ts +1 -1
  231. package/dist/runtime/runtime-types/determineIdentity.d.ts.map +1 -1
  232. package/dist/runtime/runtime-types/determineType.d.ts +1 -1
  233. package/dist/runtime/runtime-types/determineType.d.ts.map +1 -1
  234. package/dist/runtime/runtime-types/determineType.js +1 -1
  235. package/dist/runtime/runtime-types/extractTypeToken.js +1 -1
  236. package/dist/runtime/runtime-types/kind.d.ts +4 -4
  237. package/dist/runtime/runtime-types/kind.d.ts.map +1 -1
  238. package/dist/runtime/runtime-types/kind.js +1 -1
  239. package/dist/runtime/runtime-types/typeTuples.d.ts +3 -3
  240. package/dist/runtime/runtime-types/typeTuples.d.ts.map +1 -1
  241. package/dist/runtime/runtime-types/typeTuples.js +2 -2
  242. package/dist/runtime/runtime-types/valueTypes.d.ts +1 -1
  243. package/dist/runtime/runtime-types/valueTypes.d.ts.map +1 -1
  244. package/dist/runtime/sets/uniqueKeys.d.ts +1 -1
  245. package/dist/runtime/sets/uniqueKeys.d.ts.map +1 -1
  246. package/dist/runtime/sets/uniqueKeys.js +1 -1
  247. package/dist/runtime/state/Configurator.d.ts +1 -1
  248. package/dist/runtime/state/Configurator.d.ts.map +1 -1
  249. package/dist/runtime/state/FluentConfigurator.d.ts +1 -1
  250. package/dist/runtime/state/FluentConfigurator.d.ts.map +1 -1
  251. package/dist/runtime/tsconfig.tsbuildinfo +1 -1
  252. package/dist/runtime/type-conversion/mergeObjects.d.ts +2 -2
  253. package/dist/runtime/type-conversion/mergeObjects.d.ts.map +1 -1
  254. package/dist/runtime/type-conversion/mergeObjects.js +1 -1
  255. package/dist/runtime/type-conversion/mergeScalars.d.ts +1 -1
  256. package/dist/runtime/type-conversion/mergeScalars.d.ts.map +1 -1
  257. package/dist/runtime/type-conversion/mergeScalars.js +1 -1
  258. package/dist/runtime/type-conversion/mergeTuples.d.ts +1 -1
  259. package/dist/runtime/type-conversion/mergeTuples.d.ts.map +1 -1
  260. package/dist/runtime/type-conversion/mutable.d.ts +1 -1
  261. package/dist/runtime/type-conversion/mutable.d.ts.map +1 -1
  262. package/dist/runtime/type-conversion/optional.d.ts +1 -1
  263. package/dist/runtime/type-conversion/optional.d.ts.map +1 -1
  264. package/dist/runtime/type-conversion/toNumber.d.ts +1 -1
  265. package/dist/runtime/type-conversion/toNumber.d.ts.map +1 -1
  266. package/dist/runtime/type-conversion/union.d.ts +1 -1
  267. package/dist/runtime/type-conversion/union.d.ts.map +1 -1
  268. package/dist/runtime/type-guards/hasDefaultValue.d.ts +2 -2
  269. package/dist/runtime/type-guards/hasDefaultValue.d.ts.map +1 -1
  270. package/dist/runtime/type-guards/hasDefaultValue.js +1 -1
  271. package/dist/runtime/type-guards/hasErrorConditions.d.ts +2 -2
  272. package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +1 -1
  273. package/dist/runtime/type-guards/hasErrorConditions.js +1 -1
  274. package/dist/runtime/type-guards/hasIndexOf.d.ts +1 -1
  275. package/dist/runtime/type-guards/hasIndexOf.d.ts.map +1 -1
  276. package/dist/runtime/type-guards/hasIndexOf.js +1 -1
  277. package/dist/runtime/type-guards/higher-order/endsWith.d.ts +1 -1
  278. package/dist/runtime/type-guards/higher-order/endsWith.d.ts.map +1 -1
  279. package/dist/runtime/type-guards/higher-order/endsWith.js +1 -1
  280. package/dist/runtime/type-guards/higher-order/isEqual.d.ts +1 -1
  281. package/dist/runtime/type-guards/higher-order/isEqual.d.ts.map +1 -1
  282. package/dist/runtime/type-guards/higher-order/isEqual.js +1 -1
  283. package/dist/runtime/type-guards/higher-order/isLength.js +1 -1
  284. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts +1 -1
  285. package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts.map +1 -1
  286. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts +1 -1
  287. package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts.map +1 -1
  288. package/dist/runtime/type-guards/higher-order/startsWith.d.ts +1 -1
  289. package/dist/runtime/type-guards/higher-order/startsWith.d.ts.map +1 -1
  290. package/dist/runtime/type-guards/higher-order/startsWith.js +1 -1
  291. package/dist/runtime/type-guards/isAlpha.d.ts +1 -1
  292. package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -1
  293. package/dist/runtime/type-guards/isAlpha.js +2 -2
  294. package/dist/runtime/type-guards/isConstant.d.ts +1 -1
  295. package/dist/runtime/type-guards/isConstant.d.ts.map +1 -1
  296. package/dist/runtime/type-guards/isConstant.js +1 -1
  297. package/dist/runtime/type-guards/isContainer.d.ts +1 -1
  298. package/dist/runtime/type-guards/isContainer.d.ts.map +1 -1
  299. package/dist/runtime/type-guards/isContainer.js +1 -1
  300. package/dist/runtime/type-guards/isErrorCondition.d.ts +1 -1
  301. package/dist/runtime/type-guards/isErrorCondition.d.ts.map +1 -1
  302. package/dist/runtime/type-guards/isErrorCondition.js +1 -1
  303. package/dist/runtime/type-guards/isFalsy.d.ts +1 -1
  304. package/dist/runtime/type-guards/isFalsy.d.ts.map +1 -1
  305. package/dist/runtime/type-guards/isFalsy.js +1 -1
  306. package/dist/runtime/type-guards/isFnWithParams.d.ts +1 -1
  307. package/dist/runtime/type-guards/isFnWithParams.d.ts.map +1 -1
  308. package/dist/runtime/type-guards/isFunction.d.ts +1 -1
  309. package/dist/runtime/type-guards/isFunction.d.ts.map +1 -1
  310. package/dist/runtime/type-guards/isIndexable.d.ts +1 -1
  311. package/dist/runtime/type-guards/isIndexable.d.ts.map +1 -1
  312. package/dist/runtime/type-guards/isIndexable.js +1 -1
  313. package/dist/runtime/type-guards/isLeftRight.d.ts +1 -1
  314. package/dist/runtime/type-guards/isLeftRight.d.ts.map +1 -1
  315. package/dist/runtime/type-guards/isLeftRight.js +1 -1
  316. package/dist/runtime/type-guards/isNotNull.d.ts +1 -1
  317. package/dist/runtime/type-guards/isNotNull.d.ts.map +1 -1
  318. package/dist/runtime/type-guards/isNothing.d.ts +1 -1
  319. package/dist/runtime/type-guards/isNothing.d.ts.map +1 -1
  320. package/dist/runtime/type-guards/isNumericString.js +2 -2
  321. package/dist/runtime/type-guards/isObject.d.ts +1 -1
  322. package/dist/runtime/type-guards/isObject.d.ts.map +1 -1
  323. package/dist/runtime/type-guards/isReadonlyArray.d.ts +1 -1
  324. package/dist/runtime/type-guards/isReadonlyArray.d.ts.map +1 -1
  325. package/dist/runtime/type-guards/isRef.d.ts +1 -1
  326. package/dist/runtime/type-guards/isRef.d.ts.map +1 -1
  327. package/dist/runtime/type-guards/isRef.js +1 -1
  328. package/dist/runtime/type-guards/isSameType.d.ts +1 -1
  329. package/dist/runtime/type-guards/isSameType.d.ts.map +1 -1
  330. package/dist/runtime/type-guards/isSameType.js +1 -1
  331. package/dist/runtime/type-guards/isScalar.d.ts +1 -1
  332. package/dist/runtime/type-guards/isScalar.d.ts.map +1 -1
  333. package/dist/runtime/type-guards/isScalar.js +1 -1
  334. package/dist/runtime/type-guards/isSpecificConstant.d.ts +1 -1
  335. package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +1 -1
  336. package/dist/runtime/type-guards/isSpecificConstant.js +1 -1
  337. package/dist/runtime/type-guards/isTruthy.d.ts +1 -1
  338. package/dist/runtime/type-guards/isTruthy.d.ts.map +1 -1
  339. package/dist/runtime/type-guards/isTruthy.js +1 -1
  340. package/dist/runtime/type-guards/isTypeToken.d.ts +1 -1
  341. package/dist/runtime/type-guards/isTypeToken.d.ts.map +1 -1
  342. package/dist/runtime/type-guards/isTypeToken.js +2 -2
  343. package/dist/runtime/type-guards/isTypeTuple.d.ts +1 -1
  344. package/dist/runtime/type-guards/isTypeTuple.d.ts.map +1 -1
  345. package/dist/runtime/type-guards/runtime-type-guards.d.ts +1 -1
  346. package/dist/runtime/type-guards/runtime-type-guards.d.ts.map +1 -1
  347. package/dist/runtime/type-guards/runtime-type-guards.js +1 -1
  348. package/dist/types/base-types/AnyObject.d.ts +2 -2
  349. package/dist/types/base-types/AnyObject.d.ts.map +1 -1
  350. package/dist/types/base-types/Defined.d.ts +1 -1
  351. package/dist/types/base-types/Defined.d.ts.map +1 -1
  352. package/dist/types/base-types/NotNull.d.ts +1 -1
  353. package/dist/types/base-types/NotNull.d.ts.map +1 -1
  354. package/dist/types/base-types/fns/FnWithDict.d.ts +1 -1
  355. package/dist/types/base-types/fns/FnWithDict.d.ts.map +1 -1
  356. package/dist/types/base-types/functional/LeftRight.d.ts +1 -1
  357. package/dist/types/base-types/functional/LeftRight.d.ts.map +1 -1
  358. package/dist/types/boolean-logic/branching/IfDefined.d.ts +1 -1
  359. package/dist/types/boolean-logic/branching/IfDefined.d.ts.map +1 -1
  360. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts +12 -0
  361. package/dist/types/boolean-logic/branching/IfEmptyContainer.d.ts.map +1 -0
  362. package/dist/types/boolean-logic/branching/IfEmptyContainer.js +1 -0
  363. package/dist/types/boolean-logic/branching/IfEqualLength.d.ts +1 -1
  364. package/dist/types/boolean-logic/branching/IfEqualLength.d.ts.map +1 -1
  365. package/dist/types/boolean-logic/branching/IfError.d.ts +1 -1
  366. package/dist/types/boolean-logic/branching/IfError.d.ts.map +1 -1
  367. package/dist/types/boolean-logic/branching/IfIndexAt.d.ts +1 -1
  368. package/dist/types/boolean-logic/branching/IfIndexAt.d.ts.map +1 -1
  369. package/dist/types/boolean-logic/branching/IfIndexable.d.ts +1 -1
  370. package/dist/types/boolean-logic/branching/IfIndexable.d.ts.map +1 -1
  371. package/dist/types/boolean-logic/branching/IfNotError.d.ts +1 -1
  372. package/dist/types/boolean-logic/branching/IfNotError.d.ts.map +1 -1
  373. package/dist/types/boolean-logic/branching/IfValidKey.d.ts +1 -1
  374. package/dist/types/boolean-logic/branching/IfValidKey.d.ts.map +1 -1
  375. package/dist/types/boolean-logic/branching/index.d.ts +1 -0
  376. package/dist/types/boolean-logic/branching/index.d.ts.map +1 -1
  377. package/dist/types/boolean-logic/branching/index.js +1 -0
  378. package/dist/types/boolean-logic/combinators/FirstIdx.d.ts +1 -1
  379. package/dist/types/boolean-logic/combinators/FirstIdx.d.ts.map +1 -1
  380. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts +2 -2
  381. package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts.map +1 -1
  382. package/dist/types/boolean-logic/narrowing/AsPropertyKey.d.ts +1 -1
  383. package/dist/types/boolean-logic/narrowing/AsPropertyKey.d.ts.map +1 -1
  384. package/dist/types/boolean-logic/operators/AllLiteral.d.ts +1 -1
  385. package/dist/types/boolean-logic/operators/AllLiteral.d.ts.map +1 -1
  386. package/dist/types/boolean-logic/operators/IsError.d.ts +1 -1
  387. package/dist/types/boolean-logic/operators/IsError.d.ts.map +1 -1
  388. package/dist/types/boolean-logic/operators/IsIndexable.d.ts +1 -1
  389. package/dist/types/boolean-logic/operators/IsIndexable.d.ts.map +1 -1
  390. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts +1 -1
  391. package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts.map +1 -1
  392. package/dist/types/boolean-logic/operators/OfSameLength.d.ts +1 -1
  393. package/dist/types/boolean-logic/operators/OfSameLength.d.ts.map +1 -1
  394. package/dist/types/containers/EmptyContainer.d.ts +1 -1
  395. package/dist/types/containers/EmptyContainer.d.ts.map +1 -1
  396. package/dist/types/containers/NonEmptyContainer.d.ts +1 -1
  397. package/dist/types/containers/NonEmptyContainer.d.ts.map +1 -1
  398. package/dist/types/containers/WithKey.d.ts +1 -1
  399. package/dist/types/containers/WithKey.d.ts.map +1 -1
  400. package/dist/types/dictionary/Get.d.ts +2 -2
  401. package/dist/types/dictionary/Get.d.ts.map +1 -1
  402. package/dist/types/dictionary/KeysWithValue.d.ts +5 -5
  403. package/dist/types/dictionary/KeysWithValue.d.ts.map +1 -1
  404. package/dist/types/dictionary/MakePropsMutable.d.ts +1 -1
  405. package/dist/types/dictionary/MakePropsMutable.d.ts.map +1 -1
  406. package/dist/types/dictionary/WithValue.d.ts +2 -2
  407. package/dist/types/dictionary/WithValue.d.ts.map +1 -1
  408. package/dist/types/errors/AsError.d.ts +1 -1
  409. package/dist/types/errors/AsError.d.ts.map +1 -1
  410. package/dist/types/errors/ErrorCondition.d.ts +1 -1
  411. package/dist/types/errors/ErrorCondition.d.ts.map +1 -1
  412. package/dist/types/lists/AllowNonTupleWhenSingular.d.ts +1 -1
  413. package/dist/types/lists/AllowNonTupleWhenSingular.d.ts.map +1 -1
  414. package/dist/types/lists/AsArray.d.ts +1 -1
  415. package/dist/types/lists/AsArray.d.ts.map +1 -1
  416. package/dist/types/lists/LogicalReturns.d.ts +1 -1
  417. package/dist/types/lists/LogicalReturns.d.ts.map +1 -1
  418. package/dist/types/lists/ToCSV.d.ts +1 -1
  419. package/dist/types/lists/ToCSV.d.ts.map +1 -1
  420. package/dist/types/numeric-literals/Digit.d.ts +1 -1
  421. package/dist/types/numeric-literals/Digit.d.ts.map +1 -1
  422. package/dist/types/numeric-literals/LessThanOrEqual.d.ts +1 -1
  423. package/dist/types/numeric-literals/LessThanOrEqual.d.ts.map +1 -1
  424. package/dist/types/numeric-literals/ToNumericArray.d.ts +1 -1
  425. package/dist/types/numeric-literals/ToNumericArray.d.ts.map +1 -1
  426. package/dist/types/runtime-types/Type.d.ts +1 -1
  427. package/dist/types/runtime-types/Type.d.ts.map +1 -1
  428. package/dist/types/runtime-types/TypeOf.d.ts +1 -1
  429. package/dist/types/runtime-types/TypeOf.d.ts.map +1 -1
  430. package/dist/types/runtime-types/TypeToken.d.ts +1 -1
  431. package/dist/types/runtime-types/TypeToken.d.ts.map +1 -1
  432. package/dist/types/runtime-types/api/number.d.ts +1 -1
  433. package/dist/types/runtime-types/api/number.d.ts.map +1 -1
  434. package/dist/types/runtime-types/api/string.d.ts +1 -1
  435. package/dist/types/runtime-types/api/string.d.ts.map +1 -1
  436. package/dist/types/string-literals/Date.d.ts +1 -1
  437. package/dist/types/string-literals/Date.d.ts.map +1 -1
  438. package/dist/types/string-literals/Pluralize.d.ts +3 -2
  439. package/dist/types/string-literals/Pluralize.d.ts.map +1 -1
  440. package/dist/types/string-literals/Surround.d.ts +1 -1
  441. package/dist/types/string-literals/Surround.d.ts.map +1 -1
  442. package/dist/types/string-literals/casing/NamingModifier.d.ts +1 -1
  443. package/dist/types/string-literals/casing/NamingModifier.d.ts.map +1 -1
  444. package/dist/types/string-literals/character-sets/Consonants.d.ts +1 -1
  445. package/dist/types/string-literals/character-sets/Consonants.d.ts.map +1 -1
  446. package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts +1 -1
  447. package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts.map +1 -1
  448. package/dist/types/string-literals/character-sets/NumericChar.d.ts +1 -1
  449. package/dist/types/string-literals/character-sets/NumericChar.d.ts.map +1 -1
  450. package/dist/types/string-literals/character-sets/SingularNoun.d.ts +1 -1
  451. package/dist/types/string-literals/character-sets/SingularNoun.d.ts.map +1 -1
  452. package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts +1 -1
  453. package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts.map +1 -1
  454. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts +1 -1
  455. package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts.map +1 -1
  456. package/dist/types/tsconfig.tsbuildinfo +1 -1
  457. package/dist/types/type-conversion/Merge.d.ts +1 -1
  458. package/dist/types/type-conversion/Merge.d.ts.map +1 -1
  459. package/dist/types/type-conversion/MergeObjects.d.ts +1 -1
  460. package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -1
  461. package/dist/types/type-conversion/Mutable.d.ts +1 -1
  462. package/dist/types/type-conversion/Mutable.d.ts.map +1 -1
  463. package/package.json +6 -5
@@ -1,4 +1,4 @@
1
- import type { Narrowable, Box, AnyObject } from "src/types";
1
+ import type { Narrowable, Box, AnyObject } from "../../types";
2
2
  export type BoxValue<T extends Box<unknown>> = T extends Box<infer V> ? V : never;
3
3
  export type BoxedFnParams<T extends Box<unknown>> = T extends Box<infer V> ? V extends (...args: infer A) => unknown ? A : [] : [];
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/box.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EACV,GAAG,EACH,SAAS,EACV,MAAM,WAAW,CAAC;AAGnB,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAElF,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,CAAC,MAAM,CAAC,CAAC,GACtE,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC,KAAK,OAAO,GACrC,CAAC,GACD,EAAE,GACJ,EAAE,CAAC;AAGP;;;;;;GAMG;AACH,wBAAgB,GAAG,CAAC,CAAC,SAAS,UAAU,EAAE,KAAK,EAAE,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAU1D;AAED,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,KAAK,IAAI,GAAG,CAAC,OAAO,CAAC,CAK9D;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,SAAS,SAAS,EAAE,IAAI,EAAE,CAAC,kCAS/D;AAED,MAAM,MAAM,KAAK,CAAC,CAAC,IAAI,CAAC,SAAS,GAAG,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAMtD;;;;GAIG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,UAAU,EAAE,GAAG,EAAE,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAK5D"}
1
+ {"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/box.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EACV,GAAG,EACH,SAAS,EACV,oBAAkB;AAGnB,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAElF,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,CAAC,MAAM,CAAC,CAAC,GACtE,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC,KAAK,OAAO,GACrC,CAAC,GACD,EAAE,GACJ,EAAE,CAAC;AAGP;;;;;;GAMG;AACH,wBAAgB,GAAG,CAAC,CAAC,SAAS,UAAU,EAAE,KAAK,EAAE,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAU1D;AAED,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,KAAK,IAAI,GAAG,CAAC,OAAO,CAAC,CAK9D;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,SAAS,SAAS,EAAE,IAAI,EAAE,CAAC,kCAS/D;AAED,MAAM,MAAM,KAAK,CAAC,CAAC,IAAI,CAAC,SAAS,GAAG,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAMtD;;;;GAIG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,UAAU,EAAE,GAAG,EAAE,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAK5D"}
@@ -1,4 +1,4 @@
1
- import { EnsureLeading } from "src/types";
1
+ import { EnsureLeading } from "../../types";
2
2
  /**
3
3
  * **ensureLeading**(content, strip)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"ensureLeading.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/ensureLeading.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAY,MAAM,WAAW,CAAC;AAEpD;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,CAAC,SAAS,MAAM,EACvE,OAAO,EAAE,CAAC,EACV,MAAM,EAAE,CAAC,GACR,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAMrB"}
1
+ {"version":3,"file":"ensureLeading.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/ensureLeading.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAY,oBAAkB;AAEpD;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,CAAC,SAAS,MAAM,EACvE,OAAO,EAAE,CAAC,EACV,MAAM,EAAE,CAAC,GACR,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAMrB"}
@@ -1,4 +1,4 @@
1
- import { EnsureTrailing } from "src/types";
1
+ import { EnsureTrailing } from "../../types";
2
2
  /**
3
3
  * **ensureTrailing**(content, strip)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"ensureTrailing.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/ensureTrailing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAE3C;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAC/D,OAAO,EAAE,CAAC,EACV,MAAM,EAAE,CAAC,GACR,cAAc,CAAC,CAAC,EAAE,CAAC,CAAC,CAKtB"}
1
+ {"version":3,"file":"ensureTrailing.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/ensureTrailing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAkB;AAE3C;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAC/D,OAAO,EAAE,CAAC,EACV,MAAM,EAAE,CAAC,GACR,cAAc,CAAC,CAAC,EAAE,CAAC,CAAC,CAKtB"}
@@ -1,4 +1,4 @@
1
- import { AfterFirst, IfExtends, LowerAlphaChar } from "src/types";
1
+ import { AfterFirst, IfExtends, LowerAlphaChar } from "../../types";
2
2
  type _Index<T extends readonly string[], IF, ELSE, Results extends readonly unknown[] = []> = [] extends T ? Results : _Index<AfterFirst<T>, IF, ELSE, [
3
3
  ...Results,
4
4
  IfExtends<T, LowerAlphaChar, IF, ELSE>
@@ -1 +1 @@
1
- {"version":3,"file":"ifLowercase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/ifLowercase.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAGlE,KAAK,MAAM,CACT,CAAC,SAAS,SAAS,MAAM,EAAE,EAC3B,EAAE,EACF,IAAI,EACJ,OAAO,SAAS,SAAS,OAAO,EAAE,GAAG,EAAE,IACrC,EAAE,SAAS,CAAC,GACZ,OAAO,GACP,MAAM,CACJ,UAAU,CAAC,CAAC,CAAC,EACb,EAAE,EACF,IAAI,EACJ;IACE,GAAG,OAAO;IACV,SAAS,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,IAAI,CAAC;CACvC,CACF,CAAC;AAEN,KAAK,OAAO,CACV,CAAC,SAAS,MAAM,GAAG,SAAS,MAAM,EAAE,EACpC,EAAE,EACF,IAAI,IACF,CAAC,SAAS,MAAM,GAChB,SAAS,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,IAAI,CAAC,GACtC,CAAC,SAAS,SAAS,MAAM,EAAE,GACzB,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GACnB,KAAK,CAAC;AAGZ;;;;;GAKG;AACH,wBAAgB,eAAe,CAC7B,CAAC,SAAS,MAAM,EAChB,EAAE,EACF,IAAI,EAEJ,EAAE,EAAE,CAAC,EACL,gBAAgB,EAAE,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,EAAE,EAC3C,kBAAkB,EAAE,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,IAAI,GAC5C,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,CAStB"}
1
+ {"version":3,"file":"ifLowercase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/ifLowercase.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,oBAAkB;AAGlE,KAAK,MAAM,CACT,CAAC,SAAS,SAAS,MAAM,EAAE,EAC3B,EAAE,EACF,IAAI,EACJ,OAAO,SAAS,SAAS,OAAO,EAAE,GAAG,EAAE,IACrC,EAAE,SAAS,CAAC,GACZ,OAAO,GACP,MAAM,CACJ,UAAU,CAAC,CAAC,CAAC,EACb,EAAE,EACF,IAAI,EACJ;IACE,GAAG,OAAO;IACV,SAAS,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,IAAI,CAAC;CACvC,CACF,CAAC;AAEN,KAAK,OAAO,CACV,CAAC,SAAS,MAAM,GAAG,SAAS,MAAM,EAAE,EACpC,EAAE,EACF,IAAI,IACF,CAAC,SAAS,MAAM,GAChB,SAAS,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,IAAI,CAAC,GACtC,CAAC,SAAS,SAAS,MAAM,EAAE,GACzB,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GACnB,KAAK,CAAC;AAGZ;;;;;GAKG;AACH,wBAAgB,eAAe,CAC7B,CAAC,SAAS,MAAM,EAChB,EAAE,EACF,IAAI,EAEJ,EAAE,EAAE,CAAC,EACL,gBAAgB,EAAE,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,EAAE,EAC3C,kBAAkB,EAAE,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,IAAI,GAC5C,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,CAStB"}
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import { LOWER_ALPHA_CHARS } from "src/constants";
2
+ import { LOWER_ALPHA_CHARS } from "../../constants";
3
3
  /**
4
4
  * **ifLowercaseChar**(ch)
5
5
  *
@@ -1,4 +1,4 @@
1
- import { IfChar, IfExtends, Narrowable, UpperAlphaChar, ValueCallback } from "src/types";
1
+ import { IfChar, IfExtends, Narrowable, UpperAlphaChar, ValueCallback } from "../../types";
2
2
  type Convert<T, IF, ELSE> = IfExtends<T, UpperAlphaChar, IF, ELSE>;
3
3
  /**
4
4
  * **ifUppercaseChar**(ch, callbackForMatch, callbackForNoMatch)
@@ -1 +1 @@
1
- {"version":3,"file":"ifUppercase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/ifUppercase.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAEzF,KAAK,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,IAAI,SAAS,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;AAEnE;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAC7B,CAAC,SAAS,MAAM,EAChB,EAAE,SAAS,UAAU,EACrB,IAAI,SAAS,UAAU;AAEvB,iCAAiC;AACjC,EAAE,EAAE,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,EACjB,gBAAgB,EAAE,aAAa,CAAC,CAAC,EAAE,EAAE,CAAC,EACtC,kBAAkB,EAAE,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,GACzC,OAAO,CAAC,CAAC,EAAC,EAAE,EAAC,IAAI,CAAC,CASpB"}
1
+ {"version":3,"file":"ifUppercase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/ifUppercase.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,aAAa,EAAE,oBAAkB;AAEzF,KAAK,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,IAAI,SAAS,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;AAEnE;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAC7B,CAAC,SAAS,MAAM,EAChB,EAAE,SAAS,UAAU,EACrB,IAAI,SAAS,UAAU;AAEvB,iCAAiC;AACjC,EAAE,EAAE,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,EACjB,gBAAgB,EAAE,aAAa,CAAC,CAAC,EAAE,EAAE,CAAC,EACtC,kBAAkB,EAAE,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,GACzC,OAAO,CAAC,CAAC,EAAC,EAAE,EAAC,IAAI,CAAC,CASpB"}
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import { LOWER_ALPHA_CHARS } from "src/constants";
2
+ import { LOWER_ALPHA_CHARS } from "../../constants";
3
3
  /**
4
4
  * **ifUppercaseChar**(ch, callbackForMatch, callbackForNoMatch)
5
5
  *
@@ -1,4 +1,4 @@
1
- import { Narrowable } from "src/types";
1
+ import { Narrowable } from "../../types";
2
2
  /**
3
3
  * Takes an object as input --which has an `id` property and returns it as the same
4
4
  * run-time content but with the _type_ of the `id` property being forced to a literal type
@@ -1 +1 @@
1
- {"version":3,"file":"literal.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/literal.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC;;;GAGG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS;IAAE,EAAE,EAAE,CAAC,CAAA;CAAE,EAAE,CAAC,SAAS,WAAW,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG;IAAE,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,CAAA;CAAE,CAE/F;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS;IAAE,IAAI,EAAE,CAAC,CAAA;CAAE,EAAE,CAAC,SAAS,WAAW,EACtE,CAAC,EAAE,CAAC,GACH,CAAC,GAAG;IAAE,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAA;CAAE,CAEzB;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS;IAAE,IAAI,EAAE,CAAC,CAAA;CAAE,EAAE,CAAC,SAAS,WAAW,EACtE,CAAC,EAAE,CAAC,GACH,CAAC,GAAG;IAAE,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAA;CAAE,CAEzB;AAED,wBAAgB,WAAW,CAAC,CAAC,SAAS;IAAE,EAAE,EAAE,CAAC,CAAA;CAAE,EAAE,CAAC,SAAS,WAAW,EACpE,EAAE,EAAE,CAAC,GACJ,EAAE,IAAI,CAAC,GAAG;IAAE,EAAE,EAAE,CAAC,CAAA;CAAE,CAErB;AAED;;;;;;GAMG;AACH,wBAAgB,OAAO,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,SAAS,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,KAEjF"}
1
+ {"version":3,"file":"literal.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/literal.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,oBAAkB;AAEvC;;;GAGG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS;IAAE,EAAE,EAAE,CAAC,CAAA;CAAE,EAAE,CAAC,SAAS,WAAW,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG;IAAE,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,CAAA;CAAE,CAE/F;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS;IAAE,IAAI,EAAE,CAAC,CAAA;CAAE,EAAE,CAAC,SAAS,WAAW,EACtE,CAAC,EAAE,CAAC,GACH,CAAC,GAAG;IAAE,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAA;CAAE,CAEzB;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS;IAAE,IAAI,EAAE,CAAC,CAAA;CAAE,EAAE,CAAC,SAAS,WAAW,EACtE,CAAC,EAAE,CAAC,GACH,CAAC,GAAG;IAAE,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAA;CAAE,CAEzB;AAED,wBAAgB,WAAW,CAAC,CAAC,SAAS;IAAE,EAAE,EAAE,CAAC,CAAA;CAAE,EAAE,CAAC,SAAS,WAAW,EACpE,EAAE,EAAE,CAAC,GACJ,EAAE,IAAI,CAAC,GAAG;IAAE,EAAE,EAAE,CAAC,CAAA;CAAE,CAErB;AAED;;;;;;GAMG;AACH,wBAAgB,OAAO,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,SAAS,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,KAEjF"}
@@ -1,4 +1,4 @@
1
- import { First, Length, Narrowable, UnionToTuple, IfUnion } from "src/types";
1
+ import { First, Length, Narrowable, UnionToTuple, IfUnion } from "../../types";
2
2
  /**
3
3
  * **narrow**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"narrow.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/narrow.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,MAAM,EACN,UAAU,EACV,YAAY,EACZ,OAAO,EACR,MAAM,WAAW,CAAC;AAEnB;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,MAAM,CACpB,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,WAAW,EACrB,CAAC,SAAS,SAAS,CAAC,MAAM,CAAC,CAAC,EAAC,CAAC,CAAC,GAAG,UAAU,CAAC,EAAE,EAC/C,GAAG,MAAM,EAAE,CAAC,8MAgBb"}
1
+ {"version":3,"file":"narrow.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/narrow.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,MAAM,EACN,UAAU,EACV,YAAY,EACZ,OAAO,EACR,oBAAkB;AAEnB;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,MAAM,CACpB,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,WAAW,EACrB,CAAC,SAAS,SAAS,CAAC,MAAM,CAAC,CAAC,EAAC,CAAC,CAAC,GAAG,UAAU,CAAC,EAAE,EAC/C,GAAG,MAAM,EAAE,CAAC,8MAgBb"}
@@ -1,4 +1,4 @@
1
- import { PathJoin } from "src/types";
1
+ import { PathJoin } from "../../types";
2
2
  /**
3
3
  * **pathJoin**`<T,U>(begin, ...rest)`
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"pathJoin.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/pathJoin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAQrC;;;;;;;;;;GAUG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,SAAS,MAAM,EAAE,EACpE,KAAK,EAAE,CAAC,EACR,GAAG,IAAI,EAAE,CAAC,GACT,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAYhB"}
1
+ {"version":3,"file":"pathJoin.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/pathJoin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,oBAAkB;AAQrC;;;;;;;;;;GAUG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,SAAS,MAAM,EAAE,EACpE,KAAK,EAAE,CAAC,EACR,GAAG,IAAI,EAAE,CAAC,GACT,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAYhB"}
@@ -1,4 +1,4 @@
1
- import { ensureLeading, ensureTrailing, stripLeading, stripTrailing } from "src/runtime";
1
+ import { ensureLeading, ensureTrailing, stripLeading, stripTrailing } from "..";
2
2
  /**
3
3
  * **pathJoin**`<T,U>(begin, ...rest)`
4
4
  *
@@ -1,3 +1,12 @@
1
- import { Pluralize } from "src/types";
1
+ import { Pluralize } from "../../types";
2
+ /**
3
+ * **pluralize(** word **)**
4
+ *
5
+ * Pluralizes the word using _language rules_ on pluralization for English as well as
6
+ * leveraging many known exceptions to the linguistic rules.
7
+ *
8
+ * **Note:** _if the string passed into this function is a literal string then the **type**
9
+ * will be pluralized along with the runtime value._
10
+ */
2
11
  export declare const pluralize: <T extends string>(word: T) => Pluralize<T>;
3
12
  //# sourceMappingURL=pluralize.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pluralize.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/pluralize.ts"],"names":[],"mappings":"AAQA,OAAO,EAAY,SAAS,EAAgB,MAAM,WAAW,CAAC;AAuC9D,eAAO,MAAM,SAAS,6CAUrB,CAAC"}
1
+ {"version":3,"file":"pluralize.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/pluralize.ts"],"names":[],"mappings":"AAQA,OAAO,EAAY,SAAS,EAAgB,oBAAkB;AAuC9D;;;;;;;;GAQG;AACH,eAAO,MAAM,SAAS,6CAUrB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import { ALPHA_CHARS, CONSONANTS, PLURAL_EXCEPTIONS, SINGULAR_NOUN_ENDINGS } from "src/constants";
3
- import { split, stripTrailing } from "src/runtime";
2
+ import { ALPHA_CHARS, CONSONANTS, PLURAL_EXCEPTIONS, SINGULAR_NOUN_ENDINGS } from "../../constants";
3
+ import { split, stripTrailing } from "..";
4
4
  const isException = (word) => Object.keys(PLURAL_EXCEPTIONS).includes(word);
5
5
  const END_IN = [
6
6
  "is",
@@ -34,6 +34,15 @@ const endingIn = (word, postfix) => {
34
34
  throw new Error(`endingIn received "${postfix}" as a postfix but this ending is not known!`);
35
35
  }
36
36
  };
37
+ /**
38
+ * **pluralize(** word **)**
39
+ *
40
+ * Pluralizes the word using _language rules_ on pluralization for English as well as
41
+ * leveraging many known exceptions to the linguistic rules.
42
+ *
43
+ * **Note:** _if the string passed into this function is a literal string then the **type**
44
+ * will be pluralized along with the runtime value._
45
+ */
37
46
  export const pluralize = (word) => {
38
47
  return (isException(word)
39
48
  ? PLURAL_EXCEPTIONS[word]
@@ -1,4 +1,4 @@
1
- import { RetainAfter } from "src/types";
1
+ import { RetainAfter } from "../../types";
2
2
  /**
3
3
  * **RetainAfter**(content, find)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"retainAfter.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/retainAfter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CACzB,QAAQ,SAAS,MAAM,EACvB,MAAM,SAAS,MAAM,EACrB,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,iCAIhC"}
1
+ {"version":3,"file":"retainAfter.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/retainAfter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,oBAAkB;AAExC;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CACzB,QAAQ,SAAS,MAAM,EACvB,MAAM,SAAS,MAAM,EACrB,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,iCAIhC"}
@@ -1,4 +1,4 @@
1
- import { Split } from "src/types";
1
+ import { Split } from "../../types";
2
2
  /**
3
3
  * **split**(str, sep)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"split.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/split.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,EAAE,MAAM,WAAW,CAAC;AAGlD;;;;;;;;;GASG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,GAAE,CAAW,+DAM1F"}
1
+ {"version":3,"file":"split.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/split.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,EAAE,oBAAkB;AAGlD;;;;;;;;;GASG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,GAAE,CAAW,+DAM1F"}
@@ -1,5 +1,5 @@
1
- import { errorCondition } from "src/types";
2
- import { isNumber, isString } from "src/runtime";
1
+ import { errorCondition } from "../../types";
2
+ import { isNumber, isString } from "..";
3
3
  /**
4
4
  * **split**(str, sep)
5
5
  *
@@ -1,4 +1,4 @@
1
- import { StripAfter } from "src/types";
1
+ import { StripAfter } from "../../types";
2
2
  /**
3
3
  * **stripAfter**(content, find)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"stripAfter.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/stripAfter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC;;;;;;;;;;;GAWG;AACH,wBAAgB,UAAU,CACxB,QAAQ,SAAS,MAAM,EACvB,MAAM,SAAS,MAAM,EACrB,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,gCAEhC"}
1
+ {"version":3,"file":"stripAfter.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/stripAfter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,oBAAkB;AAEvC;;;;;;;;;;;GAWG;AACH,wBAAgB,UAAU,CACxB,QAAQ,SAAS,MAAM,EACvB,MAAM,SAAS,MAAM,EACrB,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,gCAEhC"}
@@ -1,4 +1,4 @@
1
- import { StripLeading } from "src/types";
1
+ import { StripLeading } from "../../types";
2
2
  /**
3
3
  * **stripLeading**(content, strip)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"stripLeading.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/stripLeading.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAC7D,OAAO,EAAE,CAAC,EACV,KAAK,EAAE,CAAC,GACP,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CASpB"}
1
+ {"version":3,"file":"stripLeading.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/stripLeading.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,oBAAkB;AAEzC;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAC7D,OAAO,EAAE,CAAC,EACV,KAAK,EAAE,CAAC,GACP,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CASpB"}
@@ -1,4 +1,4 @@
1
- import { StripTrailing } from "src/types";
1
+ import { StripTrailing } from "../../types";
2
2
  /**
3
3
  * **stripTrailing**(content, strip)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"stripTrailing.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/stripTrailing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAC9D,OAAO,EAAE,CAAC,EACV,KAAK,EAAE,CAAC,GACP,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAGrB"}
1
+ {"version":3,"file":"stripTrailing.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/stripTrailing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,oBAAkB;AAE1C;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAC9D,OAAO,EAAE,CAAC,EACV,KAAK,EAAE,CAAC,GACP,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAGrB"}
@@ -1,4 +1,4 @@
1
- import type { CamelCase } from "src/types";
1
+ import type { CamelCase } from "../../types";
2
2
  /**
3
3
  * **toCamelCase**(str)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"toCamelCase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toCamelCase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAG3C;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CACzB,OAAO,SAAS,MAAM,EACtB,SAAS,SAAS,OAAO,GAAG,KAAK,EACjC,KAAK,EAAE,OAAO,EAAE,kBAAkB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC,OAAO,EAAE,SAAS,CAAC,CAW/E"}
1
+ {"version":3,"file":"toCamelCase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toCamelCase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,oBAAkB;AAG3C;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CACzB,OAAO,SAAS,MAAM,EACtB,SAAS,SAAS,OAAO,GAAG,KAAK,EACjC,KAAK,EAAE,OAAO,EAAE,kBAAkB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC,OAAO,EAAE,SAAS,CAAC,CAW/E"}
@@ -1,4 +1,4 @@
1
- import { toPascalCase } from "src/runtime";
1
+ import { toPascalCase } from "..";
2
2
  /**
3
3
  * **toCamelCase**(str)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { KebabCase } from "src/types";
1
+ import { KebabCase } from "../../types";
2
2
  /**
3
3
  * **toKebabCase**(str)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"toKebabCase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toKebabCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CACzB,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS,OAAO,GAAG,KAAK,EACzB,KAAK,EAAE,CAAC,EAAE,mBAAmB,CAAC,EAAE,CAAC,mBAelC"}
1
+ {"version":3,"file":"toKebabCase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toKebabCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,oBAAkB;AAEtC;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CACzB,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS,OAAO,GAAG,KAAK,EACzB,KAAK,EAAE,CAAC,EAAE,mBAAmB,CAAC,EAAE,CAAC,mBAelC"}
@@ -1,4 +1,4 @@
1
- import { lowercase, ifLowercaseChar } from "src/runtime";
1
+ import { lowercase, ifLowercaseChar } from "..";
2
2
  /**
3
3
  * Converts a string to the "all lowercase" equivalent.
4
4
  *
@@ -1,3 +1,3 @@
1
- import { ToNumericArray } from "src/types";
1
+ import { ToNumericArray } from "../../types";
2
2
  export declare const toNumericArray: <T extends readonly unknown[]>(arr: T) => ToNumericArray<T>;
3
3
  //# sourceMappingURL=toNumericArray.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toNumericArray.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toNumericArray.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAS,MAAM,WAAW,CAAC;AAElD,eAAO,MAAM,cAAc,6DAE1B,CAAC"}
1
+ {"version":3,"file":"toNumericArray.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toNumericArray.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAS,oBAAkB;AAElD,eAAO,MAAM,cAAc,6DAE1B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { PascalCase, LeftWhitespace, RightWhitespace } from "src/types";
1
+ import { PascalCase, LeftWhitespace, RightWhitespace } from "../../types";
2
2
  /**
3
3
  * **toPascalCase**(str)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"toPascalCase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toPascalCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAG,cAAc,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAGzE;;;;;;;;;GASG;AACH,wBAAgB,YAAY,CAC1B,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS,OAAO,GAAG,SAAS,GAAG,SAAS,EACzC,KAAK,EAAE,CAAC,EAAE,kBAAkB,GAAE,CAAkB,gGAoBjD"}
1
+ {"version":3,"file":"toPascalCase.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toPascalCase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAG,cAAc,EAAE,eAAe,EAAE,oBAAkB;AAGzE;;;;;;;;;GASG;AACH,wBAAgB,YAAY,CAC1B,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS,OAAO,GAAG,SAAS,GAAG,SAAS,EACzC,KAAK,EAAE,CAAC,EAAE,kBAAkB,GAAE,CAAkB,gGAoBjD"}
@@ -1,4 +1,4 @@
1
- import { capitalize } from "src/runtime";
1
+ import { capitalize } from "..";
2
2
  /**
3
3
  * **toPascalCase**(str)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { ToString, Narrowable } from "src/types";
1
+ import { ToString, Narrowable } from "../../types";
2
2
  /**
3
3
  * **toString**()
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"toString.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toString.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEjD;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,UAAU,EAAE,GAAG,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAElE"}
1
+ {"version":3,"file":"toString.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/toString.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,oBAAkB;AAEjD;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,UAAU,EAAE,GAAG,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAElE"}
@@ -1,4 +1,4 @@
1
- import { capitalize, ifLowercaseChar } from "src/runtime";
1
+ import { capitalize, ifLowercaseChar } from "..";
2
2
  /**
3
3
  * Converts a string to the "all caps" equivalent.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Trim, TrimLeft, TrimRight } from "src/types";
1
+ import { Trim, TrimLeft, TrimRight } from "../../types";
2
2
  /**
3
3
  * **trim**(input)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"trim.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/trim.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtD;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAExD;AAED;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAEhE;AAED;;;;;GAKG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAEjE;AAED;;;;;;;GAOG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAElE;AAED;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAEhE"}
1
+ {"version":3,"file":"trim.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/trim.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,oBAAkB;AAEtD;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAExD;AAED;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAEhE;AAED;;;;;GAKG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAEjE;AAED;;;;;;;GAOG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAElE;AAED;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAEhE"}
@@ -1,4 +1,4 @@
1
- import { First, IfUnion, Length, Narrowable, UnionToTuple } from "src/types";
1
+ import { First, IfUnion, Length, Narrowable, UnionToTuple } from "../../types";
2
2
  /**
3
3
  * **tuple**(value)
4
4
  *
@@ -9,5 +9,5 @@ import { First, IfUnion, Length, Narrowable, UnionToTuple } from "src/types";
9
9
  * const t2 = tuple([1,2,3]);
10
10
  * ```
11
11
  */
12
- export declare const tuple: <N extends Narrowable, K extends PropertyKey, T extends readonly (Narrowable | Record<K, N>)[]>(...values: T) => import("src/types").AsArray<Length<T> extends 1 ? T[0] extends readonly unknown[] ? T[0] extends infer Arr ? IfUnion<First<Arr & readonly unknown[]>, UnionToTuple<First<T[0]>>, T[0]> : T[0] : T[0] : T>;
12
+ export declare const tuple: <N extends Narrowable, K extends PropertyKey, T extends readonly (Narrowable | Record<K, N>)[]>(...values: T) => import("../../types").AsArray<Length<T> extends 1 ? T[0] extends readonly unknown[] ? T[0] extends infer Arr ? IfUnion<First<Arr & readonly unknown[]>, UnionToTuple<First<T[0]>>, T[0]> : T[0] : T[0] : T>;
13
13
  //# sourceMappingURL=tuple.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tuple.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/tuple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAI7E;;;;;;;;;GASG;AACH,eAAO,MAAM,KAAK,4TAuBjB,CAAC"}
1
+ {"version":3,"file":"tuple.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/tuple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,oBAAkB;AAI7E;;;;;;;;;GASG;AACH,eAAO,MAAM,KAAK,8TAuBjB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { asArray } from "src/runtime";
1
+ import { asArray } from "..";
2
2
  /**
3
3
  * **tuple**(value)
4
4
  *
@@ -1,4 +1,4 @@
1
- import { Narrowable, Widen } from "src/types";
1
+ import { Narrowable, Widen } from "../../types";
2
2
  /**
3
3
  * **widen**(value)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"widen.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/widen.ts"],"names":[],"mappings":"AACA,OAAO,EAAG,UAAU,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAG/C;;;;;GAKG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,UAAU,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAE9D"}
1
+ {"version":3,"file":"widen.d.ts","sourceRoot":"","sources":["../../../src/runtime/literals/widen.ts"],"names":[],"mappings":"AACA,OAAO,EAAG,UAAU,EAAE,KAAK,EAAE,oBAAkB;AAG/C;;;;;GAKG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,UAAU,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAE9D"}
@@ -1,4 +1,4 @@
1
- import type { FromTypeDefn, TypeDefaultValue, TypeDefn, TypeKind, TypeUnderlying } from "src/types";
1
+ import type { FromTypeDefn, TypeDefaultValue, TypeDefn, TypeKind, TypeUnderlying } from "../../types";
2
2
  /**
3
3
  * **TypeApi**
4
4
  *
@@ -20,7 +20,7 @@ import type { FromTypeDefn, TypeDefaultValue, TypeDefn, TypeKind, TypeUnderlying
20
20
  * this data to become a fully fledged "runtime type" as expressed
21
21
  * by the `Type` type.
22
22
  */
23
- export declare const createTypeDefn: <TD extends TypeDefn<TKind, TRequired, TDesc, TUnderlying, TDefValue, import("src/types").TypeDefnValidations>, TKind extends TypeKind, TRequired extends boolean, TDesc extends string, TUnderlying extends TypeUnderlying, TDefValue extends TypeDefaultValue<TKind, TRequired, TUnderlying>>(defn: TD) => FromTypeDefn<TD>;
23
+ export declare const createTypeDefn: <TD extends TypeDefn<TKind, TRequired, TDesc, TUnderlying, TDefValue, import("../../types").TypeDefnValidations>, TKind extends TypeKind, TRequired extends boolean, TDesc extends string, TUnderlying extends TypeUnderlying, TDefValue extends TypeDefaultValue<TKind, TRequired, TUnderlying>>(defn: TD) => FromTypeDefn<TD>;
24
24
  /**
25
25
  * Creates a _run time_ type definition (`Type`).
26
26
  *
@@ -36,5 +36,5 @@ export declare const createTypeDefn: <TD extends TypeDefn<TKind, TRequired, TDes
36
36
  * )
37
37
  * ```
38
38
  */
39
- export declare const createType: <TD extends TypeDefn<TypeKind, boolean, string, TypeUnderlying, TypeDefaultValue<TypeKind, boolean, TypeUnderlying>, import("src/types").TypeDefnValidations>>(t: TD) => FromTypeDefn<TD>;
39
+ export declare const createType: <TD extends TypeDefn<TypeKind, boolean, string, TypeUnderlying, TypeDefaultValue<TypeKind, boolean, TypeUnderlying>, import("../../types").TypeDefnValidations>>(t: TD) => FromTypeDefn<TD>;
40
40
  //# sourceMappingURL=createType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createType.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/createType.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,YAAY,EACZ,gBAAgB,EAChB,QAAQ,EACR,QAAQ,EACR,cAAc,EACf,MAAM,WAAW,CAAC;AAgBnB;;;;;GAKG;AAGH;;;;;;GAMG;AAaH;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,+TA8C1B,CAAC;AAgCF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,UAAU,2LAkBtB,CAAC"}
1
+ {"version":3,"file":"createType.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/createType.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,YAAY,EACZ,gBAAgB,EAChB,QAAQ,EACR,QAAQ,EACR,cAAc,EACf,oBAAkB;AAgBnB;;;;;GAKG;AAGH;;;;;;GAMG;AAaH;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,iUA8C1B,CAAC;AAgCF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,UAAU,6LAkBtB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { LITERAL_TYPE_KINDS, NO_DEFAULT_VALUE, } from "src/constants";
2
- import { keysOf, box, isTypeDefn, createTypeGuard, createValidator, determineIdentity, determineType } from "src/runtime";
1
+ import { LITERAL_TYPE_KINDS, NO_DEFAULT_VALUE, } from "../../constants";
2
+ import { keysOf, box, isTypeDefn, createTypeGuard, createValidator, determineIdentity, determineType } from "..";
3
3
  /**
4
4
  * **TypeApi**
5
5
  *
@@ -1,4 +1,4 @@
1
- import { DescribeType } from "src/types";
1
+ import { DescribeType } from "../../types";
2
2
  /**
3
3
  * **describeType**(type)
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"describeType.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/describeType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAa,MAAM,WAAW,CAAC;AAwBpD;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,iCAQxB,CAAC"}
1
+ {"version":3,"file":"describeType.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/describeType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAa,oBAAkB;AAwBpD;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,iCAQxB,CAAC"}
@@ -1,3 +1,3 @@
1
- import { TypeDefn } from "src/types";
1
+ import { TypeDefn } from "../../types";
2
2
  export declare function determineIdentity<TD extends TypeDefn>(defn: TD): 0 | "" | (string & {}) | "no identity property";
3
3
  //# sourceMappingURL=determineIdentity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"determineIdentity.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/determineIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAW,QAAQ,EAAE,MAAM,WAAW,CAAC;AAM9C,wBAAgB,iBAAiB,CAAC,EAAE,SAAS,QAAQ,EAAE,IAAI,EAAE,EAAE,mDAW9D"}
1
+ {"version":3,"file":"determineIdentity.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/determineIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAW,QAAQ,EAAE,oBAAkB;AAM9C,wBAAgB,iBAAiB,CAAC,EAAE,SAAS,QAAQ,EAAE,IAAI,EAAE,EAAE,mDAW9D"}
@@ -1,3 +1,3 @@
1
- import { FromTypeDefn, TypeDefn } from "src/types";
1
+ import { FromTypeDefn, TypeDefn } from "../../types";
2
2
  export declare function determineType<TD extends TypeDefn>(t: TD): FromTypeDefn<TD>["type"];
3
3
  //# sourceMappingURL=determineType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"determineType.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/determineType.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,QAAQ,EAIT,MAAM,WAAW,CAAC;AAcnB,wBAAgB,aAAa,CAAC,EAAE,SAAS,QAAQ,EAAE,CAAC,EAAE,EAAE,GAAG,YAAY,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAkDlF"}
1
+ {"version":3,"file":"determineType.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/determineType.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,QAAQ,EAIT,oBAAkB;AAcnB,wBAAgB,aAAa,CAAC,EAAE,SAAS,QAAQ,EAAE,CAAC,EAAE,EAAE,GAAG,YAAY,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAkDlF"}
@@ -1,4 +1,4 @@
1
- import { hasNoUnderlyingTypes, hasUnderlyingTypes, isLiteralType, kind } from "src/runtime";
1
+ import { hasNoUnderlyingTypes, hasUnderlyingTypes, isLiteralType, kind } from "..";
2
2
  export function determineType(t) {
3
3
  // literals and containers have underlying types
4
4
  if (isLiteralType(t)) {
@@ -1,4 +1,4 @@
1
- import { isTypeToken, stripLeading, stripTrailing } from "src/runtime";
1
+ import { isTypeToken, stripLeading, stripTrailing } from "..";
2
2
  export function extractTypeToken(tuple) {
3
3
  if (isTypeToken(tuple)) {
4
4
  const [name, defn] = stripTrailing(stripLeading(tuple, "<<"), ">>").split(":");
@@ -1,4 +1,4 @@
1
- import { Narrowable, TupleToUnion, UpperAlphaChar, AnyObject, IfTrue, IfFalse, CamelCase, EmptyObject, AnyFunction } from "src/types";
1
+ import { Narrowable, TupleToUnion, UpperAlphaChar, AnyObject, IfTrue, IfFalse, CamelCase, EmptyObject, AnyFunction } from "../../types";
2
2
  /**
3
3
  * encodes all CSV values to ensure that the `,` character is
4
4
  * replaced with `&comma;` placeholder
@@ -31,14 +31,14 @@ export declare const kind: {
31
31
  * create a wide `string` type or add parameters to create a string literal
32
32
  * or a union of string literals.
33
33
  */
34
- readonly string: <T extends readonly string[]>(...literals: T) => import("src/types").IfLength<import("src/types").AsArray<T>, 0, string, TupleToUnion<T>, string | TupleToUnion<T>>;
34
+ readonly string: <T extends readonly string[]>(...literals: T) => import("../../types").IfLength<import("../../types").AsArray<T>, 0, string, TupleToUnion<T>, string | TupleToUnion<T>>;
35
35
  /**
36
36
  * **number**(_literals_)
37
37
  *
38
38
  * create a token for a wide `number` type or add parameters to create a
39
39
  * numeric literal or union of numeric literals.
40
40
  */
41
- readonly number: <T_1 extends readonly number[]>(...literals: T_1) => import("src/types").IfLength<import("src/types").AsArray<T_1>, 0, number, TupleToUnion<T_1>, number | TupleToUnion<T_1>>;
41
+ readonly number: <T_1 extends readonly number[]>(...literals: T_1) => import("../../types").IfLength<import("../../types").AsArray<T_1>, 0, number, TupleToUnion<T_1>, number | TupleToUnion<T_1>>;
42
42
  /**
43
43
  * **numericString**()
44
44
  *
@@ -85,7 +85,7 @@ export declare const kind: {
85
85
  /**
86
86
  * a string literal which conforms to the `camelCase` capitalization convention
87
87
  */
88
- readonly camelCase: <T_11 extends string>(v: string extends T_11 ? T_11 & string : Uncapitalize<import("src/types").PascalCase<T_11>>) => string extends T_11 ? T_11 & string : Uncapitalize<import("src/types").PascalCase<T_11>>;
88
+ readonly camelCase: <T_11 extends string>(v: string extends T_11 ? T_11 & string : Uncapitalize<import("../../types").PascalCase<T_11>>) => string extends T_11 ? T_11 & string : Uncapitalize<import("../../types").PascalCase<T_11>>;
89
89
  };
90
90
  /**
91
91
  * **RunType** API (aka, `type`)
@@ -1 +1 @@
1
- {"version":3,"file":"kind.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/kind.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EAEV,YAAY,EAEZ,cAAc,EAGd,SAAS,EACT,MAAM,EACN,OAAO,EACP,SAAS,EACT,WAAW,EACX,WAAW,EACZ,MAAM,WAAW,CAAC;AAOnB;;;GAGG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,UAExD;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,UAExD;AAED;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,IAAI;IACf;;;;;OAKG;;IASH;;;;;OAKG;;IAUH;;;;OAIG;;IAEH;;;OAGG;;IAYH;;;;OAIG;;IAEH;;OAEG;;;;;;;IAaH;;OAEG;;;;;8DAK4C,GAAG,cAAc,GAAG,MAAM,EAAE;;IAG3E;;OAEG;;IAEH;;OAEG;;IAKH;;OAEG;;CAKK,CAAC;AAEX;;;;;;;GAOG;AACH,MAAM,MAAM,OAAO,GAAG,OAAO,IAAI,CAAC"}
1
+ {"version":3,"file":"kind.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/kind.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EAEV,YAAY,EAEZ,cAAc,EAGd,SAAS,EACT,MAAM,EACN,OAAO,EACP,SAAS,EACT,WAAW,EACX,WAAW,EACZ,oBAAkB;AAOnB;;;GAGG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,UAExD;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,UAExD;AAED;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,IAAI;IACf;;;;;OAKG;;IASH;;;;;OAKG;;IAUH;;;;OAIG;;IAEH;;;OAGG;;IAYH;;;;OAIG;;IAEH;;OAEG;;;;;;;IAaH;;OAEG;;;;;8DAK4C,GAAG,cAAc,GAAG,MAAM,EAAE;;IAG3E;;OAEG;;IAEH;;OAEG;;IAKH;;OAEG;;CAKK,CAAC;AAEX;;;;;;;GAOG;AACH,MAAM,MAAM,OAAO,GAAG,OAAO,IAAI,CAAC"}
@@ -1,4 +1,4 @@
1
- import { asArray, ifLength, ifUndefined, isTrue, toCamelCase } from "src/runtime";
1
+ import { asArray, ifLength, ifUndefined, isTrue, toCamelCase } from "..";
2
2
  const t = (token) => {
3
3
  return token;
4
4
  };
@@ -1,11 +1,11 @@
1
- import { AlphaChar } from "src/types";
1
+ import { AlphaChar } from "../../types";
2
2
  /**
3
3
  * **typeTuples**
4
4
  *
5
5
  * A dictionary of `TypeTuple` definitions
6
6
  */
7
7
  export declare const typeTuples: {
8
- readonly digit: import("src/types").TypeTuple<0 | 1 | 2 | 5 | 4 | 3 | 6 | 7 | 8 | 9, "A numeric digit (aka, 0-9)">;
9
- readonly alpha: import("src/types").TypeTuple<AlphaChar, "A alpha (upper or lowercase)">;
8
+ readonly digit: import("../../types").TypeTuple<0 | 1 | 2 | 5 | 4 | 3 | 6 | 7 | 8 | 9, "A numeric digit (aka, 0-9)">;
9
+ readonly alpha: import("../../types").TypeTuple<AlphaChar, "A alpha (upper or lowercase)">;
10
10
  };
11
11
  //# sourceMappingURL=typeTuples.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typeTuples.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/typeTuples.ts"],"names":[],"mappings":"AAEA,OAAO,EAAG,SAAS,EAAW,MAAM,WAAW,CAAC;AAqChD;;;;GAIG;AACH,eAAO,MAAM,UAAU;;;CAKb,CAAC"}
1
+ {"version":3,"file":"typeTuples.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/typeTuples.ts"],"names":[],"mappings":"AAEA,OAAO,EAAG,SAAS,EAAW,oBAAkB;AAqChD;;;;GAIG;AACH,eAAO,MAAM,UAAU;;;CAKb,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import { ALPHA_CHARS } from "src/constants";
3
- import { createTypeTuple, kind } from "src/runtime";
2
+ import { ALPHA_CHARS } from "../../constants";
3
+ import { createTypeTuple, kind } from "..";
4
4
  const digit = createTypeTuple(kind.explicitType("Digit"), (val) => {
5
5
  return typeof val === "string" && ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"].includes(val);
6
6
  }, "A numeric digit (aka, 0-9)");
@@ -1,4 +1,4 @@
1
- import { AnyFunction, Narrowable } from "src/types";
1
+ import { AnyFunction, Narrowable } from "../../types";
2
2
  export type ValueTuple = [type: unknown, narrowable: boolean];
3
3
  /**
4
4
  * An API surface for choosing a **type** which is defined for run-time
@@ -1 +1 @@
1
- {"version":3,"file":"valueTypes.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/valueTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEpD,MAAM,MAAM,UAAU,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC;AAE9D;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,MAAM,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;IACxB,OAAO,EAAE,EAAE,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;IAcrB,6BAA6B;;;CAe9B,CAAC;AAEF,MAAM,MAAM,aAAa,CACvB,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,MAAM,CAAC,WAAW,EAAE,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,IAAI,GAAG,WAAW,IACxF,CAAC,CAAC,EAAE,UAAU,KAAK,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC"}
1
+ {"version":3,"file":"valueTypes.d.ts","sourceRoot":"","sources":["../../../src/runtime/runtime-types/valueTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,oBAAkB;AAEpD,MAAM,MAAM,UAAU,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC;AAE9D;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,MAAM,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;IACxB,OAAO,EAAE,EAAE,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;IAcrB,6BAA6B;;;CAe9B,CAAC;AAEF,MAAM,MAAM,aAAa,CACvB,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,MAAM,CAAC,WAAW,EAAE,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,IAAI,GAAG,WAAW,IACxF,CAAC,CAAC,EAAE,UAAU,KAAK,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC"}