umt 1.8.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1960) hide show
  1. package/module/Advance/rangeAdvance.js +3 -1
  2. package/module/Advance/rangeAdvance.js.map +1 -1
  3. package/module/Array/arraysJoin.d.ts +1 -1
  4. package/module/Array/arraysJoin.js +1 -1
  5. package/module/Array/binarySearch.d.ts +6 -0
  6. package/module/Array/binarySearch.js +24 -0
  7. package/module/Array/binarySearch.js.map +1 -0
  8. package/module/Array/chunk.d.ts +3 -4
  9. package/module/Array/chunk.js +0 -7
  10. package/module/Array/chunk.js.map +1 -1
  11. package/module/Array/compact.d.ts +1 -0
  12. package/module/Array/compact.js +2 -0
  13. package/module/Array/compact.js.map +1 -0
  14. package/module/Array/first.d.ts +2 -1
  15. package/module/Array/first.js +1 -1
  16. package/module/Array/first.js.map +1 -1
  17. package/module/Array/getArraysCommon.d.ts +5 -5
  18. package/module/Array/getArraysCommon.js +5 -5
  19. package/module/Array/getArraysCommon.js.map +1 -1
  20. package/module/Array/getArraysDiff.d.ts +2 -2
  21. package/module/Array/getArraysDiff.js +2 -2
  22. package/module/Array/index.d.ts +3 -0
  23. package/module/Array/index.js +3 -0
  24. package/module/Array/index.js.map +1 -1
  25. package/module/Array/pop.d.ts +6 -0
  26. package/module/Array/pop.js +9 -0
  27. package/module/Array/pop.js.map +1 -0
  28. package/module/Array/quickSort.d.ts +8 -6
  29. package/module/Array/quickSort.js +68 -56
  30. package/module/Array/quickSort.js.map +1 -1
  31. package/module/Array/range.d.ts +3 -1
  32. package/module/Array/range.js +5 -3
  33. package/module/Array/range.js.map +1 -1
  34. package/module/Array/timSort.d.ts +4 -2
  35. package/module/Array/timSort.js +53 -51
  36. package/module/Array/timSort.js.map +1 -1
  37. package/module/Array/zip.d.ts +1 -1
  38. package/module/Array/zipLongest.d.ts +1 -1
  39. package/module/Color/cmykToRgba.d.ts +5 -1
  40. package/module/Color/cmykToRgba.js +5 -1
  41. package/module/Color/cmykToRgba.js.map +1 -1
  42. package/module/Color/rgbaToHsla.js +1 -0
  43. package/module/Color/rgbaToHsla.js.map +1 -1
  44. package/module/Date/birthday.d.ts +4 -3
  45. package/module/Date/birthday.js +1 -1
  46. package/module/Date/birthday.js.map +1 -1
  47. package/module/Date/dayOfWeek.d.ts +6 -5
  48. package/module/Date/dayOfWeek.js.map +1 -1
  49. package/module/Date/getDay.d.ts +1 -1
  50. package/module/Date/new.d.ts +14 -4
  51. package/module/Date/new.js.map +1 -1
  52. package/module/Date/now.d.ts +2 -2
  53. package/module/Math/addition.js +1 -1
  54. package/module/Math/addition.js.map +1 -1
  55. package/module/Math/bitwise.js +3 -3
  56. package/module/Math/bitwise.js.map +1 -1
  57. package/module/Math/calculator/calculator.d.ts +2 -4
  58. package/module/Math/calculator/calculator.js +6 -7
  59. package/module/Math/calculator/calculator.js.map +1 -1
  60. package/module/Math/calculator/core.js +1 -1
  61. package/module/Math/calculator/core.js.map +1 -1
  62. package/module/Math/division.js +9 -6
  63. package/module/Math/division.js.map +1 -1
  64. package/module/Math/factorial.js +3 -5
  65. package/module/Math/factorial.js.map +1 -1
  66. package/module/Math/factorize.js +8 -4
  67. package/module/Math/factorize.js.map +1 -1
  68. package/module/Math/flexibleNumberConversion.d.ts +27 -0
  69. package/module/Math/flexibleNumberConversion.js +64 -0
  70. package/module/Math/flexibleNumberConversion.js.map +1 -0
  71. package/module/Math/gcd.d.ts +1 -1
  72. package/module/Math/gcd.js +1 -1
  73. package/module/Math/index.d.ts +1 -0
  74. package/module/Math/index.js +1 -0
  75. package/module/Math/index.js.map +1 -1
  76. package/module/Math/lcm.js +2 -2
  77. package/module/Math/lcm.js.map +1 -1
  78. package/module/Math/linearCongruentialGenerator.d.ts +4 -4
  79. package/module/Math/linearCongruentialGenerator.js +4 -8
  80. package/module/Math/linearCongruentialGenerator.js.map +1 -1
  81. package/module/Math/mathSeparator.d.ts +3 -3
  82. package/module/Math/mathSeparator.js +10 -16
  83. package/module/Math/mathSeparator.js.map +1 -1
  84. package/module/Math/max.d.ts +1 -1
  85. package/module/Math/max.js +1 -1
  86. package/module/Math/min.d.ts +1 -1
  87. package/module/Math/min.js +1 -1
  88. package/module/Math/multiplication.js +1 -1
  89. package/module/Math/multiplication.js.map +1 -1
  90. package/module/Math/repeatedTrial.js +2 -2
  91. package/module/Math/repeatedTrial.js.map +1 -1
  92. package/module/Math/roundOf.d.ts +2 -2
  93. package/module/Math/roundOf.js +3 -3
  94. package/module/Math/roundOf.js.map +1 -1
  95. package/module/Math/solveEquation.d.ts +2 -1
  96. package/module/Math/solveEquation.js +2 -1
  97. package/module/Math/solveEquation.js.map +1 -1
  98. package/module/Math/subtract.js +1 -1
  99. package/module/Math/subtract.js.map +1 -1
  100. package/module/Math/uuidv7.js +3 -3
  101. package/module/Math/uuidv7.js.map +1 -1
  102. package/module/Math/valueSwap.js +1 -7
  103. package/module/Math/valueSwap.js.map +1 -1
  104. package/module/Math/xoshiro256.d.ts +4 -6
  105. package/module/Math/xoshiro256.js +14 -16
  106. package/module/Math/xoshiro256.js.map +1 -1
  107. package/module/Object/has.js +3 -5
  108. package/module/Object/has.js.map +1 -1
  109. package/module/Object/index.d.ts +3 -0
  110. package/module/Object/index.js +3 -0
  111. package/module/Object/index.js.map +1 -1
  112. package/module/Object/keyBy.d.ts +10 -0
  113. package/module/Object/keyBy.js +34 -0
  114. package/module/Object/keyBy.js.map +1 -0
  115. package/module/Object/pick.d.ts +16 -0
  116. package/module/Object/pick.js +23 -0
  117. package/module/Object/pick.js.map +1 -0
  118. package/module/Object/pickDeep.d.ts +19 -0
  119. package/module/Object/pickDeep.js +41 -0
  120. package/module/Object/pickDeep.js.map +1 -0
  121. package/module/Simple/Array/quickSortSimple.d.ts +4 -4
  122. package/module/Simple/Array/quickSortSimple.js +13 -9
  123. package/module/Simple/Array/quickSortSimple.js.map +1 -1
  124. package/module/Simple/Date/birthdaySimple.d.ts +5 -4
  125. package/module/Simple/Date/birthdaySimple.js.map +1 -1
  126. package/module/Simple/Date/dayOfWeekSimple.d.ts +11 -5
  127. package/module/Simple/Date/dayOfWeekSimple.js.map +1 -1
  128. package/module/Simple/Date/nowSimple.d.ts +3 -2
  129. package/module/Simple/Date/nowSimple.js.map +1 -1
  130. package/module/String/deleteSpaces.d.ts +1 -1
  131. package/module/String/deleteSpaces.js +1 -1
  132. package/module/String/fromBase64.d.ts +1 -1
  133. package/module/String/fromBase64.js +1 -1
  134. package/module/String/hasNoLetters.d.ts +6 -0
  135. package/module/String/hasNoLetters.js +13 -0
  136. package/module/String/hasNoLetters.js.map +1 -0
  137. package/module/String/index.d.ts +1 -0
  138. package/module/String/index.js +1 -0
  139. package/module/String/index.js.map +1 -1
  140. package/module/String/toHalfWidth.js +1 -1
  141. package/module/String/toHalfWidth.js.map +1 -1
  142. package/module/Time/convertTime.d.ts +10 -0
  143. package/module/Time/convertTime.js +23 -0
  144. package/module/Time/convertTime.js.map +1 -0
  145. package/module/Time/index.d.ts +1 -0
  146. package/module/Time/index.js +2 -0
  147. package/module/Time/index.js.map +1 -0
  148. package/module/Tool/index.d.ts +1 -0
  149. package/module/Tool/index.js +1 -0
  150. package/module/Tool/index.js.map +1 -1
  151. package/module/Tool/parseJson.d.ts +1 -0
  152. package/module/Tool/parseJson.js +4 -0
  153. package/module/Tool/parseJson.js.map +1 -0
  154. package/module/UA/extractBrowserFromUserAgent.d.ts +2 -0
  155. package/module/UA/extractBrowserFromUserAgent.js +19 -0
  156. package/module/UA/extractBrowserFromUserAgent.js.map +1 -0
  157. package/module/UA/extractDeviceFromUserAgent.d.ts +2 -0
  158. package/module/UA/extractDeviceFromUserAgent.js +22 -0
  159. package/module/UA/extractDeviceFromUserAgent.js.map +1 -0
  160. package/module/UA/extractOsFromUserAgent.d.ts +2 -0
  161. package/module/UA/extractOsFromUserAgent.js +19 -0
  162. package/module/UA/extractOsFromUserAgent.js.map +1 -0
  163. package/module/UA/index.d.ts +4 -0
  164. package/module/UA/index.js +5 -0
  165. package/module/UA/index.js.map +1 -0
  166. package/module/UA/parseUserAgent.d.ts +2 -0
  167. package/module/UA/parseUserAgent.js +12 -0
  168. package/module/UA/parseUserAgent.js.map +1 -0
  169. package/module/Validate/array/core.js +2 -2
  170. package/module/Validate/array/core.js.map +1 -1
  171. package/module/Validate/isBrowser.d.ts +1 -1
  172. package/module/Validate/isBrowser.js +9 -8
  173. package/module/Validate/isBrowser.js.map +1 -1
  174. package/module/Validate/isBun.d.ts +1 -1
  175. package/module/Validate/isBun.js +9 -9
  176. package/module/Validate/isBun.js.map +1 -1
  177. package/module/Validate/isNode.d.ts +1 -1
  178. package/module/Validate/isNode.js +8 -8
  179. package/module/Validate/isNode.js.map +1 -1
  180. package/module/Validate/isNodeWebkit.d.ts +1 -1
  181. package/module/Validate/isNodeWebkit.js +1 -1
  182. package/module/Validate/isNodeWebkit.js.map +1 -1
  183. package/module/Validate/isNotEmpty.d.ts +1 -1
  184. package/module/Validate/isNotEmpty.js +1 -1
  185. package/module/Validate/isNumber.d.ts +1 -1
  186. package/module/Validate/isNumber.js +1 -1
  187. package/module/es5/Advance/index.d.ts +1 -0
  188. package/module/es5/Advance/index.js +16 -0
  189. package/module/es5/Advance/rangeAdvance.d.ts +10 -0
  190. package/module/es5/Advance/rangeAdvance.js +27 -0
  191. package/module/es5/Array/arraysJoin.d.ts +8 -0
  192. package/module/es5/Array/arraysJoin.js +25 -0
  193. package/module/es5/Array/binarySearch.d.ts +6 -0
  194. package/module/es5/Array/binarySearch.js +28 -0
  195. package/module/es5/Array/checkFlagAlignment.d.ts +13 -0
  196. package/module/es5/Array/checkFlagAlignment.js +60 -0
  197. package/module/es5/Array/chunk.d.ts +8 -0
  198. package/module/es5/Array/chunk.js +20 -0
  199. package/module/es5/Array/compact.d.ts +1 -0
  200. package/module/es5/Array/compact.js +9 -0
  201. package/module/es5/Array/compareFunctionDefault.d.ts +1 -0
  202. package/module/es5/Array/compareFunctionDefault.js +9 -0
  203. package/module/es5/Array/drop.d.ts +13 -0
  204. package/module/es5/Array/drop.js +52 -0
  205. package/module/es5/Array/first.d.ts +8 -0
  206. package/module/es5/Array/first.js +15 -0
  207. package/module/es5/Array/generateNumberArray.d.ts +11 -0
  208. package/module/es5/Array/generateNumberArray.js +43 -0
  209. package/module/es5/Array/getArraysCommon.d.ts +8 -0
  210. package/module/es5/Array/getArraysCommon.js +24 -0
  211. package/module/es5/Array/getArraysDiff.d.ts +8 -0
  212. package/module/es5/Array/getArraysDiff.js +49 -0
  213. package/module/es5/Array/groupBy.d.ts +7 -0
  214. package/module/es5/Array/groupBy.js +22 -0
  215. package/module/es5/Array/index.d.ts +23 -0
  216. package/module/es5/Array/index.js +258 -0
  217. package/module/es5/Array/insertionSort.d.ts +22 -0
  218. package/module/es5/Array/insertionSort.js +43 -0
  219. package/module/es5/Array/mergeSort.d.ts +8 -0
  220. package/module/es5/Array/mergeSort.js +45 -0
  221. package/module/es5/Array/pop.d.ts +6 -0
  222. package/module/es5/Array/pop.js +20 -0
  223. package/module/es5/Array/quickSort.d.ts +14 -0
  224. package/module/es5/Array/quickSort.js +99 -0
  225. package/module/es5/Array/randomSelect.d.ts +9 -0
  226. package/module/es5/Array/randomSelect.js +27 -0
  227. package/module/es5/Array/range.d.ts +11 -0
  228. package/module/es5/Array/range.js +29 -0
  229. package/module/es5/Array/shuffle.d.ts +7 -0
  230. package/module/es5/Array/shuffle.js +30 -0
  231. package/module/es5/Array/shuffle2DArray.d.ts +9 -0
  232. package/module/es5/Array/shuffle2DArray.js +51 -0
  233. package/module/es5/Array/sum.d.ts +7 -0
  234. package/module/es5/Array/sum.js +18 -0
  235. package/module/es5/Array/timSort.d.ts +15 -0
  236. package/module/es5/Array/timSort.js +88 -0
  237. package/module/es5/Array/zip.d.ts +7 -0
  238. package/module/es5/Array/zip.js +35 -0
  239. package/module/es5/Array/zipLongest.d.ts +10 -0
  240. package/module/es5/Array/zipLongest.js +35 -0
  241. package/module/es5/Color/cmykToRgba.d.ts +16 -0
  242. package/module/es5/Color/cmykToRgba.js +55 -0
  243. package/module/es5/Color/hexaToRgba.d.ts +12 -0
  244. package/module/es5/Color/hexaToRgba.js +30 -0
  245. package/module/es5/Color/hslaToRgba.d.ts +15 -0
  246. package/module/es5/Color/hslaToRgba.js +77 -0
  247. package/module/es5/Color/index.d.ts +6 -0
  248. package/module/es5/Color/index.js +71 -0
  249. package/module/es5/Color/rgbaToCmyk.d.ts +18 -0
  250. package/module/es5/Color/rgbaToCmyk.js +36 -0
  251. package/module/es5/Color/rgbaToHexA.d.ts +12 -0
  252. package/module/es5/Color/rgbaToHexA.js +28 -0
  253. package/module/es5/Color/rgbaToHsla.d.ts +17 -0
  254. package/module/es5/Color/rgbaToHsla.js +60 -0
  255. package/module/es5/Consts/clock.d.ts +44 -0
  256. package/module/es5/Consts/clock.js +60 -0
  257. package/module/es5/Consts/index.d.ts +1 -0
  258. package/module/es5/Consts/index.js +16 -0
  259. package/module/es5/Date/birthday.d.ts +12 -0
  260. package/module/es5/Date/birthday.js +24 -0
  261. package/module/es5/Date/dateRange.d.ts +8 -0
  262. package/module/es5/Date/dateRange.js +23 -0
  263. package/module/es5/Date/dayOfWeek.d.ts +15 -0
  264. package/module/es5/Date/dayOfWeek.js +23 -0
  265. package/module/es5/Date/format.d.ts +7 -0
  266. package/module/es5/Date/format.js +56 -0
  267. package/module/es5/Date/getDay.d.ts +17 -0
  268. package/module/es5/Date/getDay.js +57 -0
  269. package/module/es5/Date/getTimezoneOffsetString.d.ts +6 -0
  270. package/module/es5/Date/getTimezoneOffsetString.js +19 -0
  271. package/module/es5/Date/index.d.ts +9 -0
  272. package/module/es5/Date/index.js +104 -0
  273. package/module/es5/Date/isLeapYear.d.ts +6 -0
  274. package/module/es5/Date/isLeapYear.js +14 -0
  275. package/module/es5/Date/new.d.ts +37 -0
  276. package/module/es5/Date/new.js +46 -0
  277. package/module/es5/Date/now.d.ts +8 -0
  278. package/module/es5/Date/now.js +17 -0
  279. package/module/es5/Error/index.d.ts +1 -0
  280. package/module/es5/Error/index.js +16 -0
  281. package/module/es5/Error/safeExecute.d.ts +11 -0
  282. package/module/es5/Error/safeExecute.js +25 -0
  283. package/module/es5/IP/cidrToLong.d.ts +6 -0
  284. package/module/es5/IP/cidrToLong.js +14 -0
  285. package/module/es5/IP/cidrToSubnetMask.d.ts +6 -0
  286. package/module/es5/IP/cidrToSubnetMask.js +16 -0
  287. package/module/es5/IP/getIpClass.d.ts +6 -0
  288. package/module/es5/IP/getIpClass.js +34 -0
  289. package/module/es5/IP/getNetworkAddress.d.ts +7 -0
  290. package/module/es5/IP/getNetworkAddress.js +19 -0
  291. package/module/es5/IP/index.d.ts +9 -0
  292. package/module/es5/IP/index.js +104 -0
  293. package/module/es5/IP/ipToBinaryString.d.ts +6 -0
  294. package/module/es5/IP/ipToBinaryString.js +16 -0
  295. package/module/es5/IP/ipToLong.d.ts +6 -0
  296. package/module/es5/IP/ipToLong.js +15 -0
  297. package/module/es5/IP/isInRange.d.ts +8 -0
  298. package/module/es5/IP/isInRange.js +18 -0
  299. package/module/es5/IP/isPrivateIp.d.ts +6 -0
  300. package/module/es5/IP/isPrivateIp.js +29 -0
  301. package/module/es5/IP/longToIp.d.ts +6 -0
  302. package/module/es5/IP/longToIp.js +19 -0
  303. package/module/es5/IP/subnetMaskToCidr.d.ts +6 -0
  304. package/module/es5/IP/subnetMaskToCidr.js +23 -0
  305. package/module/es5/Math/addition.d.ts +7 -0
  306. package/module/es5/Math/addition.js +32 -0
  307. package/module/es5/Math/average.d.ts +7 -0
  308. package/module/es5/Math/average.js +24 -0
  309. package/module/es5/Math/bitwise.d.ts +13 -0
  310. package/module/es5/Math/bitwise.js +36 -0
  311. package/module/es5/Math/calculator/calculator.d.ts +10 -0
  312. package/module/es5/Math/calculator/calculator.js +21 -0
  313. package/module/es5/Math/calculator/calculatorInitialization.d.ts +9 -0
  314. package/module/es5/Math/calculator/calculatorInitialization.js +22 -0
  315. package/module/es5/Math/calculator/convertCurrency.d.ts +11 -0
  316. package/module/es5/Math/calculator/convertCurrency.js +33 -0
  317. package/module/es5/Math/calculator/core.d.ts +3 -0
  318. package/module/es5/Math/calculator/core.js +132 -0
  319. package/module/es5/Math/calculator/index.d.ts +5 -0
  320. package/module/es5/Math/calculator/index.js +60 -0
  321. package/module/es5/Math/calculator/literalExpression.d.ts +7 -0
  322. package/module/es5/Math/calculator/literalExpression.js +74 -0
  323. package/module/es5/Math/degToRad.d.ts +7 -0
  324. package/module/es5/Math/degToRad.js +17 -0
  325. package/module/es5/Math/deviationValue.d.ts +9 -0
  326. package/module/es5/Math/deviationValue.js +17 -0
  327. package/module/es5/Math/division.d.ts +10 -0
  328. package/module/es5/Math/division.js +36 -0
  329. package/module/es5/Math/factorial.d.ts +7 -0
  330. package/module/es5/Math/factorial.js +20 -0
  331. package/module/es5/Math/factorize.d.ts +7 -0
  332. package/module/es5/Math/factorize.js +26 -0
  333. package/module/es5/Math/flexibleNumberConversion.d.ts +27 -0
  334. package/module/es5/Math/flexibleNumberConversion.js +75 -0
  335. package/module/es5/Math/gcd.d.ts +9 -0
  336. package/module/es5/Math/gcd.js +55 -0
  337. package/module/es5/Math/getDecimalLength.d.ts +7 -0
  338. package/module/es5/Math/getDecimalLength.js +19 -0
  339. package/module/es5/Math/index.d.ts +39 -0
  340. package/module/es5/Math/index.js +434 -0
  341. package/module/es5/Math/lcm.d.ts +8 -0
  342. package/module/es5/Math/lcm.js +33 -0
  343. package/module/es5/Math/linearCongruentialGenerator.d.ts +11 -0
  344. package/module/es5/Math/linearCongruentialGenerator.js +22 -0
  345. package/module/es5/Math/mathConverter.d.ts +7 -0
  346. package/module/es5/Math/mathConverter.js +46 -0
  347. package/module/es5/Math/mathSeparator.d.ts +7 -0
  348. package/module/es5/Math/mathSeparator.js +37 -0
  349. package/module/es5/Math/max.d.ts +7 -0
  350. package/module/es5/Math/max.js +24 -0
  351. package/module/es5/Math/median.d.ts +7 -0
  352. package/module/es5/Math/median.js +18 -0
  353. package/module/es5/Math/min.d.ts +7 -0
  354. package/module/es5/Math/min.js +24 -0
  355. package/module/es5/Math/multiples.d.ts +8 -0
  356. package/module/es5/Math/multiples.js +20 -0
  357. package/module/es5/Math/multiplication.d.ts +7 -0
  358. package/module/es5/Math/multiplication.js +24 -0
  359. package/module/es5/Math/nCr.d.ts +8 -0
  360. package/module/es5/Math/nCr.js +26 -0
  361. package/module/es5/Math/nHr.d.ts +8 -0
  362. package/module/es5/Math/nHr.js +21 -0
  363. package/module/es5/Math/nPr.d.ts +8 -0
  364. package/module/es5/Math/nPr.js +23 -0
  365. package/module/es5/Math/primeFactorization.d.ts +10 -0
  366. package/module/es5/Math/primeFactorization.js +31 -0
  367. package/module/es5/Math/quotient.d.ts +8 -0
  368. package/module/es5/Math/quotient.js +16 -0
  369. package/module/es5/Math/radToDeg.d.ts +7 -0
  370. package/module/es5/Math/radToDeg.js +16 -0
  371. package/module/es5/Math/random.d.ts +8 -0
  372. package/module/es5/Math/random.js +17 -0
  373. package/module/es5/Math/reduce.d.ts +16 -0
  374. package/module/es5/Math/reduce.js +28 -0
  375. package/module/es5/Math/repeatedTrial.d.ts +12 -0
  376. package/module/es5/Math/repeatedTrial.js +23 -0
  377. package/module/es5/Math/roundOf.d.ts +8 -0
  378. package/module/es5/Math/roundOf.js +17 -0
  379. package/module/es5/Math/solveEquation.d.ts +19 -0
  380. package/module/es5/Math/solveEquation.js +80 -0
  381. package/module/es5/Math/standardDeviation.d.ts +7 -0
  382. package/module/es5/Math/standardDeviation.js +24 -0
  383. package/module/es5/Math/subtract.d.ts +7 -0
  384. package/module/es5/Math/subtract.js +30 -0
  385. package/module/es5/Math/toBaseN.d.ts +8 -0
  386. package/module/es5/Math/toBaseN.js +17 -0
  387. package/module/es5/Math/toCelsius.d.ts +7 -0
  388. package/module/es5/Math/toCelsius.js +16 -0
  389. package/module/es5/Math/toKelvin.d.ts +7 -0
  390. package/module/es5/Math/toKelvin.js +16 -0
  391. package/module/es5/Math/uuidv7.d.ts +6 -0
  392. package/module/es5/Math/uuidv7.js +59 -0
  393. package/module/es5/Math/valueSwap.d.ts +8 -0
  394. package/module/es5/Math/valueSwap.js +16 -0
  395. package/module/es5/Math/xoshiro256.d.ts +6 -0
  396. package/module/es5/Math/xoshiro256.js +26 -0
  397. package/module/es5/Object/has.d.ts +12 -0
  398. package/module/es5/Object/has.js +44 -0
  399. package/module/es5/Object/index.d.ts +4 -0
  400. package/module/es5/Object/index.js +49 -0
  401. package/module/es5/Object/keyBy.d.ts +10 -0
  402. package/module/es5/Object/keyBy.js +57 -0
  403. package/module/es5/Object/pick.d.ts +16 -0
  404. package/module/es5/Object/pick.js +32 -0
  405. package/module/es5/Object/pickDeep.d.ts +19 -0
  406. package/module/es5/Object/pickDeep.js +73 -0
  407. package/module/es5/Simple/Array/index.d.ts +1 -0
  408. package/module/es5/Simple/Array/index.js +16 -0
  409. package/module/es5/Simple/Array/quickSortSimple.d.ts +10 -0
  410. package/module/es5/Simple/Array/quickSortSimple.js +31 -0
  411. package/module/es5/Simple/Date/birthdaySimple.d.ts +20 -0
  412. package/module/es5/Simple/Date/birthdaySimple.js +55 -0
  413. package/module/es5/Simple/Date/dayOfWeekSimple.d.ts +26 -0
  414. package/module/es5/Simple/Date/dayOfWeekSimple.js +78 -0
  415. package/module/es5/Simple/Date/index.d.ts +3 -0
  416. package/module/es5/Simple/Date/index.js +38 -0
  417. package/module/es5/Simple/Date/nowSimple.d.ts +9 -0
  418. package/module/es5/Simple/Date/nowSimple.js +24 -0
  419. package/module/es5/Simple/Math/deviationValueSimple.d.ts +13 -0
  420. package/module/es5/Simple/Math/deviationValueSimple.js +24 -0
  421. package/module/es5/Simple/Math/index.d.ts +1 -0
  422. package/module/es5/Simple/Math/index.js +16 -0
  423. package/module/es5/Simple/index.d.ts +3 -0
  424. package/module/es5/Simple/index.js +38 -0
  425. package/module/es5/String/deleteSpaces.d.ts +7 -0
  426. package/module/es5/String/deleteSpaces.js +15 -0
  427. package/module/es5/String/formatString.d.ts +13 -0
  428. package/module/es5/String/formatString.js +26 -0
  429. package/module/es5/String/fromBase64.d.ts +6 -0
  430. package/module/es5/String/fromBase64.js +19 -0
  431. package/module/es5/String/hasNoLetters.d.ts +6 -0
  432. package/module/es5/String/hasNoLetters.js +18 -0
  433. package/module/es5/String/index.d.ts +13 -0
  434. package/module/es5/String/index.js +148 -0
  435. package/module/es5/String/padEnd.d.ts +9 -0
  436. package/module/es5/String/padEnd.js +24 -0
  437. package/module/es5/String/padStart.d.ts +9 -0
  438. package/module/es5/String/padStart.js +25 -0
  439. package/module/es5/String/randomString.d.ts +7 -0
  440. package/module/es5/String/randomString.js +22 -0
  441. package/module/es5/String/randomStringInitialization.d.ts +6 -0
  442. package/module/es5/String/randomStringInitialization.js +18 -0
  443. package/module/es5/String/reverseString.d.ts +7 -0
  444. package/module/es5/String/reverseString.js +15 -0
  445. package/module/es5/String/toBase64.d.ts +6 -0
  446. package/module/es5/String/toBase64.js +16 -0
  447. package/module/es5/String/toHalfWidth.d.ts +6 -0
  448. package/module/es5/String/toHalfWidth.js +18 -0
  449. package/module/es5/String/trimCharacters.d.ts +8 -0
  450. package/module/es5/String/trimCharacters.js +18 -0
  451. package/module/es5/String/trimEndCharacters.d.ts +8 -0
  452. package/module/es5/String/trimEndCharacters.js +20 -0
  453. package/module/es5/String/trimStartCharacters.d.ts +8 -0
  454. package/module/es5/String/trimStartCharacters.js +20 -0
  455. package/module/es5/Time/convertTime.d.ts +10 -0
  456. package/module/es5/Time/convertTime.js +29 -0
  457. package/module/es5/Time/index.d.ts +1 -0
  458. package/module/es5/Time/index.js +16 -0
  459. package/module/es5/Tool/createPipeline.d.ts +18 -0
  460. package/module/es5/Tool/createPipeline.js +29 -0
  461. package/module/es5/Tool/index.d.ts +2 -0
  462. package/module/es5/Tool/index.js +27 -0
  463. package/module/es5/Tool/parseJson.d.ts +1 -0
  464. package/module/es5/Tool/parseJson.js +9 -0
  465. package/module/es5/UA/extractBrowserFromUserAgent.d.ts +2 -0
  466. package/module/es5/UA/extractBrowserFromUserAgent.js +24 -0
  467. package/module/es5/UA/extractDeviceFromUserAgent.d.ts +2 -0
  468. package/module/es5/UA/extractDeviceFromUserAgent.js +27 -0
  469. package/module/es5/UA/extractOsFromUserAgent.d.ts +2 -0
  470. package/module/es5/UA/extractOsFromUserAgent.js +24 -0
  471. package/module/es5/UA/index.d.ts +4 -0
  472. package/module/es5/UA/index.js +49 -0
  473. package/module/es5/UA/parseUserAgent.d.ts +2 -0
  474. package/module/es5/UA/parseUserAgent.js +17 -0
  475. package/module/es5/Validate/array/core.d.ts +2 -0
  476. package/module/es5/Validate/array/core.js +51 -0
  477. package/module/es5/Validate/array/index.d.ts +1 -0
  478. package/module/es5/Validate/array/index.js +16 -0
  479. package/module/es5/Validate/boolean/core.d.ts +2 -0
  480. package/module/es5/Validate/boolean/core.js +12 -0
  481. package/module/es5/Validate/boolean/index.d.ts +1 -0
  482. package/module/es5/Validate/boolean/index.js +16 -0
  483. package/module/es5/Validate/core/index.d.ts +2 -0
  484. package/module/es5/Validate/core/index.js +47 -0
  485. package/module/es5/Validate/index.d.ts +17 -0
  486. package/module/es5/Validate/index.js +192 -0
  487. package/module/es5/Validate/isArray.d.ts +8 -0
  488. package/module/es5/Validate/isArray.js +16 -0
  489. package/module/es5/Validate/isBrowser.d.ts +4 -0
  490. package/module/es5/Validate/isBrowser.js +17 -0
  491. package/module/es5/Validate/isBun.d.ts +4 -0
  492. package/module/es5/Validate/isBun.js +17 -0
  493. package/module/es5/Validate/isDouble.d.ts +11 -0
  494. package/module/es5/Validate/isDouble.js +26 -0
  495. package/module/es5/Validate/isNode.d.ts +4 -0
  496. package/module/es5/Validate/isNode.js +16 -0
  497. package/module/es5/Validate/isNodeWebkit.d.ts +4 -0
  498. package/module/es5/Validate/isNodeWebkit.js +14 -0
  499. package/module/es5/Validate/isNotEmpty.d.ts +8 -0
  500. package/module/es5/Validate/isNotEmpty.js +17 -0
  501. package/module/es5/Validate/isNumber.d.ts +11 -0
  502. package/module/es5/Validate/isNumber.js +21 -0
  503. package/module/es5/Validate/isObject.d.ts +10 -0
  504. package/module/es5/Validate/isObject.js +17 -0
  505. package/module/es5/Validate/isPerfectSquare.d.ts +6 -0
  506. package/module/es5/Validate/isPerfectSquare.js +18 -0
  507. package/module/es5/Validate/isPrimeNumber.d.ts +7 -0
  508. package/module/es5/Validate/isPrimeNumber.js +23 -0
  509. package/module/es5/Validate/isValueNaN.js +20 -0
  510. package/module/es5/Validate/number/core.d.ts +2 -0
  511. package/module/es5/Validate/number/core.js +12 -0
  512. package/module/es5/Validate/number/double.d.ts +2 -0
  513. package/module/es5/Validate/number/double.js +16 -0
  514. package/module/es5/Validate/number/even.d.ts +2 -0
  515. package/module/es5/Validate/number/even.js +15 -0
  516. package/module/es5/Validate/number/index.d.ts +7 -0
  517. package/module/es5/Validate/number/index.js +82 -0
  518. package/module/es5/Validate/number/maxValue.d.ts +2 -0
  519. package/module/es5/Validate/number/maxValue.js +15 -0
  520. package/module/es5/Validate/number/minValue.d.ts +2 -0
  521. package/module/es5/Validate/number/minValue.js +15 -0
  522. package/module/es5/Validate/number/odd.d.ts +2 -0
  523. package/module/es5/Validate/number/odd.js +15 -0
  524. package/module/es5/Validate/number/prime.d.ts +2 -0
  525. package/module/es5/Validate/number/prime.js +16 -0
  526. package/module/es5/Validate/object/core.d.ts +8 -0
  527. package/module/es5/Validate/object/core.js +34 -0
  528. package/module/es5/Validate/object/index.d.ts +1 -0
  529. package/module/es5/Validate/object/index.js +16 -0
  530. package/module/es5/Validate/string/core.d.ts +2 -0
  531. package/module/es5/Validate/string/core.js +12 -0
  532. package/module/es5/Validate/string/email.d.ts +2 -0
  533. package/module/es5/Validate/string/email.js +17 -0
  534. package/module/es5/Validate/string/index.d.ts +8 -0
  535. package/module/es5/Validate/string/index.js +93 -0
  536. package/module/es5/Validate/string/length.d.ts +2 -0
  537. package/module/es5/Validate/string/length.js +15 -0
  538. package/module/es5/Validate/string/maxLength.d.ts +2 -0
  539. package/module/es5/Validate/string/maxLength.js +15 -0
  540. package/module/es5/Validate/string/minLength.d.ts +2 -0
  541. package/module/es5/Validate/string/minLength.js +15 -0
  542. package/module/es5/Validate/string/numberString.d.ts +2 -0
  543. package/module/es5/Validate/string/numberString.js +16 -0
  544. package/module/es5/Validate/string/regexMatch.d.ts +2 -0
  545. package/module/es5/Validate/string/regexMatch.js +15 -0
  546. package/module/es5/Validate/string/uuid.d.ts +7 -0
  547. package/module/es5/Validate/string/uuid.js +26 -0
  548. package/module/es5/Validate/type.d.ts +13 -0
  549. package/module/es5/Validate/type.js +5 -0
  550. package/module/es5/index.d.ts +16 -0
  551. package/module/es5/index.js +181 -0
  552. package/module/es5/tests/integration/Array/drop-and-first.test.d.ts +1 -0
  553. package/module/es5/tests/integration/Array/drop-and-first.test.js +14 -0
  554. package/module/es5/tests/integration/Tool/parseJson-and-Validate.test.d.ts +1 -0
  555. package/module/es5/tests/integration/Tool/parseJson-and-Validate.test.js +26 -0
  556. package/module/es5/tests/unit/Advance/rangeAdvance.test.d.ts +1 -0
  557. package/module/es5/tests/unit/Advance/rangeAdvance.test.js +26 -0
  558. package/module/es5/tests/unit/Array/arraysJoin.test.d.ts +1 -0
  559. package/module/es5/tests/unit/Array/arraysJoin.test.js +7 -0
  560. package/module/es5/tests/unit/Array/binarySearch.test.d.ts +1 -0
  561. package/module/es5/tests/unit/Array/binarySearch.test.js +32 -0
  562. package/module/es5/tests/unit/Array/checkFlagAlignment.test.d.ts +1 -0
  563. package/module/es5/tests/unit/Array/checkFlagAlignment.test.js +206 -0
  564. package/module/es5/tests/unit/Array/chunk.test.d.ts +1 -0
  565. package/module/es5/tests/unit/Array/chunk.test.js +51 -0
  566. package/module/es5/tests/unit/Array/compact.test.d.ts +1 -0
  567. package/module/es5/tests/unit/Array/compact.test.js +53 -0
  568. package/module/es5/tests/unit/Array/drop.test.d.ts +1 -0
  569. package/module/es5/tests/unit/Array/drop.test.js +84 -0
  570. package/module/es5/tests/unit/Array/first.test.d.ts +1 -0
  571. package/module/es5/tests/unit/Array/first.test.js +28 -0
  572. package/module/es5/tests/unit/Array/generateNumberArray.test.d.ts +1 -0
  573. package/module/es5/tests/unit/Array/generateNumberArray.test.js +34 -0
  574. package/module/es5/tests/unit/Array/getArraysCommon.test.d.ts +1 -0
  575. package/module/es5/tests/unit/Array/getArraysCommon.test.js +8 -0
  576. package/module/es5/tests/unit/Array/getArraysDiff.test.d.ts +1 -0
  577. package/module/es5/tests/unit/Array/getArraysDiff.test.js +99 -0
  578. package/module/es5/tests/unit/Array/groupBy.test.d.ts +1 -0
  579. package/module/es5/tests/unit/Array/groupBy.test.js +87 -0
  580. package/module/es5/tests/unit/Array/insertionSort.test.d.ts +1 -0
  581. package/module/es5/tests/unit/Array/insertionSort.test.js +37 -0
  582. package/module/es5/tests/unit/Array/mergeSort.test.d.ts +1 -0
  583. package/module/es5/tests/unit/Array/mergeSort.test.js +20 -0
  584. package/module/es5/tests/unit/Array/pop.test.d.ts +1 -0
  585. package/module/es5/tests/unit/Array/pop.test.js +50 -0
  586. package/module/es5/tests/unit/Array/quickSort.test.d.ts +1 -0
  587. package/module/es5/tests/unit/Array/quickSort.test.js +53 -0
  588. package/module/es5/tests/unit/Array/randomSelect.test.d.ts +1 -0
  589. package/module/es5/tests/unit/Array/randomSelect.test.js +46 -0
  590. package/module/es5/tests/unit/Array/range.test.d.ts +1 -0
  591. package/module/es5/tests/unit/Array/range.test.js +21 -0
  592. package/module/es5/tests/unit/Array/shuffle.test.d.ts +1 -0
  593. package/module/es5/tests/unit/Array/shuffle.test.js +37 -0
  594. package/module/es5/tests/unit/Array/shuffle2DArray.test.d.ts +1 -0
  595. package/module/es5/tests/unit/Array/shuffle2DArray.test.js +47 -0
  596. package/module/es5/tests/unit/Array/sum.test.d.ts +1 -0
  597. package/module/es5/tests/unit/Array/sum.test.js +6 -0
  598. package/module/es5/tests/unit/Array/timSort.test.d.ts +1 -0
  599. package/module/es5/tests/unit/Array/timSort.test.js +48 -0
  600. package/module/es5/tests/unit/Array/zip.test.d.ts +1 -0
  601. package/module/es5/tests/unit/Array/zip.test.js +30 -0
  602. package/module/es5/tests/unit/Array/zipLongest.test.d.ts +1 -0
  603. package/module/es5/tests/unit/Array/zipLongest.test.js +31 -0
  604. package/module/es5/tests/unit/Color/cmykToRgba.test.d.ts +1 -0
  605. package/module/es5/tests/unit/Color/cmykToRgba.test.js +58 -0
  606. package/module/es5/tests/unit/Color/hexaToRgba.test.d.ts +1 -0
  607. package/module/es5/tests/unit/Color/hexaToRgba.test.js +63 -0
  608. package/module/es5/tests/unit/Color/hslaToRgba.test.d.ts +1 -0
  609. package/module/es5/tests/unit/Color/hslaToRgba.test.js +159 -0
  610. package/module/es5/tests/unit/Color/rgbaToCmyk.test.d.ts +1 -0
  611. package/module/es5/tests/unit/Color/rgbaToCmyk.test.js +73 -0
  612. package/module/es5/tests/unit/Color/rgbaToHexA.test.d.ts +1 -0
  613. package/module/es5/tests/unit/Color/rgbaToHexA.test.js +114 -0
  614. package/module/es5/tests/unit/Color/rgbaToHsla.test.d.ts +1 -0
  615. package/module/es5/tests/unit/Color/rgbaToHsla.test.js +100 -0
  616. package/module/es5/tests/unit/Consts/clock.test.d.ts +1 -0
  617. package/module/es5/tests/unit/Consts/clock.test.js +38 -0
  618. package/module/es5/tests/unit/Date/dayOfWeek.test.d.ts +1 -0
  619. package/module/es5/tests/unit/Date/dayOfWeek.test.js +39 -0
  620. package/module/es5/tests/unit/Date/deleteSpace.test.d.ts +1 -0
  621. package/module/es5/tests/unit/Date/deleteSpace.test.js +35 -0
  622. package/module/es5/tests/unit/Date/format.test.d.ts +1 -0
  623. package/module/es5/tests/unit/Date/format.test.js +28 -0
  624. package/module/es5/tests/unit/Date/getTimezoneOffsetString.test.d.ts +1 -0
  625. package/module/es5/tests/unit/Date/getTimezoneOffsetString.test.js +26 -0
  626. package/module/es5/tests/unit/Error/safeExecute.test.d.ts +1 -0
  627. package/module/es5/tests/unit/Error/safeExecute.test.js +21 -0
  628. package/module/es5/tests/unit/IP/cidrToLong.test.d.ts +1 -0
  629. package/module/es5/tests/unit/IP/cidrToLong.test.js +10 -0
  630. package/module/es5/tests/unit/IP/cidrToSubnetMask.test.d.ts +1 -0
  631. package/module/es5/tests/unit/IP/cidrToSubnetMask.test.js +17 -0
  632. package/module/es5/tests/unit/IP/getIpClass.test.d.ts +1 -0
  633. package/module/es5/tests/unit/IP/getIpClass.test.js +25 -0
  634. package/module/es5/tests/unit/IP/getNetworkAddress.test.d.ts +1 -0
  635. package/module/es5/tests/unit/IP/getNetworkAddress.test.js +19 -0
  636. package/module/es5/tests/unit/IP/ipToBinaryString.test.d.ts +1 -0
  637. package/module/es5/tests/unit/IP/ipToBinaryString.test.js +17 -0
  638. package/module/es5/tests/unit/IP/ipToLong.test.d.ts +1 -0
  639. package/module/es5/tests/unit/IP/ipToLong.test.js +20 -0
  640. package/module/es5/tests/unit/IP/isInRange.test.d.ts +1 -0
  641. package/module/es5/tests/unit/IP/isInRange.test.js +11 -0
  642. package/module/es5/tests/unit/IP/isPrivateIp.test.d.ts +1 -0
  643. package/module/es5/tests/unit/IP/isPrivateIp.test.js +20 -0
  644. package/module/es5/tests/unit/IP/subnetMaskToCidr.test.d.ts +1 -0
  645. package/module/es5/tests/unit/IP/subnetMaskToCidr.test.js +27 -0
  646. package/module/es5/tests/unit/Math/addition.test.d.ts +1 -0
  647. package/module/es5/tests/unit/Math/addition.test.js +79 -0
  648. package/module/es5/tests/unit/Math/average.test.d.ts +1 -0
  649. package/module/es5/tests/unit/Math/average.test.js +26 -0
  650. package/module/es5/tests/unit/Math/bitwise.test.d.ts +1 -0
  651. package/module/es5/tests/unit/Math/bitwise.test.js +62 -0
  652. package/module/es5/tests/unit/Math/calculator/calculator.test.d.ts +1 -0
  653. package/module/es5/tests/unit/Math/calculator/calculator.test.js +76 -0
  654. package/module/es5/tests/unit/Math/calculator/calculatorInitialization.test.d.ts +1 -0
  655. package/module/es5/tests/unit/Math/calculator/calculatorInitialization.test.js +10 -0
  656. package/module/es5/tests/unit/Math/calculator/convertCurrency.test.d.ts +1 -0
  657. package/module/es5/tests/unit/Math/calculator/convertCurrency.test.js +40 -0
  658. package/module/es5/tests/unit/Math/calculator/literalExpression.test.d.ts +1 -0
  659. package/module/es5/tests/unit/Math/calculator/literalExpression.test.js +51 -0
  660. package/module/es5/tests/unit/Math/degToRad.test.d.ts +1 -0
  661. package/module/es5/tests/unit/Math/degToRad.test.js +50 -0
  662. package/module/es5/tests/unit/Math/deviationValue.test.d.ts +1 -0
  663. package/module/es5/tests/unit/Math/deviationValue.test.js +30 -0
  664. package/module/es5/tests/unit/Math/division.test.d.ts +1 -0
  665. package/module/es5/tests/unit/Math/division.test.js +34 -0
  666. package/module/es5/tests/unit/Math/factorial.test.d.ts +1 -0
  667. package/module/es5/tests/unit/Math/factorial.test.js +26 -0
  668. package/module/es5/tests/unit/Math/factorize.test.d.ts +1 -0
  669. package/module/es5/tests/unit/Math/factorize.test.js +13 -0
  670. package/module/es5/tests/unit/Math/flexibleNumberConversion.test.d.ts +1 -0
  671. package/module/es5/tests/unit/Math/flexibleNumberConversion.test.js +195 -0
  672. package/module/es5/tests/unit/Math/gcd.test.d.ts +1 -0
  673. package/module/es5/tests/unit/Math/gcd.test.js +35 -0
  674. package/module/es5/tests/unit/Math/getDecimalLength.test.d.ts +1 -0
  675. package/module/es5/tests/unit/Math/getDecimalLength.test.js +8 -0
  676. package/module/es5/tests/unit/Math/lcm.test.d.ts +1 -0
  677. package/module/es5/tests/unit/Math/lcm.test.js +36 -0
  678. package/module/es5/tests/unit/Math/linearCongruentialGenerator.test.d.ts +1 -0
  679. package/module/es5/tests/unit/Math/linearCongruentialGenerator.test.js +25 -0
  680. package/module/es5/tests/unit/Math/mathConverter.test.d.ts +1 -0
  681. package/module/es5/tests/unit/Math/mathConverter.test.js +37 -0
  682. package/module/es5/tests/unit/Math/mathSeparator.test.d.ts +1 -0
  683. package/module/es5/tests/unit/Math/mathSeparator.test.js +41 -0
  684. package/module/es5/tests/unit/Math/max.test.d.ts +1 -0
  685. package/module/es5/tests/unit/Math/max.test.js +7 -0
  686. package/module/es5/tests/unit/Math/median.test.d.ts +1 -0
  687. package/module/es5/tests/unit/Math/median.test.js +17 -0
  688. package/module/es5/tests/unit/Math/min.test.d.ts +1 -0
  689. package/module/es5/tests/unit/Math/min.test.js +7 -0
  690. package/module/es5/tests/unit/Math/multiples.test.d.ts +1 -0
  691. package/module/es5/tests/unit/Math/multiples.test.js +14 -0
  692. package/module/es5/tests/unit/Math/multiplication.test.d.ts +1 -0
  693. package/module/es5/tests/unit/Math/multiplication.test.js +14 -0
  694. package/module/es5/tests/unit/Math/nCr.test.d.ts +1 -0
  695. package/module/es5/tests/unit/Math/nCr.test.js +21 -0
  696. package/module/es5/tests/unit/Math/nHr.test.d.ts +1 -0
  697. package/module/es5/tests/unit/Math/nHr.test.js +22 -0
  698. package/module/es5/tests/unit/Math/nPr.test.d.ts +1 -0
  699. package/module/es5/tests/unit/Math/nPr.test.js +21 -0
  700. package/module/es5/tests/unit/Math/primeFactorization.test.d.ts +1 -0
  701. package/module/es5/tests/unit/Math/primeFactorization.test.js +13 -0
  702. package/module/es5/tests/unit/Math/quotient.test.d.ts +1 -0
  703. package/module/es5/tests/unit/Math/quotient.test.js +14 -0
  704. package/module/es5/tests/unit/Math/radToDeg.test.d.ts +1 -0
  705. package/module/es5/tests/unit/Math/radToDeg.test.js +49 -0
  706. package/module/es5/tests/unit/Math/random.test.d.ts +1 -0
  707. package/module/es5/tests/unit/Math/random.test.js +23 -0
  708. package/module/es5/tests/unit/Math/reduce.test.d.ts +1 -0
  709. package/module/es5/tests/unit/Math/reduce.test.js +14 -0
  710. package/module/es5/tests/unit/Math/repeatedTrial.test.d.ts +1 -0
  711. package/module/es5/tests/unit/Math/repeatedTrial.test.js +9 -0
  712. package/module/es5/tests/unit/Math/roundOf.test.d.ts +1 -0
  713. package/module/es5/tests/unit/Math/roundOf.test.js +15 -0
  714. package/module/es5/tests/unit/Math/solveEquation.test.d.ts +1 -0
  715. package/module/es5/tests/unit/Math/solveEquation.test.js +24 -0
  716. package/module/es5/tests/unit/Math/standardDeviation.test.d.ts +1 -0
  717. package/module/es5/tests/unit/Math/standardDeviation.test.js +6 -0
  718. package/module/es5/tests/unit/Math/subtract.test.d.ts +1 -0
  719. package/module/es5/tests/unit/Math/subtract.test.js +34 -0
  720. package/module/es5/tests/unit/Math/toBaseN.test.d.ts +1 -0
  721. package/module/es5/tests/unit/Math/toBaseN.test.js +23 -0
  722. package/module/es5/tests/unit/Math/toCelsius.test.d.ts +1 -0
  723. package/module/es5/tests/unit/Math/toCelsius.test.js +6 -0
  724. package/module/es5/tests/unit/Math/toKelvin.test.d.ts +1 -0
  725. package/module/es5/tests/unit/Math/toKelvin.test.js +6 -0
  726. package/module/es5/tests/unit/Math/uuidv7.test.d.ts +1 -0
  727. package/module/es5/tests/unit/Math/uuidv7.test.js +33 -0
  728. package/module/es5/tests/unit/Math/valueSwap.test.d.ts +1 -0
  729. package/module/es5/tests/unit/Math/valueSwap.test.js +10 -0
  730. package/module/es5/tests/unit/Math/xoshiro256.test.d.ts +1 -0
  731. package/module/es5/tests/unit/Math/xoshiro256.test.js +22 -0
  732. package/module/es5/tests/unit/Object/has.test.d.ts +1 -0
  733. package/module/es5/tests/unit/Object/has.test.js +60 -0
  734. package/module/es5/tests/unit/Object/keyBy.test.d.ts +1 -0
  735. package/module/es5/tests/unit/Object/keyBy.test.js +120 -0
  736. package/module/es5/tests/unit/Object/pick.test.d.ts +1 -0
  737. package/module/es5/tests/unit/Object/pick.test.js +109 -0
  738. package/module/es5/tests/unit/Object/pickDeep.test.d.ts +1 -0
  739. package/module/es5/tests/unit/Object/pickDeep.test.js +222 -0
  740. package/module/es5/tests/unit/Simple/Array/quickSortSimple.test.d.ts +1 -0
  741. package/module/es5/tests/unit/Simple/Array/quickSortSimple.test.js +18 -0
  742. package/module/es5/tests/unit/Simple/Date/dayOfWeekSimple.test.d.ts +1 -0
  743. package/module/es5/tests/unit/Simple/Date/dayOfWeekSimple.test.js +58 -0
  744. package/module/es5/tests/unit/Simple/Math/deviationValueSimple.test.d.ts +1 -0
  745. package/module/es5/tests/unit/Simple/Math/deviationValueSimple.test.js +7 -0
  746. package/module/es5/tests/unit/String/formatString.test.d.ts +1 -0
  747. package/module/es5/tests/unit/String/formatString.test.js +20 -0
  748. package/module/es5/tests/unit/String/fromBase64.test.d.ts +1 -0
  749. package/module/es5/tests/unit/String/fromBase64.test.js +26 -0
  750. package/module/es5/tests/unit/String/hasNoLetters.test.d.ts +1 -0
  751. package/module/es5/tests/unit/String/hasNoLetters.test.js +33 -0
  752. package/module/es5/tests/unit/String/padEnd.test.d.ts +1 -0
  753. package/module/es5/tests/unit/String/padEnd.test.js +22 -0
  754. package/module/es5/tests/unit/String/padStart.test.d.ts +1 -0
  755. package/module/es5/tests/unit/String/padStart.test.js +27 -0
  756. package/module/es5/tests/unit/String/randomString.test.d.ts +1 -0
  757. package/module/es5/tests/unit/String/randomString.test.js +21 -0
  758. package/module/es5/tests/unit/String/randomStringInitialization.test.d.ts +1 -0
  759. package/module/es5/tests/unit/String/randomStringInitialization.test.js +25 -0
  760. package/module/es5/tests/unit/String/reverseString.test.d.ts +1 -0
  761. package/module/es5/tests/unit/String/reverseString.test.js +37 -0
  762. package/module/es5/tests/unit/String/toBase64.test.d.ts +1 -0
  763. package/module/es5/tests/unit/String/toBase64.test.js +20 -0
  764. package/module/es5/tests/unit/String/toHalfWidth.test.d.ts +1 -0
  765. package/module/es5/tests/unit/String/toHalfWidth.test.js +16 -0
  766. package/module/es5/tests/unit/String/trimCharacters.test.d.ts +1 -0
  767. package/module/es5/tests/unit/String/trimCharacters.test.js +17 -0
  768. package/module/es5/tests/unit/String/trimEndCharacters.test.d.ts +1 -0
  769. package/module/es5/tests/unit/String/trimEndCharacters.test.js +23 -0
  770. package/module/es5/tests/unit/String/trimStartCharacters.test.d.ts +1 -0
  771. package/module/es5/tests/unit/String/trimStartCharacters.test.js +20 -0
  772. package/module/es5/tests/unit/Time/convertTime.test.d.ts +1 -0
  773. package/module/es5/tests/unit/Time/convertTime.test.js +43 -0
  774. package/module/es5/tests/unit/Tool/createPipeline.test.d.ts +1 -0
  775. package/module/es5/tests/unit/Tool/createPipeline.test.js +184 -0
  776. package/module/es5/tests/unit/Tool/parseJson.test.d.ts +1 -0
  777. package/module/es5/tests/unit/Tool/parseJson.test.js +46 -0
  778. package/module/es5/tests/unit/UA/parseUserAgent.test.d.ts +1 -0
  779. package/module/es5/tests/unit/UA/parseUserAgent.test.js +95 -0
  780. package/module/es5/tests/unit/Validate/array/core.test.d.ts +1 -0
  781. package/module/es5/tests/unit/Validate/array/core.test.js +57 -0
  782. package/module/es5/tests/unit/Validate/boolean/core.test.d.ts +1 -0
  783. package/module/es5/tests/unit/Validate/boolean/core.test.js +29 -0
  784. package/module/es5/tests/unit/Validate/isArray.test.d.ts +1 -0
  785. package/module/es5/tests/unit/Validate/isArray.test.js +25 -0
  786. package/module/es5/tests/unit/Validate/isDouble.test.d.ts +1 -0
  787. package/module/es5/tests/unit/Validate/isDouble.test.js +30 -0
  788. package/module/es5/tests/unit/Validate/isNotEmpty.test.d.ts +1 -0
  789. package/module/es5/tests/unit/Validate/isNotEmpty.test.js +43 -0
  790. package/module/es5/tests/unit/Validate/isNumber.test.d.ts +1 -0
  791. package/module/es5/tests/unit/Validate/isNumber.test.js +39 -0
  792. package/module/es5/tests/unit/Validate/isObject.test.d.ts +1 -0
  793. package/module/es5/tests/unit/Validate/isObject.test.js +48 -0
  794. package/module/es5/tests/unit/Validate/isPerfectSquare.test.d.ts +1 -0
  795. package/module/es5/tests/unit/Validate/isPerfectSquare.test.js +22 -0
  796. package/module/es5/tests/unit/Validate/isPrimeNumber.test.d.ts +1 -0
  797. package/module/es5/tests/unit/Validate/isPrimeNumber.test.js +41 -0
  798. package/module/es5/tests/unit/Validate/isValueNaN.test.d.ts +1 -0
  799. package/module/es5/tests/unit/Validate/isValueNaN.test.js +15 -0
  800. package/module/es5/tests/unit/Validate/number/core.test.d.ts +1 -0
  801. package/module/es5/tests/unit/Validate/number/core.test.js +36 -0
  802. package/module/es5/tests/unit/Validate/number/double.test.d.ts +1 -0
  803. package/module/es5/tests/unit/Validate/number/double.test.js +23 -0
  804. package/module/es5/tests/unit/Validate/number/even.test.d.ts +1 -0
  805. package/module/es5/tests/unit/Validate/number/even.test.js +23 -0
  806. package/module/es5/tests/unit/Validate/number/maxValue.test.d.ts +1 -0
  807. package/module/es5/tests/unit/Validate/number/maxValue.test.js +20 -0
  808. package/module/es5/tests/unit/Validate/number/minValue.test.d.ts +1 -0
  809. package/module/es5/tests/unit/Validate/number/minValue.test.js +20 -0
  810. package/module/es5/tests/unit/Validate/number/odd.test.d.ts +1 -0
  811. package/module/es5/tests/unit/Validate/number/odd.test.js +23 -0
  812. package/module/es5/tests/unit/Validate/number/prime.test.d.ts +1 -0
  813. package/module/es5/tests/unit/Validate/number/prime.test.js +25 -0
  814. package/module/es5/tests/unit/Validate/object/core.test.d.ts +1 -0
  815. package/module/es5/tests/unit/Validate/object/core.test.js +79 -0
  816. package/module/es5/tests/unit/Validate/string/core.test.d.ts +1 -0
  817. package/module/es5/tests/unit/Validate/string/core.test.js +27 -0
  818. package/module/es5/tests/unit/Validate/string/email.test.d.ts +1 -0
  819. package/module/es5/tests/unit/Validate/string/email.test.js +21 -0
  820. package/module/es5/tests/unit/Validate/string/length.test.d.ts +1 -0
  821. package/module/es5/tests/unit/Validate/string/length.test.js +18 -0
  822. package/module/es5/tests/unit/Validate/string/maxLength.test.d.ts +1 -0
  823. package/module/es5/tests/unit/Validate/string/maxLength.test.js +18 -0
  824. package/module/es5/tests/unit/Validate/string/minLength.test.d.ts +1 -0
  825. package/module/es5/tests/unit/Validate/string/minLength.test.js +18 -0
  826. package/module/es5/tests/unit/Validate/string/numberString.test.d.ts +1 -0
  827. package/module/es5/tests/unit/Validate/string/numberString.test.js +22 -0
  828. package/module/es5/tests/unit/Validate/string/regexMatch.test.d.ts +1 -0
  829. package/module/es5/tests/unit/Validate/string/regexMatch.test.js +29 -0
  830. package/module/es5/tests/unit/Validate/string/uuid.test.d.ts +1 -0
  831. package/module/es5/tests/unit/Validate/string/uuid.test.js +72 -0
  832. package/module/es5/tests/unit/types/arrayType.test.d.ts +1 -0
  833. package/module/es5/tests/unit/types/arrayType.test.js +11 -0
  834. package/module/es5/tests/unit/types/clockType.test.d.ts +1 -0
  835. package/module/es5/tests/unit/types/clockType.test.js +37 -0
  836. package/module/es5/tsconfig.tsbuildinfo +1 -0
  837. package/module/{types/arrayType.d.ts → es5/types/array/chunk.d.ts} +1 -3
  838. package/module/es5/types/array/chunk.js +5 -0
  839. package/module/es5/types/array/index.d.ts +2 -0
  840. package/module/es5/types/array/index.js +27 -0
  841. package/module/es5/types/array/zip.d.ts +3 -0
  842. package/module/es5/types/array/zip.js +5 -0
  843. package/module/es5/types/clock/hoursAm.d.ts +2 -0
  844. package/module/es5/types/clock/hoursAm.js +5 -0
  845. package/module/es5/types/clock/hoursAmInt.d.ts +2 -0
  846. package/module/es5/types/clock/hoursAmInt.js +5 -0
  847. package/module/es5/types/clock/hoursPm.d.ts +2 -0
  848. package/module/es5/types/clock/hoursPm.js +5 -0
  849. package/module/es5/types/clock/hoursPmInt.d.ts +1 -0
  850. package/module/es5/types/clock/hoursPmInt.js +5 -0
  851. package/module/es5/types/clock/hoursType.d.ts +3 -0
  852. package/module/es5/types/clock/hoursType.js +5 -0
  853. package/module/es5/types/clock/hoursTypeInt.d.ts +3 -0
  854. package/module/es5/types/clock/hoursTypeInt.js +5 -0
  855. package/module/es5/types/clock/index.d.ts +12 -0
  856. package/module/es5/types/clock/index.js +137 -0
  857. package/module/es5/types/clock/millisecondsType.d.ts +4 -0
  858. package/module/es5/types/clock/millisecondsType.js +5 -0
  859. package/module/es5/types/clock/millisecondsTypeInt.d.ts +4 -0
  860. package/module/es5/types/clock/millisecondsTypeInt.js +5 -0
  861. package/module/es5/types/clock/minutesType.d.ts +7 -0
  862. package/module/es5/types/clock/minutesType.js +5 -0
  863. package/module/es5/types/clock/minutesTypeInt.d.ts +7 -0
  864. package/module/es5/types/clock/minutesTypeInt.js +5 -0
  865. package/module/es5/types/clock/secondsType.d.ts +2 -0
  866. package/module/es5/types/clock/secondsType.js +5 -0
  867. package/module/es5/types/clock/secondsTypeInt.d.ts +2 -0
  868. package/module/es5/types/clock/secondsTypeInt.js +5 -0
  869. package/module/es5/types/date/convertMonTypeNoZero.d.ts +1 -0
  870. package/module/es5/types/date/convertMonTypeNoZero.js +5 -0
  871. package/module/es5/types/date/convertMonTypeZero.d.ts +1 -0
  872. package/module/es5/types/date/convertMonTypeZero.js +5 -0
  873. package/module/es5/types/date/dateType.d.ts +6 -0
  874. package/module/es5/types/date/dateType.js +5 -0
  875. package/module/es5/types/date/dayType.d.ts +2 -0
  876. package/module/es5/types/date/dayType.js +5 -0
  877. package/module/es5/types/date/dayTypeInt.d.ts +2 -0
  878. package/module/es5/types/date/dayTypeInt.js +5 -0
  879. package/module/es5/types/date/index.d.ts +13 -0
  880. package/module/es5/types/date/index.js +148 -0
  881. package/module/es5/types/date/monType.d.ts +3 -0
  882. package/module/es5/types/date/monType.js +5 -0
  883. package/module/es5/types/date/monTypeInt.d.ts +1 -0
  884. package/module/es5/types/date/monTypeInt.js +5 -0
  885. package/module/es5/types/date/monTypeNoZero.d.ts +1 -0
  886. package/module/es5/types/date/monTypeNoZero.js +5 -0
  887. package/module/es5/types/date/monTypeZero.d.ts +1 -0
  888. package/module/es5/types/date/monTypeZero.js +5 -0
  889. package/module/es5/types/date/monthsWith31Days.d.ts +2 -0
  890. package/module/es5/types/date/monthsWith31Days.js +5 -0
  891. package/module/es5/types/date/monthsWith31DaysInt.d.ts +1 -0
  892. package/module/es5/types/date/monthsWith31DaysInt.js +5 -0
  893. package/module/es5/types/date/monthsWithout31Days.d.ts +2 -0
  894. package/module/es5/types/date/monthsWithout31Days.js +5 -0
  895. package/module/es5/types/date/monthsWithout31DaysInt.d.ts +1 -0
  896. package/module/es5/types/date/monthsWithout31DaysInt.js +5 -0
  897. package/module/es5/types/index.d.ts +10 -0
  898. package/module/es5/types/index.js +115 -0
  899. package/module/es5/types/int/doubleDigit.d.ts +2 -0
  900. package/module/es5/types/int/doubleDigit.js +5 -0
  901. package/module/es5/types/int/doubleDigitInt.d.ts +10 -0
  902. package/module/es5/types/int/doubleDigitInt.js +5 -0
  903. package/module/es5/types/int/fourDigit.d.ts +3 -0
  904. package/module/es5/types/int/fourDigit.js +5 -0
  905. package/module/es5/types/int/index.d.ts +108 -0
  906. package/module/es5/types/int/index.js +1193 -0
  907. package/module/es5/types/int/int.d.ts +3 -0
  908. package/module/es5/types/int/int.js +5 -0
  909. package/module/es5/types/int/intEven.d.ts +1 -0
  910. package/module/es5/types/int/intEven.js +5 -0
  911. package/module/es5/types/int/intOdd.d.ts +1 -0
  912. package/module/es5/types/int/intOdd.js +5 -0
  913. package/module/es5/types/int/intWithoutZero.d.ts +3 -0
  914. package/module/es5/types/int/intWithoutZero.js +5 -0
  915. package/module/es5/types/int/tripleDigit.d.ts +2 -0
  916. package/module/es5/types/int/tripleDigit.js +5 -0
  917. package/module/es5/types/int/tripleDigitInt.d.ts +91 -0
  918. package/module/es5/types/int/tripleDigitInt.js +5 -0
  919. package/module/es5/types/int/upToEightHundred.d.ts +1 -0
  920. package/module/es5/types/int/upToEightHundred.js +5 -0
  921. package/module/es5/types/int/upToEightHundredEighty.d.ts +1 -0
  922. package/module/es5/types/int/upToEightHundredEighty.js +5 -0
  923. package/module/es5/types/int/upToEightHundredFifty.d.ts +1 -0
  924. package/module/es5/types/int/upToEightHundredFifty.js +5 -0
  925. package/module/es5/types/int/upToEightHundredForty.d.ts +1 -0
  926. package/module/es5/types/int/upToEightHundredForty.js +5 -0
  927. package/module/es5/types/int/upToEightHundredNinety.d.ts +1 -0
  928. package/module/es5/types/int/upToEightHundredNinety.js +5 -0
  929. package/module/es5/types/int/upToEightHundredSeventy.d.ts +1 -0
  930. package/module/es5/types/int/upToEightHundredSeventy.js +5 -0
  931. package/module/es5/types/int/upToEightHundredSixty.d.ts +1 -0
  932. package/module/es5/types/int/upToEightHundredSixty.js +5 -0
  933. package/module/es5/types/int/upToEightHundredTen.d.ts +1 -0
  934. package/module/es5/types/int/upToEightHundredTen.js +5 -0
  935. package/module/es5/types/int/upToEightHundredThirty.d.ts +1 -0
  936. package/module/es5/types/int/upToEightHundredThirty.js +5 -0
  937. package/module/es5/types/int/upToEightHundredTwenty.d.ts +1 -0
  938. package/module/es5/types/int/upToEightHundredTwenty.js +5 -0
  939. package/module/es5/types/int/upToEighty.d.ts +1 -0
  940. package/module/es5/types/int/upToEighty.js +5 -0
  941. package/module/es5/types/int/upToFifty.d.ts +1 -0
  942. package/module/es5/types/int/upToFifty.js +5 -0
  943. package/module/es5/types/int/upToFiveHundred.d.ts +1 -0
  944. package/module/es5/types/int/upToFiveHundred.js +5 -0
  945. package/module/es5/types/int/upToFiveHundredEighty.d.ts +1 -0
  946. package/module/es5/types/int/upToFiveHundredEighty.js +5 -0
  947. package/module/es5/types/int/upToFiveHundredFifty.d.ts +1 -0
  948. package/module/es5/types/int/upToFiveHundredFifty.js +5 -0
  949. package/module/es5/types/int/upToFiveHundredForty.d.ts +1 -0
  950. package/module/es5/types/int/upToFiveHundredForty.js +5 -0
  951. package/module/es5/types/int/upToFiveHundredNinety.d.ts +1 -0
  952. package/module/es5/types/int/upToFiveHundredNinety.js +5 -0
  953. package/module/es5/types/int/upToFiveHundredSeventy.d.ts +1 -0
  954. package/module/es5/types/int/upToFiveHundredSeventy.js +5 -0
  955. package/module/es5/types/int/upToFiveHundredSixty.d.ts +1 -0
  956. package/module/es5/types/int/upToFiveHundredSixty.js +5 -0
  957. package/module/es5/types/int/upToFiveHundredTen.d.ts +1 -0
  958. package/module/es5/types/int/upToFiveHundredTen.js +5 -0
  959. package/module/es5/types/int/upToFiveHundredThirty.d.ts +1 -0
  960. package/module/es5/types/int/upToFiveHundredThirty.js +5 -0
  961. package/module/es5/types/int/upToFiveHundredTwenty.d.ts +1 -0
  962. package/module/es5/types/int/upToFiveHundredTwenty.js +5 -0
  963. package/module/es5/types/int/upToForty.d.ts +1 -0
  964. package/module/es5/types/int/upToForty.js +5 -0
  965. package/module/es5/types/int/upToFourHundred.d.ts +1 -0
  966. package/module/es5/types/int/upToFourHundred.js +5 -0
  967. package/module/es5/types/int/upToFourHundredEighty.d.ts +1 -0
  968. package/module/es5/types/int/upToFourHundredEighty.js +5 -0
  969. package/module/es5/types/int/upToFourHundredFifty.d.ts +1 -0
  970. package/module/es5/types/int/upToFourHundredFifty.js +5 -0
  971. package/module/es5/types/int/upToFourHundredForty.d.ts +1 -0
  972. package/module/es5/types/int/upToFourHundredForty.js +5 -0
  973. package/module/es5/types/int/upToFourHundredNinety.d.ts +1 -0
  974. package/module/es5/types/int/upToFourHundredNinety.js +5 -0
  975. package/module/es5/types/int/upToFourHundredSeventy.d.ts +1 -0
  976. package/module/es5/types/int/upToFourHundredSeventy.js +5 -0
  977. package/module/es5/types/int/upToFourHundredSixty.d.ts +1 -0
  978. package/module/es5/types/int/upToFourHundredSixty.js +5 -0
  979. package/module/es5/types/int/upToFourHundredTen.d.ts +1 -0
  980. package/module/es5/types/int/upToFourHundredTen.js +5 -0
  981. package/module/es5/types/int/upToFourHundredThirty.d.ts +1 -0
  982. package/module/es5/types/int/upToFourHundredThirty.js +5 -0
  983. package/module/es5/types/int/upToFourHundredTwenty.d.ts +1 -0
  984. package/module/es5/types/int/upToFourHundredTwenty.js +5 -0
  985. package/module/es5/types/int/upToHundredEighty.d.ts +1 -0
  986. package/module/es5/types/int/upToHundredEighty.js +5 -0
  987. package/module/es5/types/int/upToHundredFifty.d.ts +1 -0
  988. package/module/es5/types/int/upToHundredFifty.js +5 -0
  989. package/module/es5/types/int/upToHundredForty.d.ts +1 -0
  990. package/module/es5/types/int/upToHundredForty.js +5 -0
  991. package/module/es5/types/int/upToHundredNinety.d.ts +1 -0
  992. package/module/es5/types/int/upToHundredNinety.js +5 -0
  993. package/module/es5/types/int/upToHundredSeventy.d.ts +1 -0
  994. package/module/es5/types/int/upToHundredSeventy.js +5 -0
  995. package/module/es5/types/int/upToHundredSixty.d.ts +1 -0
  996. package/module/es5/types/int/upToHundredSixty.js +5 -0
  997. package/module/es5/types/int/upToHundredTen.d.ts +1 -0
  998. package/module/es5/types/int/upToHundredTen.js +5 -0
  999. package/module/es5/types/int/upToHundredThirty.d.ts +1 -0
  1000. package/module/es5/types/int/upToHundredThirty.js +5 -0
  1001. package/module/es5/types/int/upToHundredTwenty.d.ts +1 -0
  1002. package/module/es5/types/int/upToHundredTwenty.js +5 -0
  1003. package/module/es5/types/int/upToNineHundred.d.ts +1 -0
  1004. package/module/es5/types/int/upToNineHundred.js +5 -0
  1005. package/module/es5/types/int/upToNineHundredEighty.d.ts +1 -0
  1006. package/module/es5/types/int/upToNineHundredEighty.js +5 -0
  1007. package/module/es5/types/int/upToNineHundredFifty.d.ts +1 -0
  1008. package/module/es5/types/int/upToNineHundredFifty.js +5 -0
  1009. package/module/es5/types/int/upToNineHundredForty.d.ts +1 -0
  1010. package/module/es5/types/int/upToNineHundredForty.js +5 -0
  1011. package/module/es5/types/int/upToNineHundredNinety.d.ts +1 -0
  1012. package/module/es5/types/int/upToNineHundredNinety.js +5 -0
  1013. package/module/es5/types/int/upToNineHundredNinetyNine.d.ts +1 -0
  1014. package/module/es5/types/int/upToNineHundredNinetyNine.js +5 -0
  1015. package/module/es5/types/int/upToNineHundredSeventy.d.ts +1 -0
  1016. package/module/es5/types/int/upToNineHundredSeventy.js +5 -0
  1017. package/module/es5/types/int/upToNineHundredSixty.d.ts +1 -0
  1018. package/module/es5/types/int/upToNineHundredSixty.js +5 -0
  1019. package/module/es5/types/int/upToNineHundredTen.d.ts +1 -0
  1020. package/module/es5/types/int/upToNineHundredTen.js +5 -0
  1021. package/module/es5/types/int/upToNineHundredThirty.d.ts +1 -0
  1022. package/module/es5/types/int/upToNineHundredThirty.js +5 -0
  1023. package/module/es5/types/int/upToNineHundredTwenty.d.ts +1 -0
  1024. package/module/es5/types/int/upToNineHundredTwenty.js +5 -0
  1025. package/module/es5/types/int/upToNinety.d.ts +1 -0
  1026. package/module/es5/types/int/upToNinety.js +5 -0
  1027. package/module/es5/types/int/upToNinetyNine.d.ts +1 -0
  1028. package/module/es5/types/int/upToNinetyNine.js +5 -0
  1029. package/module/es5/types/int/upToSevenHundred.d.ts +1 -0
  1030. package/module/es5/types/int/upToSevenHundred.js +5 -0
  1031. package/module/es5/types/int/upToSevenHundredEighty.d.ts +1 -0
  1032. package/module/es5/types/int/upToSevenHundredEighty.js +5 -0
  1033. package/module/es5/types/int/upToSevenHundredFifty.d.ts +1 -0
  1034. package/module/es5/types/int/upToSevenHundredFifty.js +5 -0
  1035. package/module/es5/types/int/upToSevenHundredForty.d.ts +1 -0
  1036. package/module/es5/types/int/upToSevenHundredForty.js +5 -0
  1037. package/module/es5/types/int/upToSevenHundredNinety.d.ts +1 -0
  1038. package/module/es5/types/int/upToSevenHundredNinety.js +5 -0
  1039. package/module/es5/types/int/upToSevenHundredSeventy.d.ts +1 -0
  1040. package/module/es5/types/int/upToSevenHundredSeventy.js +5 -0
  1041. package/module/es5/types/int/upToSevenHundredSixty.d.ts +1 -0
  1042. package/module/es5/types/int/upToSevenHundredSixty.js +5 -0
  1043. package/module/es5/types/int/upToSevenHundredTen.d.ts +1 -0
  1044. package/module/es5/types/int/upToSevenHundredTen.js +5 -0
  1045. package/module/es5/types/int/upToSevenHundredThirty.d.ts +1 -0
  1046. package/module/es5/types/int/upToSevenHundredThirty.js +5 -0
  1047. package/module/es5/types/int/upToSevenHundredTwenty.d.ts +1 -0
  1048. package/module/es5/types/int/upToSevenHundredTwenty.js +5 -0
  1049. package/module/es5/types/int/upToSeventy.d.ts +1 -0
  1050. package/module/es5/types/int/upToSeventy.js +5 -0
  1051. package/module/es5/types/int/upToSixHundred.d.ts +1 -0
  1052. package/module/es5/types/int/upToSixHundred.js +5 -0
  1053. package/module/es5/types/int/upToSixHundredEighty.d.ts +1 -0
  1054. package/module/es5/types/int/upToSixHundredEighty.js +5 -0
  1055. package/module/es5/types/int/upToSixHundredFifty.d.ts +1 -0
  1056. package/module/es5/types/int/upToSixHundredFifty.js +5 -0
  1057. package/module/es5/types/int/upToSixHundredForty.d.ts +1 -0
  1058. package/module/es5/types/int/upToSixHundredForty.js +5 -0
  1059. package/module/es5/types/int/upToSixHundredNinety.d.ts +1 -0
  1060. package/module/es5/types/int/upToSixHundredNinety.js +5 -0
  1061. package/module/es5/types/int/upToSixHundredSeventy.d.ts +1 -0
  1062. package/module/es5/types/int/upToSixHundredSeventy.js +5 -0
  1063. package/module/es5/types/int/upToSixHundredSixty.d.ts +1 -0
  1064. package/module/es5/types/int/upToSixHundredSixty.js +5 -0
  1065. package/module/es5/types/int/upToSixHundredTen.d.ts +1 -0
  1066. package/module/es5/types/int/upToSixHundredTen.js +5 -0
  1067. package/module/es5/types/int/upToSixHundredThirty.d.ts +1 -0
  1068. package/module/es5/types/int/upToSixHundredThirty.js +5 -0
  1069. package/module/es5/types/int/upToSixHundredTwenty.d.ts +1 -0
  1070. package/module/es5/types/int/upToSixHundredTwenty.js +5 -0
  1071. package/module/es5/types/int/upToSixty.d.ts +1 -0
  1072. package/module/es5/types/int/upToSixty.js +5 -0
  1073. package/module/es5/types/int/upToThirty.d.ts +1 -0
  1074. package/module/es5/types/int/upToThirty.js +5 -0
  1075. package/module/es5/types/int/upToThreeHundred.d.ts +1 -0
  1076. package/module/es5/types/int/upToThreeHundred.js +5 -0
  1077. package/module/es5/types/int/upToThreeHundredEighty.d.ts +1 -0
  1078. package/module/es5/types/int/upToThreeHundredEighty.js +5 -0
  1079. package/module/es5/types/int/upToThreeHundredFifty.d.ts +1 -0
  1080. package/module/es5/types/int/upToThreeHundredFifty.js +5 -0
  1081. package/module/es5/types/int/upToThreeHundredForty.d.ts +1 -0
  1082. package/module/es5/types/int/upToThreeHundredForty.js +5 -0
  1083. package/module/es5/types/int/upToThreeHundredNinety.d.ts +1 -0
  1084. package/module/es5/types/int/upToThreeHundredNinety.js +5 -0
  1085. package/module/es5/types/int/upToThreeHundredSeventy.d.ts +1 -0
  1086. package/module/es5/types/int/upToThreeHundredSeventy.js +5 -0
  1087. package/module/es5/types/int/upToThreeHundredSixty.d.ts +1 -0
  1088. package/module/es5/types/int/upToThreeHundredSixty.js +5 -0
  1089. package/module/es5/types/int/upToThreeHundredTen.d.ts +1 -0
  1090. package/module/es5/types/int/upToThreeHundredTen.js +5 -0
  1091. package/module/es5/types/int/upToThreeHundredThirty.d.ts +1 -0
  1092. package/module/es5/types/int/upToThreeHundredThirty.js +5 -0
  1093. package/module/es5/types/int/upToThreeHundredTwenty.d.ts +1 -0
  1094. package/module/es5/types/int/upToThreeHundredTwenty.js +5 -0
  1095. package/module/es5/types/int/upToTwenty.d.ts +1 -0
  1096. package/module/es5/types/int/upToTwenty.js +5 -0
  1097. package/module/es5/types/int/upToTwoHundred.d.ts +1 -0
  1098. package/module/es5/types/int/upToTwoHundred.js +5 -0
  1099. package/module/es5/types/int/upToTwoHundredEighty.d.ts +1 -0
  1100. package/module/es5/types/int/upToTwoHundredEighty.js +5 -0
  1101. package/module/es5/types/int/upToTwoHundredFifty.d.ts +1 -0
  1102. package/module/es5/types/int/upToTwoHundredFifty.js +5 -0
  1103. package/module/es5/types/int/upToTwoHundredForty.d.ts +1 -0
  1104. package/module/es5/types/int/upToTwoHundredForty.js +5 -0
  1105. package/module/es5/types/int/upToTwoHundredNinety.d.ts +1 -0
  1106. package/module/es5/types/int/upToTwoHundredNinety.js +5 -0
  1107. package/module/es5/types/int/upToTwoHundredSeventy.d.ts +1 -0
  1108. package/module/es5/types/int/upToTwoHundredSeventy.js +5 -0
  1109. package/module/es5/types/int/upToTwoHundredSixty.d.ts +1 -0
  1110. package/module/es5/types/int/upToTwoHundredSixty.js +5 -0
  1111. package/module/es5/types/int/upToTwoHundredTen.d.ts +1 -0
  1112. package/module/es5/types/int/upToTwoHundredTen.js +5 -0
  1113. package/module/es5/types/int/upToTwoHundredThirty.d.ts +1 -0
  1114. package/module/es5/types/int/upToTwoHundredThirty.js +5 -0
  1115. package/module/es5/types/int/upToTwoHundredTwenty.d.ts +1 -0
  1116. package/module/es5/types/int/upToTwoHundredTwenty.js +5 -0
  1117. package/module/es5/types/joke/index.d.ts +1 -0
  1118. package/module/es5/types/joke/index.js +16 -0
  1119. package/module/{types/jokeType.d.ts → es5/types/joke/threeStepsForwardTwoStepsBack.d.ts} +3 -1
  1120. package/module/es5/types/joke/threeStepsForwardTwoStepsBack.js +5 -0
  1121. package/module/es5/types/logic/and.d.ts +2 -0
  1122. package/module/es5/types/logic/and.js +5 -0
  1123. package/module/es5/types/logic/arrayReverse.d.ts +1 -0
  1124. package/module/es5/types/logic/arrayReverse.js +5 -0
  1125. package/module/es5/types/logic/arrayToUnion.d.ts +1 -0
  1126. package/module/es5/types/logic/arrayToUnion.js +5 -0
  1127. package/module/es5/types/logic/bGreaterThanA.d.ts +4 -0
  1128. package/module/es5/types/logic/bGreaterThanA.js +5 -0
  1129. package/module/es5/types/logic/binary1bitAnd.d.ts +2 -0
  1130. package/module/es5/types/logic/binary1bitAnd.js +5 -0
  1131. package/module/es5/types/logic/binary1bitNand.d.ts +2 -0
  1132. package/module/es5/types/logic/binary1bitNand.js +5 -0
  1133. package/module/es5/types/logic/binary1bitNor.d.ts +3 -0
  1134. package/module/es5/types/logic/binary1bitNor.js +5 -0
  1135. package/module/es5/types/logic/binary1bitOr.d.ts +2 -0
  1136. package/module/es5/types/logic/binary1bitOr.js +5 -0
  1137. package/module/es5/types/logic/binary1bitXnor.d.ts +2 -0
  1138. package/module/es5/types/logic/binary1bitXnor.js +5 -0
  1139. package/module/es5/types/logic/binary1bitXor.d.ts +2 -0
  1140. package/module/es5/types/logic/binary1bitXor.js +5 -0
  1141. package/module/es5/types/logic/binaryAbs.d.ts +2 -0
  1142. package/module/es5/types/logic/binaryAbs.js +5 -0
  1143. package/module/es5/types/logic/binaryAdd.d.ts +4 -0
  1144. package/module/es5/types/logic/binaryAdd.js +5 -0
  1145. package/module/es5/types/logic/binaryAnd.d.ts +2 -0
  1146. package/module/es5/types/logic/binaryAnd.js +5 -0
  1147. package/module/es5/types/logic/binaryComplement.d.ts +4 -0
  1148. package/module/es5/types/logic/binaryComplement.js +5 -0
  1149. package/module/es5/types/logic/binaryFullAdder.d.ts +9 -0
  1150. package/module/es5/types/logic/binaryFullAdder.js +5 -0
  1151. package/module/es5/types/logic/binaryHalfAdder.d.ts +4 -0
  1152. package/module/es5/types/logic/binaryHalfAdder.js +5 -0
  1153. package/module/es5/types/logic/binaryNComplement.d.ts +7 -0
  1154. package/module/es5/types/logic/binaryNComplement.js +5 -0
  1155. package/module/es5/types/logic/binaryNand.d.ts +2 -0
  1156. package/module/es5/types/logic/binaryNand.js +5 -0
  1157. package/module/es5/types/logic/binaryNor.d.ts +2 -0
  1158. package/module/es5/types/logic/binaryNor.js +5 -0
  1159. package/module/es5/types/logic/binaryNot.d.ts +2 -0
  1160. package/module/es5/types/logic/binaryNot.js +5 -0
  1161. package/module/es5/types/logic/binaryOr.d.ts +2 -0
  1162. package/module/es5/types/logic/binaryOr.js +5 -0
  1163. package/module/es5/types/logic/binaryToDecimal.d.ts +6 -0
  1164. package/module/es5/types/logic/binaryToDecimal.js +5 -0
  1165. package/module/es5/types/logic/binaryToHex.d.ts +5 -0
  1166. package/module/es5/types/logic/binaryToHex.js +5 -0
  1167. package/module/es5/types/logic/binaryXnor.d.ts +2 -0
  1168. package/module/es5/types/logic/binaryXnor.js +5 -0
  1169. package/module/es5/types/logic/binaryXor.d.ts +2 -0
  1170. package/module/es5/types/logic/binaryXor.js +5 -0
  1171. package/module/es5/types/logic/capitalize.d.ts +1 -0
  1172. package/module/es5/types/logic/capitalize.js +5 -0
  1173. package/module/es5/types/logic/decimal1byteTobinary.d.ts +1 -0
  1174. package/module/es5/types/logic/decimal1byteTobinary.js +5 -0
  1175. package/module/es5/types/logic/decimal4bitToHex.d.ts +1 -0
  1176. package/module/es5/types/logic/decimal4bitToHex.js +5 -0
  1177. package/module/es5/types/logic/decimal4bitTobinary.d.ts +1 -0
  1178. package/module/es5/types/logic/decimal4bitTobinary.js +5 -0
  1179. package/module/es5/types/logic/equal.d.ts +1 -0
  1180. package/module/es5/types/logic/equal.js +5 -0
  1181. package/module/es5/types/logic/first.d.ts +1 -0
  1182. package/module/es5/types/logic/first.js +5 -0
  1183. package/module/es5/types/logic/first8Chars.d.ts +11 -0
  1184. package/module/es5/types/logic/first8Chars.js +5 -0
  1185. package/module/es5/types/logic/firstNChars.d.ts +1 -0
  1186. package/module/es5/types/logic/firstNChars.js +5 -0
  1187. package/module/es5/types/logic/hex4bitToDecimal.d.ts +1 -0
  1188. package/module/es5/types/logic/hex4bitToDecimal.js +5 -0
  1189. package/module/es5/types/logic/hexToBinary.d.ts +5 -0
  1190. package/module/es5/types/logic/hexToBinary.js +5 -0
  1191. package/module/es5/types/logic/if.d.ts +1 -0
  1192. package/module/es5/types/logic/if.js +5 -0
  1193. package/module/es5/types/logic/imply.d.ts +3 -0
  1194. package/module/es5/types/logic/imply.js +5 -0
  1195. package/module/es5/types/logic/index.d.ts +59 -0
  1196. package/module/es5/types/logic/index.js +654 -0
  1197. package/module/es5/types/logic/isAny.d.ts +1 -0
  1198. package/module/es5/types/logic/isAny.js +5 -0
  1199. package/module/es5/types/logic/isBoolean.d.ts +1 -0
  1200. package/module/es5/types/logic/isBoolean.js +5 -0
  1201. package/module/es5/types/logic/isFloat.d.ts +1 -0
  1202. package/module/es5/types/logic/isFloat.js +5 -0
  1203. package/module/es5/types/logic/length.d.ts +3 -0
  1204. package/module/es5/types/logic/length.js +5 -0
  1205. package/module/es5/types/logic/lengthOfString.d.ts +2 -0
  1206. package/module/es5/types/logic/lengthOfString.js +5 -0
  1207. package/module/es5/types/logic/nand.d.ts +3 -0
  1208. package/module/es5/types/logic/nand.js +5 -0
  1209. package/module/es5/types/logic/nor.d.ts +3 -0
  1210. package/module/es5/types/logic/nor.js +5 -0
  1211. package/module/es5/types/logic/not.d.ts +2 -0
  1212. package/module/es5/types/logic/not.js +5 -0
  1213. package/module/es5/types/logic/or.d.ts +2 -0
  1214. package/module/es5/types/logic/or.js +5 -0
  1215. package/module/es5/types/logic/pop.d.ts +1 -0
  1216. package/module/es5/types/logic/pop.js +5 -0
  1217. package/module/es5/types/logic/popString.d.ts +1 -0
  1218. package/module/es5/types/logic/popString.js +5 -0
  1219. package/module/es5/types/logic/shift.d.ts +1 -0
  1220. package/module/es5/types/logic/shift.js +5 -0
  1221. package/module/es5/types/logic/shiftString.d.ts +1 -0
  1222. package/module/es5/types/logic/shiftString.js +5 -0
  1223. package/module/es5/types/logic/slice.d.ts +2 -0
  1224. package/module/es5/types/logic/slice.js +5 -0
  1225. package/module/es5/types/logic/stringReverse.d.ts +1 -0
  1226. package/module/es5/types/logic/stringReverse.js +5 -0
  1227. package/module/es5/types/logic/stringToArray.d.ts +1 -0
  1228. package/module/es5/types/logic/stringToArray.js +5 -0
  1229. package/module/es5/types/logic/stringToUnion.d.ts +1 -0
  1230. package/module/es5/types/logic/stringToUnion.js +5 -0
  1231. package/module/es5/types/logic/toNumber.d.ts +1 -0
  1232. package/module/es5/types/logic/toNumber.js +5 -0
  1233. package/module/es5/types/logic/xnor.d.ts +3 -0
  1234. package/module/es5/types/logic/xnor.js +5 -0
  1235. package/module/es5/types/logic/xor.d.ts +2 -0
  1236. package/module/es5/types/logic/xor.js +5 -0
  1237. package/module/es5/types/logic/zeroAorB.d.ts +2 -0
  1238. package/module/es5/types/logic/zeroAorB.js +5 -0
  1239. package/module/es5/types/logic/zeroString.d.ts +2 -0
  1240. package/module/es5/types/logic/zeroString.js +5 -0
  1241. package/module/es5/types/math/add.d.ts +4 -0
  1242. package/module/es5/types/math/add.js +5 -0
  1243. package/module/es5/types/math/divide.d.ts +6 -0
  1244. package/module/es5/types/math/divide.js +5 -0
  1245. package/module/es5/types/math/index.d.ts +6 -0
  1246. package/module/es5/types/math/index.js +71 -0
  1247. package/module/es5/types/math/modulo.d.ts +3 -0
  1248. package/module/es5/types/math/modulo.js +5 -0
  1249. package/module/es5/types/math/multiply.d.ts +5 -0
  1250. package/module/es5/types/math/multiply.js +5 -0
  1251. package/module/es5/types/math/numberToArray.d.ts +1 -0
  1252. package/module/es5/types/math/numberToArray.js +5 -0
  1253. package/module/es5/types/math/subtract.d.ts +4 -0
  1254. package/module/es5/types/math/subtract.js +5 -0
  1255. package/module/es5/types/object/index.d.ts +1 -0
  1256. package/module/es5/types/object/index.js +16 -0
  1257. package/module/es5/types/object/pickDeep.d.ts +1 -0
  1258. package/module/es5/types/object/pickDeep.js +5 -0
  1259. package/module/es5/types/object/pickDeepKey.d.ts +1 -0
  1260. package/module/es5/types/object/pickDeepKey.js +5 -0
  1261. package/module/es5/types/time/index.d.ts +1 -0
  1262. package/module/es5/types/time/index.js +16 -0
  1263. package/module/es5/types/time/timeUnit.d.ts +4 -0
  1264. package/module/es5/types/time/timeUnit.js +5 -0
  1265. package/module/es5/types/ua/index.d.ts +4 -0
  1266. package/module/es5/types/ua/index.js +49 -0
  1267. package/module/es5/types/ua/simplifiedUserAgentInfo.d.ts +8 -0
  1268. package/module/es5/types/ua/simplifiedUserAgentInfo.js +5 -0
  1269. package/module/es5/types/ua/simplifiedUserAgentInfoBrowser.d.ts +1 -0
  1270. package/module/es5/types/ua/simplifiedUserAgentInfoBrowser.js +5 -0
  1271. package/module/es5/types/ua/simplifiedUserAgentInfoDevice.d.ts +1 -0
  1272. package/module/es5/types/ua/simplifiedUserAgentInfoDevice.js +5 -0
  1273. package/module/es5/types/ua/simplifiedUserAgentInfoOs.d.ts +1 -0
  1274. package/module/es5/types/ua/simplifiedUserAgentInfoOs.js +5 -0
  1275. package/module/index.d.ts +2 -0
  1276. package/module/index.js +2 -0
  1277. package/module/index.js.map +1 -1
  1278. package/module/types/array/chunk.d.ts +4 -0
  1279. package/module/types/array/chunk.js +2 -0
  1280. package/module/types/array/chunk.js.map +1 -0
  1281. package/module/types/array/index.d.ts +2 -0
  1282. package/module/types/array/index.js +3 -0
  1283. package/module/types/array/index.js.map +1 -0
  1284. package/module/types/array/zip.d.ts +3 -0
  1285. package/module/types/array/zip.js +2 -0
  1286. package/module/types/array/zip.js.map +1 -0
  1287. package/module/types/clock/hoursAm.d.ts +2 -0
  1288. package/module/types/clock/hoursAm.js +2 -0
  1289. package/module/types/clock/hoursAm.js.map +1 -0
  1290. package/module/types/clock/hoursAmInt.d.ts +2 -0
  1291. package/module/types/clock/hoursAmInt.js +2 -0
  1292. package/module/types/clock/hoursAmInt.js.map +1 -0
  1293. package/module/types/clock/hoursPm.d.ts +2 -0
  1294. package/module/types/clock/hoursPm.js +2 -0
  1295. package/module/types/clock/hoursPm.js.map +1 -0
  1296. package/module/types/clock/hoursPmInt.d.ts +1 -0
  1297. package/module/types/clock/hoursPmInt.js +2 -0
  1298. package/module/types/clock/hoursPmInt.js.map +1 -0
  1299. package/module/types/clock/hoursType.d.ts +3 -0
  1300. package/module/types/clock/hoursType.js +2 -0
  1301. package/module/types/clock/hoursType.js.map +1 -0
  1302. package/module/types/clock/hoursTypeInt.d.ts +3 -0
  1303. package/module/types/clock/hoursTypeInt.js +2 -0
  1304. package/module/types/clock/hoursTypeInt.js.map +1 -0
  1305. package/module/types/clock/index.d.ts +12 -0
  1306. package/module/types/clock/index.js +13 -0
  1307. package/module/types/clock/index.js.map +1 -0
  1308. package/module/types/clock/millisecondsType.d.ts +4 -0
  1309. package/module/types/clock/millisecondsType.js +2 -0
  1310. package/module/types/clock/millisecondsType.js.map +1 -0
  1311. package/module/types/clock/millisecondsTypeInt.d.ts +4 -0
  1312. package/module/types/clock/millisecondsTypeInt.js +2 -0
  1313. package/module/types/clock/millisecondsTypeInt.js.map +1 -0
  1314. package/module/types/clock/minutesType.d.ts +7 -0
  1315. package/module/types/clock/minutesType.js +2 -0
  1316. package/module/types/clock/minutesType.js.map +1 -0
  1317. package/module/types/clock/minutesTypeInt.d.ts +7 -0
  1318. package/module/types/clock/minutesTypeInt.js +2 -0
  1319. package/module/types/clock/minutesTypeInt.js.map +1 -0
  1320. package/module/types/clock/secondsType.d.ts +2 -0
  1321. package/module/types/clock/secondsType.js +2 -0
  1322. package/module/types/clock/secondsType.js.map +1 -0
  1323. package/module/types/clock/secondsTypeInt.d.ts +2 -0
  1324. package/module/types/clock/secondsTypeInt.js +2 -0
  1325. package/module/types/clock/secondsTypeInt.js.map +1 -0
  1326. package/module/types/date/convertMonTypeNoZero.d.ts +1 -0
  1327. package/module/types/date/convertMonTypeNoZero.js +2 -0
  1328. package/module/types/date/convertMonTypeNoZero.js.map +1 -0
  1329. package/module/types/date/convertMonTypeZero.d.ts +1 -0
  1330. package/module/types/date/convertMonTypeZero.js +2 -0
  1331. package/module/types/date/convertMonTypeZero.js.map +1 -0
  1332. package/module/types/date/dateType.d.ts +6 -0
  1333. package/module/types/{dateType.js.map → date/dateType.js.map} +1 -1
  1334. package/module/types/date/dayType.d.ts +2 -0
  1335. package/module/types/date/dayType.js +2 -0
  1336. package/module/types/date/dayType.js.map +1 -0
  1337. package/module/types/date/dayTypeInt.d.ts +2 -0
  1338. package/module/types/date/dayTypeInt.js +2 -0
  1339. package/module/types/date/dayTypeInt.js.map +1 -0
  1340. package/module/types/date/index.d.ts +13 -0
  1341. package/module/types/date/index.js +14 -0
  1342. package/module/types/date/index.js.map +1 -0
  1343. package/module/types/date/monType.d.ts +3 -0
  1344. package/module/types/date/monType.js +2 -0
  1345. package/module/types/date/monType.js.map +1 -0
  1346. package/module/types/date/monTypeInt.d.ts +1 -0
  1347. package/module/types/date/monTypeInt.js +2 -0
  1348. package/module/types/date/monTypeInt.js.map +1 -0
  1349. package/module/types/date/monTypeNoZero.d.ts +1 -0
  1350. package/module/types/date/monTypeNoZero.js +2 -0
  1351. package/module/types/date/monTypeNoZero.js.map +1 -0
  1352. package/module/types/date/monTypeZero.d.ts +1 -0
  1353. package/module/types/date/monTypeZero.js +2 -0
  1354. package/module/types/date/monTypeZero.js.map +1 -0
  1355. package/module/types/date/monthsWith31Days.d.ts +2 -0
  1356. package/module/types/date/monthsWith31Days.js +2 -0
  1357. package/module/types/date/monthsWith31Days.js.map +1 -0
  1358. package/module/types/date/monthsWith31DaysInt.d.ts +1 -0
  1359. package/module/types/date/monthsWith31DaysInt.js +2 -0
  1360. package/module/types/date/monthsWith31DaysInt.js.map +1 -0
  1361. package/module/types/date/monthsWithout31Days.d.ts +2 -0
  1362. package/module/types/date/monthsWithout31Days.js +2 -0
  1363. package/module/types/date/monthsWithout31Days.js.map +1 -0
  1364. package/module/types/date/monthsWithout31DaysInt.d.ts +1 -0
  1365. package/module/types/date/monthsWithout31DaysInt.js +2 -0
  1366. package/module/types/date/monthsWithout31DaysInt.js.map +1 -0
  1367. package/module/types/index.d.ts +9 -6
  1368. package/module/types/index.js +9 -6
  1369. package/module/types/index.js.map +1 -1
  1370. package/module/types/int/doubleDigit.d.ts +2 -0
  1371. package/module/types/int/doubleDigit.js +2 -0
  1372. package/module/types/int/doubleDigit.js.map +1 -0
  1373. package/module/types/int/doubleDigitInt.d.ts +10 -0
  1374. package/module/types/int/doubleDigitInt.js +2 -0
  1375. package/module/types/int/doubleDigitInt.js.map +1 -0
  1376. package/module/types/int/fourDigit.d.ts +3 -0
  1377. package/module/types/int/fourDigit.js +2 -0
  1378. package/module/types/int/fourDigit.js.map +1 -0
  1379. package/module/types/int/index.d.ts +108 -0
  1380. package/module/types/int/index.js +109 -0
  1381. package/module/types/int/index.js.map +1 -0
  1382. package/module/types/int/int.d.ts +3 -0
  1383. package/module/types/int/int.js.map +1 -0
  1384. package/module/types/int/intEven.d.ts +1 -0
  1385. package/module/types/int/intEven.js +2 -0
  1386. package/module/types/int/intEven.js.map +1 -0
  1387. package/module/types/int/intOdd.d.ts +1 -0
  1388. package/module/types/int/intOdd.js +2 -0
  1389. package/module/types/int/intOdd.js.map +1 -0
  1390. package/module/types/int/intWithoutZero.d.ts +3 -0
  1391. package/module/types/int/intWithoutZero.js +2 -0
  1392. package/module/types/int/intWithoutZero.js.map +1 -0
  1393. package/module/types/int/tripleDigit.d.ts +2 -0
  1394. package/module/types/int/tripleDigit.js +2 -0
  1395. package/module/types/int/tripleDigit.js.map +1 -0
  1396. package/module/types/int/tripleDigitInt.d.ts +91 -0
  1397. package/module/types/int/tripleDigitInt.js +2 -0
  1398. package/module/types/int/tripleDigitInt.js.map +1 -0
  1399. package/module/types/int/upToEightHundred.d.ts +1 -0
  1400. package/module/types/int/upToEightHundred.js +2 -0
  1401. package/module/types/int/upToEightHundred.js.map +1 -0
  1402. package/module/types/int/upToEightHundredEighty.d.ts +1 -0
  1403. package/module/types/int/upToEightHundredEighty.js +2 -0
  1404. package/module/types/int/upToEightHundredEighty.js.map +1 -0
  1405. package/module/types/int/upToEightHundredFifty.d.ts +1 -0
  1406. package/module/types/int/upToEightHundredFifty.js +2 -0
  1407. package/module/types/int/upToEightHundredFifty.js.map +1 -0
  1408. package/module/types/int/upToEightHundredForty.d.ts +1 -0
  1409. package/module/types/int/upToEightHundredForty.js +2 -0
  1410. package/module/types/int/upToEightHundredForty.js.map +1 -0
  1411. package/module/types/int/upToEightHundredNinety.d.ts +1 -0
  1412. package/module/types/int/upToEightHundredNinety.js +2 -0
  1413. package/module/types/int/upToEightHundredNinety.js.map +1 -0
  1414. package/module/types/int/upToEightHundredSeventy.d.ts +1 -0
  1415. package/module/types/int/upToEightHundredSeventy.js +2 -0
  1416. package/module/types/int/upToEightHundredSeventy.js.map +1 -0
  1417. package/module/types/int/upToEightHundredSixty.d.ts +1 -0
  1418. package/module/types/int/upToEightHundredSixty.js +2 -0
  1419. package/module/types/int/upToEightHundredSixty.js.map +1 -0
  1420. package/module/types/int/upToEightHundredTen.d.ts +1 -0
  1421. package/module/types/int/upToEightHundredTen.js +2 -0
  1422. package/module/types/int/upToEightHundredTen.js.map +1 -0
  1423. package/module/types/int/upToEightHundredThirty.d.ts +1 -0
  1424. package/module/types/int/upToEightHundredThirty.js +2 -0
  1425. package/module/types/int/upToEightHundredThirty.js.map +1 -0
  1426. package/module/types/int/upToEightHundredTwenty.d.ts +1 -0
  1427. package/module/types/int/upToEightHundredTwenty.js +2 -0
  1428. package/module/types/int/upToEightHundredTwenty.js.map +1 -0
  1429. package/module/types/int/upToEighty.d.ts +1 -0
  1430. package/module/types/int/upToEighty.js +2 -0
  1431. package/module/types/int/upToEighty.js.map +1 -0
  1432. package/module/types/int/upToFifty.d.ts +1 -0
  1433. package/module/types/int/upToFifty.js +2 -0
  1434. package/module/types/int/upToFifty.js.map +1 -0
  1435. package/module/types/int/upToFiveHundred.d.ts +1 -0
  1436. package/module/types/int/upToFiveHundred.js +2 -0
  1437. package/module/types/int/upToFiveHundred.js.map +1 -0
  1438. package/module/types/int/upToFiveHundredEighty.d.ts +1 -0
  1439. package/module/types/int/upToFiveHundredEighty.js +2 -0
  1440. package/module/types/int/upToFiveHundredEighty.js.map +1 -0
  1441. package/module/types/int/upToFiveHundredFifty.d.ts +1 -0
  1442. package/module/types/int/upToFiveHundredFifty.js +2 -0
  1443. package/module/types/int/upToFiveHundredFifty.js.map +1 -0
  1444. package/module/types/int/upToFiveHundredForty.d.ts +1 -0
  1445. package/module/types/int/upToFiveHundredForty.js +2 -0
  1446. package/module/types/int/upToFiveHundredForty.js.map +1 -0
  1447. package/module/types/int/upToFiveHundredNinety.d.ts +1 -0
  1448. package/module/types/int/upToFiveHundredNinety.js +2 -0
  1449. package/module/types/int/upToFiveHundredNinety.js.map +1 -0
  1450. package/module/types/int/upToFiveHundredSeventy.d.ts +1 -0
  1451. package/module/types/int/upToFiveHundredSeventy.js +2 -0
  1452. package/module/types/int/upToFiveHundredSeventy.js.map +1 -0
  1453. package/module/types/int/upToFiveHundredSixty.d.ts +1 -0
  1454. package/module/types/int/upToFiveHundredSixty.js +2 -0
  1455. package/module/types/int/upToFiveHundredSixty.js.map +1 -0
  1456. package/module/types/int/upToFiveHundredTen.d.ts +1 -0
  1457. package/module/types/int/upToFiveHundredTen.js +2 -0
  1458. package/module/types/int/upToFiveHundredTen.js.map +1 -0
  1459. package/module/types/int/upToFiveHundredThirty.d.ts +1 -0
  1460. package/module/types/int/upToFiveHundredThirty.js +2 -0
  1461. package/module/types/int/upToFiveHundredThirty.js.map +1 -0
  1462. package/module/types/int/upToFiveHundredTwenty.d.ts +1 -0
  1463. package/module/types/int/upToFiveHundredTwenty.js +2 -0
  1464. package/module/types/int/upToFiveHundredTwenty.js.map +1 -0
  1465. package/module/types/int/upToForty.d.ts +1 -0
  1466. package/module/types/int/upToForty.js +2 -0
  1467. package/module/types/int/upToForty.js.map +1 -0
  1468. package/module/types/int/upToFourHundred.d.ts +1 -0
  1469. package/module/types/int/upToFourHundred.js +2 -0
  1470. package/module/types/int/upToFourHundred.js.map +1 -0
  1471. package/module/types/int/upToFourHundredEighty.d.ts +1 -0
  1472. package/module/types/int/upToFourHundredEighty.js +2 -0
  1473. package/module/types/int/upToFourHundredEighty.js.map +1 -0
  1474. package/module/types/int/upToFourHundredFifty.d.ts +1 -0
  1475. package/module/types/int/upToFourHundredFifty.js +2 -0
  1476. package/module/types/int/upToFourHundredFifty.js.map +1 -0
  1477. package/module/types/int/upToFourHundredForty.d.ts +1 -0
  1478. package/module/types/int/upToFourHundredForty.js +2 -0
  1479. package/module/types/int/upToFourHundredForty.js.map +1 -0
  1480. package/module/types/int/upToFourHundredNinety.d.ts +1 -0
  1481. package/module/types/int/upToFourHundredNinety.js +2 -0
  1482. package/module/types/int/upToFourHundredNinety.js.map +1 -0
  1483. package/module/types/int/upToFourHundredSeventy.d.ts +1 -0
  1484. package/module/types/int/upToFourHundredSeventy.js +2 -0
  1485. package/module/types/int/upToFourHundredSeventy.js.map +1 -0
  1486. package/module/types/int/upToFourHundredSixty.d.ts +1 -0
  1487. package/module/types/int/upToFourHundredSixty.js +2 -0
  1488. package/module/types/int/upToFourHundredSixty.js.map +1 -0
  1489. package/module/types/int/upToFourHundredTen.d.ts +1 -0
  1490. package/module/types/int/upToFourHundredTen.js +2 -0
  1491. package/module/types/int/upToFourHundredTen.js.map +1 -0
  1492. package/module/types/int/upToFourHundredThirty.d.ts +1 -0
  1493. package/module/types/int/upToFourHundredThirty.js +2 -0
  1494. package/module/types/int/upToFourHundredThirty.js.map +1 -0
  1495. package/module/types/int/upToFourHundredTwenty.d.ts +1 -0
  1496. package/module/types/int/upToFourHundredTwenty.js +2 -0
  1497. package/module/types/int/upToFourHundredTwenty.js.map +1 -0
  1498. package/module/types/int/upToHundredEighty.d.ts +1 -0
  1499. package/module/types/int/upToHundredEighty.js +2 -0
  1500. package/module/types/int/upToHundredEighty.js.map +1 -0
  1501. package/module/types/int/upToHundredFifty.d.ts +1 -0
  1502. package/module/types/int/upToHundredFifty.js +2 -0
  1503. package/module/types/int/upToHundredFifty.js.map +1 -0
  1504. package/module/types/int/upToHundredForty.d.ts +1 -0
  1505. package/module/types/int/upToHundredForty.js +2 -0
  1506. package/module/types/int/upToHundredForty.js.map +1 -0
  1507. package/module/types/int/upToHundredNinety.d.ts +1 -0
  1508. package/module/types/int/upToHundredNinety.js +2 -0
  1509. package/module/types/int/upToHundredNinety.js.map +1 -0
  1510. package/module/types/int/upToHundredSeventy.d.ts +1 -0
  1511. package/module/types/int/upToHundredSeventy.js +2 -0
  1512. package/module/types/int/upToHundredSeventy.js.map +1 -0
  1513. package/module/types/int/upToHundredSixty.d.ts +1 -0
  1514. package/module/types/int/upToHundredSixty.js +2 -0
  1515. package/module/types/int/upToHundredSixty.js.map +1 -0
  1516. package/module/types/int/upToHundredTen.d.ts +1 -0
  1517. package/module/types/int/upToHundredTen.js +2 -0
  1518. package/module/types/int/upToHundredTen.js.map +1 -0
  1519. package/module/types/int/upToHundredThirty.d.ts +1 -0
  1520. package/module/types/int/upToHundredThirty.js +2 -0
  1521. package/module/types/int/upToHundredThirty.js.map +1 -0
  1522. package/module/types/int/upToHundredTwenty.d.ts +1 -0
  1523. package/module/types/int/upToHundredTwenty.js +2 -0
  1524. package/module/types/int/upToHundredTwenty.js.map +1 -0
  1525. package/module/types/int/upToNineHundred.d.ts +1 -0
  1526. package/module/types/int/upToNineHundred.js +2 -0
  1527. package/module/types/int/upToNineHundred.js.map +1 -0
  1528. package/module/types/int/upToNineHundredEighty.d.ts +1 -0
  1529. package/module/types/int/upToNineHundredEighty.js +2 -0
  1530. package/module/types/int/upToNineHundredEighty.js.map +1 -0
  1531. package/module/types/int/upToNineHundredFifty.d.ts +1 -0
  1532. package/module/types/int/upToNineHundredFifty.js +2 -0
  1533. package/module/types/int/upToNineHundredFifty.js.map +1 -0
  1534. package/module/types/int/upToNineHundredForty.d.ts +1 -0
  1535. package/module/types/int/upToNineHundredForty.js +2 -0
  1536. package/module/types/int/upToNineHundredForty.js.map +1 -0
  1537. package/module/types/int/upToNineHundredNinety.d.ts +1 -0
  1538. package/module/types/int/upToNineHundredNinety.js +2 -0
  1539. package/module/types/int/upToNineHundredNinety.js.map +1 -0
  1540. package/module/types/int/upToNineHundredNinetyNine.d.ts +1 -0
  1541. package/module/types/int/upToNineHundredNinetyNine.js +2 -0
  1542. package/module/types/int/upToNineHundredNinetyNine.js.map +1 -0
  1543. package/module/types/int/upToNineHundredSeventy.d.ts +1 -0
  1544. package/module/types/int/upToNineHundredSeventy.js +2 -0
  1545. package/module/types/int/upToNineHundredSeventy.js.map +1 -0
  1546. package/module/types/int/upToNineHundredSixty.d.ts +1 -0
  1547. package/module/types/int/upToNineHundredSixty.js +2 -0
  1548. package/module/types/int/upToNineHundredSixty.js.map +1 -0
  1549. package/module/types/int/upToNineHundredTen.d.ts +1 -0
  1550. package/module/types/int/upToNineHundredTen.js +2 -0
  1551. package/module/types/int/upToNineHundredTen.js.map +1 -0
  1552. package/module/types/int/upToNineHundredThirty.d.ts +1 -0
  1553. package/module/types/int/upToNineHundredThirty.js +2 -0
  1554. package/module/types/int/upToNineHundredThirty.js.map +1 -0
  1555. package/module/types/int/upToNineHundredTwenty.d.ts +1 -0
  1556. package/module/types/int/upToNineHundredTwenty.js +2 -0
  1557. package/module/types/int/upToNineHundredTwenty.js.map +1 -0
  1558. package/module/types/int/upToNinety.d.ts +1 -0
  1559. package/module/types/int/upToNinety.js +2 -0
  1560. package/module/types/int/upToNinety.js.map +1 -0
  1561. package/module/types/int/upToNinetyNine.d.ts +1 -0
  1562. package/module/types/int/upToNinetyNine.js +2 -0
  1563. package/module/types/int/upToNinetyNine.js.map +1 -0
  1564. package/module/types/int/upToSevenHundred.d.ts +1 -0
  1565. package/module/types/int/upToSevenHundred.js +2 -0
  1566. package/module/types/int/upToSevenHundred.js.map +1 -0
  1567. package/module/types/int/upToSevenHundredEighty.d.ts +1 -0
  1568. package/module/types/int/upToSevenHundredEighty.js +2 -0
  1569. package/module/types/int/upToSevenHundredEighty.js.map +1 -0
  1570. package/module/types/int/upToSevenHundredFifty.d.ts +1 -0
  1571. package/module/types/int/upToSevenHundredFifty.js +2 -0
  1572. package/module/types/int/upToSevenHundredFifty.js.map +1 -0
  1573. package/module/types/int/upToSevenHundredForty.d.ts +1 -0
  1574. package/module/types/int/upToSevenHundredForty.js +2 -0
  1575. package/module/types/int/upToSevenHundredForty.js.map +1 -0
  1576. package/module/types/int/upToSevenHundredNinety.d.ts +1 -0
  1577. package/module/types/int/upToSevenHundredNinety.js +2 -0
  1578. package/module/types/int/upToSevenHundredNinety.js.map +1 -0
  1579. package/module/types/int/upToSevenHundredSeventy.d.ts +1 -0
  1580. package/module/types/int/upToSevenHundredSeventy.js +2 -0
  1581. package/module/types/int/upToSevenHundredSeventy.js.map +1 -0
  1582. package/module/types/int/upToSevenHundredSixty.d.ts +1 -0
  1583. package/module/types/int/upToSevenHundredSixty.js +2 -0
  1584. package/module/types/int/upToSevenHundredSixty.js.map +1 -0
  1585. package/module/types/int/upToSevenHundredTen.d.ts +1 -0
  1586. package/module/types/int/upToSevenHundredTen.js +2 -0
  1587. package/module/types/int/upToSevenHundredTen.js.map +1 -0
  1588. package/module/types/int/upToSevenHundredThirty.d.ts +1 -0
  1589. package/module/types/int/upToSevenHundredThirty.js +2 -0
  1590. package/module/types/int/upToSevenHundredThirty.js.map +1 -0
  1591. package/module/types/int/upToSevenHundredTwenty.d.ts +1 -0
  1592. package/module/types/int/upToSevenHundredTwenty.js +2 -0
  1593. package/module/types/int/upToSevenHundredTwenty.js.map +1 -0
  1594. package/module/types/int/upToSeventy.d.ts +1 -0
  1595. package/module/types/int/upToSeventy.js +2 -0
  1596. package/module/types/int/upToSeventy.js.map +1 -0
  1597. package/module/types/int/upToSixHundred.d.ts +1 -0
  1598. package/module/types/int/upToSixHundred.js +2 -0
  1599. package/module/types/int/upToSixHundred.js.map +1 -0
  1600. package/module/types/int/upToSixHundredEighty.d.ts +1 -0
  1601. package/module/types/int/upToSixHundredEighty.js +2 -0
  1602. package/module/types/int/upToSixHundredEighty.js.map +1 -0
  1603. package/module/types/int/upToSixHundredFifty.d.ts +1 -0
  1604. package/module/types/int/upToSixHundredFifty.js +2 -0
  1605. package/module/types/int/upToSixHundredFifty.js.map +1 -0
  1606. package/module/types/int/upToSixHundredForty.d.ts +1 -0
  1607. package/module/types/int/upToSixHundredForty.js +2 -0
  1608. package/module/types/int/upToSixHundredForty.js.map +1 -0
  1609. package/module/types/int/upToSixHundredNinety.d.ts +1 -0
  1610. package/module/types/int/upToSixHundredNinety.js +2 -0
  1611. package/module/types/int/upToSixHundredNinety.js.map +1 -0
  1612. package/module/types/int/upToSixHundredSeventy.d.ts +1 -0
  1613. package/module/types/int/upToSixHundredSeventy.js +2 -0
  1614. package/module/types/int/upToSixHundredSeventy.js.map +1 -0
  1615. package/module/types/int/upToSixHundredSixty.d.ts +1 -0
  1616. package/module/types/int/upToSixHundredSixty.js +2 -0
  1617. package/module/types/int/upToSixHundredSixty.js.map +1 -0
  1618. package/module/types/int/upToSixHundredTen.d.ts +1 -0
  1619. package/module/types/int/upToSixHundredTen.js +2 -0
  1620. package/module/types/int/upToSixHundredTen.js.map +1 -0
  1621. package/module/types/int/upToSixHundredThirty.d.ts +1 -0
  1622. package/module/types/int/upToSixHundredThirty.js +2 -0
  1623. package/module/types/int/upToSixHundredThirty.js.map +1 -0
  1624. package/module/types/int/upToSixHundredTwenty.d.ts +1 -0
  1625. package/module/types/int/upToSixHundredTwenty.js +2 -0
  1626. package/module/types/int/upToSixHundredTwenty.js.map +1 -0
  1627. package/module/types/int/upToSixty.d.ts +1 -0
  1628. package/module/types/int/upToSixty.js +2 -0
  1629. package/module/types/int/upToSixty.js.map +1 -0
  1630. package/module/types/int/upToThirty.d.ts +1 -0
  1631. package/module/types/int/upToThirty.js +2 -0
  1632. package/module/types/int/upToThirty.js.map +1 -0
  1633. package/module/types/int/upToThreeHundred.d.ts +1 -0
  1634. package/module/types/int/upToThreeHundred.js +2 -0
  1635. package/module/types/int/upToThreeHundred.js.map +1 -0
  1636. package/module/types/int/upToThreeHundredEighty.d.ts +1 -0
  1637. package/module/types/int/upToThreeHundredEighty.js +2 -0
  1638. package/module/types/int/upToThreeHundredEighty.js.map +1 -0
  1639. package/module/types/int/upToThreeHundredFifty.d.ts +1 -0
  1640. package/module/types/int/upToThreeHundredFifty.js +2 -0
  1641. package/module/types/int/upToThreeHundredFifty.js.map +1 -0
  1642. package/module/types/int/upToThreeHundredForty.d.ts +1 -0
  1643. package/module/types/int/upToThreeHundredForty.js +2 -0
  1644. package/module/types/int/upToThreeHundredForty.js.map +1 -0
  1645. package/module/types/int/upToThreeHundredNinety.d.ts +1 -0
  1646. package/module/types/int/upToThreeHundredNinety.js +2 -0
  1647. package/module/types/int/upToThreeHundredNinety.js.map +1 -0
  1648. package/module/types/int/upToThreeHundredSeventy.d.ts +1 -0
  1649. package/module/types/int/upToThreeHundredSeventy.js +2 -0
  1650. package/module/types/int/upToThreeHundredSeventy.js.map +1 -0
  1651. package/module/types/int/upToThreeHundredSixty.d.ts +1 -0
  1652. package/module/types/int/upToThreeHundredSixty.js +2 -0
  1653. package/module/types/int/upToThreeHundredSixty.js.map +1 -0
  1654. package/module/types/int/upToThreeHundredTen.d.ts +1 -0
  1655. package/module/types/int/upToThreeHundredTen.js +2 -0
  1656. package/module/types/int/upToThreeHundredTen.js.map +1 -0
  1657. package/module/types/int/upToThreeHundredThirty.d.ts +1 -0
  1658. package/module/types/int/upToThreeHundredThirty.js +2 -0
  1659. package/module/types/int/upToThreeHundredThirty.js.map +1 -0
  1660. package/module/types/int/upToThreeHundredTwenty.d.ts +1 -0
  1661. package/module/types/int/upToThreeHundredTwenty.js +2 -0
  1662. package/module/types/int/upToThreeHundredTwenty.js.map +1 -0
  1663. package/module/types/int/upToTwenty.d.ts +1 -0
  1664. package/module/types/int/upToTwenty.js +2 -0
  1665. package/module/types/int/upToTwenty.js.map +1 -0
  1666. package/module/types/int/upToTwoHundred.d.ts +1 -0
  1667. package/module/types/int/upToTwoHundred.js +2 -0
  1668. package/module/types/int/upToTwoHundred.js.map +1 -0
  1669. package/module/types/int/upToTwoHundredEighty.d.ts +1 -0
  1670. package/module/types/int/upToTwoHundredEighty.js +2 -0
  1671. package/module/types/int/upToTwoHundredEighty.js.map +1 -0
  1672. package/module/types/int/upToTwoHundredFifty.d.ts +1 -0
  1673. package/module/types/int/upToTwoHundredFifty.js +2 -0
  1674. package/module/types/int/upToTwoHundredFifty.js.map +1 -0
  1675. package/module/types/int/upToTwoHundredForty.d.ts +1 -0
  1676. package/module/types/int/upToTwoHundredForty.js +2 -0
  1677. package/module/types/int/upToTwoHundredForty.js.map +1 -0
  1678. package/module/types/int/upToTwoHundredNinety.d.ts +1 -0
  1679. package/module/types/int/upToTwoHundredNinety.js +2 -0
  1680. package/module/types/int/upToTwoHundredNinety.js.map +1 -0
  1681. package/module/types/int/upToTwoHundredSeventy.d.ts +1 -0
  1682. package/module/types/int/upToTwoHundredSeventy.js +2 -0
  1683. package/module/types/int/upToTwoHundredSeventy.js.map +1 -0
  1684. package/module/types/int/upToTwoHundredSixty.d.ts +1 -0
  1685. package/module/types/int/upToTwoHundredSixty.js +2 -0
  1686. package/module/types/int/upToTwoHundredSixty.js.map +1 -0
  1687. package/module/types/int/upToTwoHundredTen.d.ts +1 -0
  1688. package/module/types/int/upToTwoHundredTen.js +2 -0
  1689. package/module/types/int/upToTwoHundredTen.js.map +1 -0
  1690. package/module/types/int/upToTwoHundredThirty.d.ts +1 -0
  1691. package/module/types/int/upToTwoHundredThirty.js +2 -0
  1692. package/module/types/int/upToTwoHundredThirty.js.map +1 -0
  1693. package/module/types/int/upToTwoHundredTwenty.d.ts +1 -0
  1694. package/module/types/int/upToTwoHundredTwenty.js +2 -0
  1695. package/module/types/int/upToTwoHundredTwenty.js.map +1 -0
  1696. package/module/types/joke/index.d.ts +1 -0
  1697. package/module/types/joke/index.js +2 -0
  1698. package/module/types/joke/index.js.map +1 -0
  1699. package/module/types/joke/threeStepsForwardTwoStepsBack.d.ts +4 -0
  1700. package/module/types/joke/threeStepsForwardTwoStepsBack.js +2 -0
  1701. package/module/types/joke/threeStepsForwardTwoStepsBack.js.map +1 -0
  1702. package/module/types/logic/and.d.ts +2 -0
  1703. package/module/types/logic/and.js +2 -0
  1704. package/module/types/logic/and.js.map +1 -0
  1705. package/module/types/logic/arrayReverse.d.ts +1 -0
  1706. package/module/types/logic/arrayReverse.js +2 -0
  1707. package/module/types/logic/arrayReverse.js.map +1 -0
  1708. package/module/types/logic/arrayToUnion.d.ts +1 -0
  1709. package/module/types/logic/arrayToUnion.js +2 -0
  1710. package/module/types/logic/arrayToUnion.js.map +1 -0
  1711. package/module/types/logic/bGreaterThanA.d.ts +4 -0
  1712. package/module/types/logic/bGreaterThanA.js +2 -0
  1713. package/module/types/logic/bGreaterThanA.js.map +1 -0
  1714. package/module/types/logic/binary1bitAnd.d.ts +2 -0
  1715. package/module/types/logic/binary1bitAnd.js +2 -0
  1716. package/module/types/logic/binary1bitAnd.js.map +1 -0
  1717. package/module/types/logic/binary1bitNand.d.ts +2 -0
  1718. package/module/types/logic/binary1bitNand.js +2 -0
  1719. package/module/types/logic/binary1bitNand.js.map +1 -0
  1720. package/module/types/logic/binary1bitNor.d.ts +3 -0
  1721. package/module/types/logic/binary1bitNor.js +2 -0
  1722. package/module/types/logic/binary1bitNor.js.map +1 -0
  1723. package/module/types/logic/binary1bitOr.d.ts +2 -0
  1724. package/module/types/logic/binary1bitOr.js +2 -0
  1725. package/module/types/logic/binary1bitOr.js.map +1 -0
  1726. package/module/types/logic/binary1bitXnor.d.ts +2 -0
  1727. package/module/types/logic/binary1bitXnor.js +2 -0
  1728. package/module/types/logic/binary1bitXnor.js.map +1 -0
  1729. package/module/types/logic/binary1bitXor.d.ts +2 -0
  1730. package/module/types/logic/binary1bitXor.js +2 -0
  1731. package/module/types/logic/binary1bitXor.js.map +1 -0
  1732. package/module/types/logic/binaryAbs.d.ts +2 -0
  1733. package/module/types/logic/binaryAbs.js +2 -0
  1734. package/module/types/logic/binaryAbs.js.map +1 -0
  1735. package/module/types/logic/binaryAdd.d.ts +4 -0
  1736. package/module/types/logic/binaryAdd.js +2 -0
  1737. package/module/types/logic/binaryAdd.js.map +1 -0
  1738. package/module/types/logic/binaryAnd.d.ts +2 -0
  1739. package/module/types/logic/binaryAnd.js +2 -0
  1740. package/module/types/logic/binaryAnd.js.map +1 -0
  1741. package/module/types/logic/binaryComplement.d.ts +4 -0
  1742. package/module/types/logic/binaryComplement.js +2 -0
  1743. package/module/types/logic/binaryComplement.js.map +1 -0
  1744. package/module/types/logic/binaryFullAdder.d.ts +9 -0
  1745. package/module/types/logic/binaryFullAdder.js +2 -0
  1746. package/module/types/logic/binaryFullAdder.js.map +1 -0
  1747. package/module/types/logic/binaryHalfAdder.d.ts +4 -0
  1748. package/module/types/logic/binaryHalfAdder.js +2 -0
  1749. package/module/types/logic/binaryHalfAdder.js.map +1 -0
  1750. package/module/types/logic/binaryNComplement.d.ts +7 -0
  1751. package/module/types/logic/binaryNComplement.js +2 -0
  1752. package/module/types/logic/binaryNComplement.js.map +1 -0
  1753. package/module/types/logic/binaryNand.d.ts +2 -0
  1754. package/module/types/logic/binaryNand.js +2 -0
  1755. package/module/types/logic/binaryNand.js.map +1 -0
  1756. package/module/types/logic/binaryNor.d.ts +2 -0
  1757. package/module/types/logic/binaryNor.js +2 -0
  1758. package/module/types/logic/binaryNor.js.map +1 -0
  1759. package/module/types/logic/binaryNot.d.ts +2 -0
  1760. package/module/types/logic/binaryNot.js +2 -0
  1761. package/module/types/logic/binaryNot.js.map +1 -0
  1762. package/module/types/logic/binaryOr.d.ts +2 -0
  1763. package/module/types/logic/binaryOr.js +2 -0
  1764. package/module/types/logic/binaryOr.js.map +1 -0
  1765. package/module/types/logic/binaryToDecimal.d.ts +6 -0
  1766. package/module/types/logic/binaryToDecimal.js +2 -0
  1767. package/module/types/logic/binaryToDecimal.js.map +1 -0
  1768. package/module/types/logic/binaryToHex.d.ts +5 -0
  1769. package/module/types/logic/binaryToHex.js +2 -0
  1770. package/module/types/logic/binaryToHex.js.map +1 -0
  1771. package/module/types/logic/binaryXnor.d.ts +2 -0
  1772. package/module/types/logic/binaryXnor.js +2 -0
  1773. package/module/types/logic/binaryXnor.js.map +1 -0
  1774. package/module/types/logic/binaryXor.d.ts +2 -0
  1775. package/module/types/logic/binaryXor.js +2 -0
  1776. package/module/types/logic/binaryXor.js.map +1 -0
  1777. package/module/types/logic/capitalize.d.ts +1 -0
  1778. package/module/types/logic/capitalize.js +2 -0
  1779. package/module/types/logic/capitalize.js.map +1 -0
  1780. package/module/types/logic/decimal1byteTobinary.d.ts +1 -0
  1781. package/module/types/logic/decimal1byteTobinary.js +2 -0
  1782. package/module/types/logic/decimal1byteTobinary.js.map +1 -0
  1783. package/module/types/logic/decimal4bitToHex.d.ts +1 -0
  1784. package/module/types/logic/decimal4bitToHex.js +2 -0
  1785. package/module/types/logic/decimal4bitToHex.js.map +1 -0
  1786. package/module/types/logic/decimal4bitTobinary.d.ts +1 -0
  1787. package/module/types/logic/decimal4bitTobinary.js +2 -0
  1788. package/module/types/logic/decimal4bitTobinary.js.map +1 -0
  1789. package/module/types/logic/equal.d.ts +1 -0
  1790. package/module/types/logic/equal.js +2 -0
  1791. package/module/types/logic/equal.js.map +1 -0
  1792. package/module/types/logic/first.d.ts +1 -0
  1793. package/module/types/logic/first.js +2 -0
  1794. package/module/types/logic/first.js.map +1 -0
  1795. package/module/types/logic/first8Chars.d.ts +11 -0
  1796. package/module/types/logic/first8Chars.js +2 -0
  1797. package/module/types/logic/first8Chars.js.map +1 -0
  1798. package/module/types/logic/firstNChars.d.ts +1 -0
  1799. package/module/types/logic/firstNChars.js +2 -0
  1800. package/module/types/logic/firstNChars.js.map +1 -0
  1801. package/module/types/logic/hex4bitToDecimal.d.ts +1 -0
  1802. package/module/types/logic/hex4bitToDecimal.js +2 -0
  1803. package/module/types/logic/hex4bitToDecimal.js.map +1 -0
  1804. package/module/types/logic/hexToBinary.d.ts +5 -0
  1805. package/module/types/logic/hexToBinary.js +2 -0
  1806. package/module/types/logic/hexToBinary.js.map +1 -0
  1807. package/module/types/logic/if.d.ts +1 -0
  1808. package/module/types/logic/if.js +2 -0
  1809. package/module/types/logic/if.js.map +1 -0
  1810. package/module/types/logic/imply.d.ts +3 -0
  1811. package/module/types/logic/imply.js +2 -0
  1812. package/module/types/logic/imply.js.map +1 -0
  1813. package/module/types/logic/index.d.ts +59 -0
  1814. package/module/types/logic/index.js +60 -0
  1815. package/module/types/logic/index.js.map +1 -0
  1816. package/module/types/logic/isAny.d.ts +1 -0
  1817. package/module/types/logic/isAny.js +2 -0
  1818. package/module/types/logic/isAny.js.map +1 -0
  1819. package/module/types/logic/isBoolean.d.ts +1 -0
  1820. package/module/types/logic/isBoolean.js +2 -0
  1821. package/module/types/logic/isBoolean.js.map +1 -0
  1822. package/module/types/logic/isFloat.d.ts +1 -0
  1823. package/module/types/logic/isFloat.js +2 -0
  1824. package/module/types/logic/isFloat.js.map +1 -0
  1825. package/module/types/logic/length.d.ts +3 -0
  1826. package/module/types/logic/length.js +2 -0
  1827. package/module/types/logic/length.js.map +1 -0
  1828. package/module/types/logic/lengthOfString.d.ts +2 -0
  1829. package/module/types/logic/lengthOfString.js +2 -0
  1830. package/module/types/logic/lengthOfString.js.map +1 -0
  1831. package/module/types/logic/nand.d.ts +3 -0
  1832. package/module/types/logic/nand.js +2 -0
  1833. package/module/types/logic/nand.js.map +1 -0
  1834. package/module/types/logic/nor.d.ts +3 -0
  1835. package/module/types/logic/nor.js +2 -0
  1836. package/module/types/logic/nor.js.map +1 -0
  1837. package/module/types/logic/not.d.ts +2 -0
  1838. package/module/types/logic/not.js +2 -0
  1839. package/module/types/logic/not.js.map +1 -0
  1840. package/module/types/logic/or.d.ts +2 -0
  1841. package/module/types/logic/or.js +2 -0
  1842. package/module/types/logic/or.js.map +1 -0
  1843. package/module/types/logic/pop.d.ts +1 -0
  1844. package/module/types/logic/pop.js +2 -0
  1845. package/module/types/logic/pop.js.map +1 -0
  1846. package/module/types/logic/popString.d.ts +1 -0
  1847. package/module/types/logic/popString.js +2 -0
  1848. package/module/types/logic/popString.js.map +1 -0
  1849. package/module/types/logic/shift.d.ts +1 -0
  1850. package/module/types/logic/shift.js +2 -0
  1851. package/module/types/logic/shift.js.map +1 -0
  1852. package/module/types/logic/shiftString.d.ts +1 -0
  1853. package/module/types/logic/shiftString.js +2 -0
  1854. package/module/types/logic/shiftString.js.map +1 -0
  1855. package/module/types/logic/slice.d.ts +2 -0
  1856. package/module/types/logic/slice.js +2 -0
  1857. package/module/types/logic/slice.js.map +1 -0
  1858. package/module/types/logic/stringReverse.d.ts +1 -0
  1859. package/module/types/logic/stringReverse.js +2 -0
  1860. package/module/types/logic/stringReverse.js.map +1 -0
  1861. package/module/types/logic/stringToArray.d.ts +1 -0
  1862. package/module/types/logic/stringToArray.js +2 -0
  1863. package/module/types/logic/stringToArray.js.map +1 -0
  1864. package/module/types/logic/stringToUnion.d.ts +1 -0
  1865. package/module/types/logic/stringToUnion.js +2 -0
  1866. package/module/types/logic/stringToUnion.js.map +1 -0
  1867. package/module/types/logic/toNumber.d.ts +1 -0
  1868. package/module/types/logic/toNumber.js +2 -0
  1869. package/module/types/logic/toNumber.js.map +1 -0
  1870. package/module/types/logic/xnor.d.ts +3 -0
  1871. package/module/types/logic/xnor.js +2 -0
  1872. package/module/types/logic/xnor.js.map +1 -0
  1873. package/module/types/logic/xor.d.ts +2 -0
  1874. package/module/types/logic/xor.js +2 -0
  1875. package/module/types/logic/xor.js.map +1 -0
  1876. package/module/types/logic/zeroAorB.d.ts +2 -0
  1877. package/module/types/logic/zeroAorB.js +2 -0
  1878. package/module/types/logic/zeroAorB.js.map +1 -0
  1879. package/module/types/logic/zeroString.d.ts +2 -0
  1880. package/module/types/logic/zeroString.js +2 -0
  1881. package/module/types/logic/zeroString.js.map +1 -0
  1882. package/module/types/math/add.d.ts +4 -0
  1883. package/module/types/math/add.js +2 -0
  1884. package/module/types/math/add.js.map +1 -0
  1885. package/module/types/math/divide.d.ts +6 -0
  1886. package/module/types/math/divide.js +2 -0
  1887. package/module/types/math/divide.js.map +1 -0
  1888. package/module/types/math/index.d.ts +6 -0
  1889. package/module/types/math/index.js +7 -0
  1890. package/module/types/math/index.js.map +1 -0
  1891. package/module/types/math/modulo.d.ts +3 -0
  1892. package/module/types/math/modulo.js +2 -0
  1893. package/module/types/math/modulo.js.map +1 -0
  1894. package/module/types/math/multiply.d.ts +5 -0
  1895. package/module/types/math/multiply.js +2 -0
  1896. package/module/types/math/multiply.js.map +1 -0
  1897. package/module/types/math/numberToArray.d.ts +1 -0
  1898. package/module/types/math/numberToArray.js +2 -0
  1899. package/module/types/math/numberToArray.js.map +1 -0
  1900. package/module/types/math/subtract.d.ts +4 -0
  1901. package/module/types/math/subtract.js +2 -0
  1902. package/module/types/math/subtract.js.map +1 -0
  1903. package/module/types/object/index.d.ts +1 -0
  1904. package/module/types/object/index.js +2 -0
  1905. package/module/types/object/index.js.map +1 -0
  1906. package/module/types/object/pickDeep.d.ts +1 -0
  1907. package/module/types/object/pickDeep.js +2 -0
  1908. package/module/types/object/pickDeep.js.map +1 -0
  1909. package/module/types/object/pickDeepKey.d.ts +1 -0
  1910. package/module/types/object/pickDeepKey.js +2 -0
  1911. package/module/types/object/pickDeepKey.js.map +1 -0
  1912. package/module/types/time/index.d.ts +1 -0
  1913. package/module/types/time/index.js +2 -0
  1914. package/module/types/time/index.js.map +1 -0
  1915. package/module/types/time/timeUnit.d.ts +4 -0
  1916. package/module/types/time/timeUnit.js +2 -0
  1917. package/module/types/time/timeUnit.js.map +1 -0
  1918. package/module/types/ua/index.d.ts +4 -0
  1919. package/module/types/ua/index.js +5 -0
  1920. package/module/types/ua/index.js.map +1 -0
  1921. package/module/types/ua/simplifiedUserAgentInfo.d.ts +8 -0
  1922. package/module/types/ua/simplifiedUserAgentInfo.js +2 -0
  1923. package/module/types/ua/simplifiedUserAgentInfo.js.map +1 -0
  1924. package/module/types/ua/simplifiedUserAgentInfoBrowser.d.ts +1 -0
  1925. package/module/types/ua/simplifiedUserAgentInfoBrowser.js +2 -0
  1926. package/module/types/ua/simplifiedUserAgentInfoBrowser.js.map +1 -0
  1927. package/module/types/ua/simplifiedUserAgentInfoDevice.d.ts +1 -0
  1928. package/module/types/ua/simplifiedUserAgentInfoDevice.js +2 -0
  1929. package/module/types/ua/simplifiedUserAgentInfoDevice.js.map +1 -0
  1930. package/module/types/ua/simplifiedUserAgentInfoOs.d.ts +1 -0
  1931. package/module/types/ua/simplifiedUserAgentInfoOs.js +2 -0
  1932. package/module/types/ua/simplifiedUserAgentInfoOs.js.map +1 -0
  1933. package/package.json +30 -20
  1934. package/module/Error/result.d.ts +0 -11
  1935. package/module/Error/result.js +0 -11
  1936. package/module/Error/result.js.map +0 -1
  1937. package/module/Math/isValueNaN.js +0 -14
  1938. package/module/Math/isValueNaN.js.map +0 -1
  1939. package/module/Tool/sudoku.d.ts +0 -103
  1940. package/module/Tool/sudoku.js +0 -48
  1941. package/module/Tool/sudoku.js.map +0 -1
  1942. package/module/types/arrayType.js +0 -2
  1943. package/module/types/arrayType.js.map +0 -1
  1944. package/module/types/clockType.d.ts +0 -13
  1945. package/module/types/clockType.js +0 -2
  1946. package/module/types/clockType.js.map +0 -1
  1947. package/module/types/dateType.d.ts +0 -13
  1948. package/module/types/int.d.ts +0 -108
  1949. package/module/types/int.js.map +0 -1
  1950. package/module/types/jokeType.js +0 -2
  1951. package/module/types/jokeType.js.map +0 -1
  1952. package/module/types/logicType.d.ts +0 -93
  1953. package/module/types/logicType.js +0 -2
  1954. package/module/types/logicType.js.map +0 -1
  1955. package/module/types/mathType.d.ts +0 -10
  1956. package/module/types/mathType.js +0 -2
  1957. package/module/types/mathType.js.map +0 -1
  1958. /package/module/{Math → es5/Validate}/isValueNaN.d.ts +0 -0
  1959. /package/module/types/{dateType.js → date/dateType.js} +0 -0
  1960. /package/module/types/{int.js → int/int.js} +0 -0
@@ -0,0 +1,3 @@
1
+ import type { IntEven } from "./intEven";
2
+ import type { IntOdd } from "./intOdd";
3
+ export type Int = IntEven | IntOdd;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type IntEven = 0 | 2 | 4 | 6 | 8;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type IntOdd = 1 | 3 | 5 | 7 | 9;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1,3 @@
1
+ import type { IntEven } from "./intEven";
2
+ import type { IntOdd } from "./intOdd";
3
+ export type IntWithoutZero = Exclude<IntEven | IntOdd, 0>;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1,2 @@
1
+ import type { TripleDigitInt } from "./tripleDigitInt";
2
+ export type TripleDigit = `${TripleDigitInt}`;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1,91 @@
1
+ import type { UpToEightHundred } from "./upToEightHundred";
2
+ import type { UpToEightHundredEighty } from "./upToEightHundredEighty";
3
+ import type { UpToEightHundredFifty } from "./upToEightHundredFifty";
4
+ import type { UpToEightHundredForty } from "./upToEightHundredForty";
5
+ import type { UpToEightHundredNinety } from "./upToEightHundredNinety";
6
+ import type { UpToEightHundredSeventy } from "./upToEightHundredSeventy";
7
+ import type { UpToEightHundredSixty } from "./upToEightHundredSixty";
8
+ import type { UpToEightHundredTen } from "./upToEightHundredTen";
9
+ import type { UpToEightHundredThirty } from "./upToEightHundredThirty";
10
+ import type { UpToEightHundredTwenty } from "./upToEightHundredTwenty";
11
+ import type { UpToFiveHundred } from "./upToFiveHundred";
12
+ import type { UpToFiveHundredEighty } from "./upToFiveHundredEighty";
13
+ import type { UpToFiveHundredFifty } from "./upToFiveHundredFifty";
14
+ import type { UpToFiveHundredForty } from "./upToFiveHundredForty";
15
+ import type { UpToFiveHundredNinety } from "./upToFiveHundredNinety";
16
+ import type { UpToFiveHundredSeventy } from "./upToFiveHundredSeventy";
17
+ import type { UpToFiveHundredSixty } from "./upToFiveHundredSixty";
18
+ import type { UpToFiveHundredTen } from "./upToFiveHundredTen";
19
+ import type { UpToFiveHundredThirty } from "./upToFiveHundredThirty";
20
+ import type { UpToFiveHundredTwenty } from "./upToFiveHundredTwenty";
21
+ import type { UpToFourHundred } from "./upToFourHundred";
22
+ import type { UpToFourHundredEighty } from "./upToFourHundredEighty";
23
+ import type { UpToFourHundredFifty } from "./upToFourHundredFifty";
24
+ import type { UpToFourHundredForty } from "./upToFourHundredForty";
25
+ import type { UpToFourHundredNinety } from "./upToFourHundredNinety";
26
+ import type { UpToFourHundredSeventy } from "./upToFourHundredSeventy";
27
+ import type { UpToFourHundredSixty } from "./upToFourHundredSixty";
28
+ import type { UpToFourHundredTen } from "./upToFourHundredTen";
29
+ import type { UpToFourHundredThirty } from "./upToFourHundredThirty";
30
+ import type { UpToFourHundredTwenty } from "./upToFourHundredTwenty";
31
+ import type { UpToHundredEighty } from "./upToHundredEighty";
32
+ import type { UpToHundredFifty } from "./upToHundredFifty";
33
+ import type { UpToHundredForty } from "./upToHundredForty";
34
+ import type { UpToHundredNinety } from "./upToHundredNinety";
35
+ import type { UpToHundredSeventy } from "./upToHundredSeventy";
36
+ import type { UpToHundredSixty } from "./upToHundredSixty";
37
+ import type { UpToHundredTen } from "./upToHundredTen";
38
+ import type { UpToHundredThirty } from "./upToHundredThirty";
39
+ import type { UpToHundredTwenty } from "./upToHundredTwenty";
40
+ import type { UpToNineHundred } from "./upToNineHundred";
41
+ import type { UpToNineHundredEighty } from "./upToNineHundredEighty";
42
+ import type { UpToNineHundredFifty } from "./upToNineHundredFifty";
43
+ import type { UpToNineHundredForty } from "./upToNineHundredForty";
44
+ import type { UpToNineHundredNinety } from "./upToNineHundredNinety";
45
+ import type { UpToNineHundredNinetyNine } from "./upToNineHundredNinetyNine";
46
+ import type { UpToNineHundredSeventy } from "./upToNineHundredSeventy";
47
+ import type { UpToNineHundredSixty } from "./upToNineHundredSixty";
48
+ import type { UpToNineHundredTen } from "./upToNineHundredTen";
49
+ import type { UpToNineHundredThirty } from "./upToNineHundredThirty";
50
+ import type { UpToNineHundredTwenty } from "./upToNineHundredTwenty";
51
+ import type { UpToSevenHundred } from "./upToSevenHundred";
52
+ import type { UpToSevenHundredEighty } from "./upToSevenHundredEighty";
53
+ import type { UpToSevenHundredFifty } from "./upToSevenHundredFifty";
54
+ import type { UpToSevenHundredForty } from "./upToSevenHundredForty";
55
+ import type { UpToSevenHundredNinety } from "./upToSevenHundredNinety";
56
+ import type { UpToSevenHundredSeventy } from "./upToSevenHundredSeventy";
57
+ import type { UpToSevenHundredSixty } from "./upToSevenHundredSixty";
58
+ import type { UpToSevenHundredTen } from "./upToSevenHundredTen";
59
+ import type { UpToSevenHundredThirty } from "./upToSevenHundredThirty";
60
+ import type { UpToSevenHundredTwenty } from "./upToSevenHundredTwenty";
61
+ import type { UpToSixHundred } from "./upToSixHundred";
62
+ import type { UpToSixHundredEighty } from "./upToSixHundredEighty";
63
+ import type { UpToSixHundredFifty } from "./upToSixHundredFifty";
64
+ import type { UpToSixHundredForty } from "./upToSixHundredForty";
65
+ import type { UpToSixHundredNinety } from "./upToSixHundredNinety";
66
+ import type { UpToSixHundredSeventy } from "./upToSixHundredSeventy";
67
+ import type { UpToSixHundredSixty } from "./upToSixHundredSixty";
68
+ import type { UpToSixHundredTen } from "./upToSixHundredTen";
69
+ import type { UpToSixHundredThirty } from "./upToSixHundredThirty";
70
+ import type { UpToSixHundredTwenty } from "./upToSixHundredTwenty";
71
+ import type { UpToThreeHundred } from "./upToThreeHundred";
72
+ import type { UpToThreeHundredEighty } from "./upToThreeHundredEighty";
73
+ import type { UpToThreeHundredFifty } from "./upToThreeHundredFifty";
74
+ import type { UpToThreeHundredForty } from "./upToThreeHundredForty";
75
+ import type { UpToThreeHundredNinety } from "./upToThreeHundredNinety";
76
+ import type { UpToThreeHundredSeventy } from "./upToThreeHundredSeventy";
77
+ import type { UpToThreeHundredSixty } from "./upToThreeHundredSixty";
78
+ import type { UpToThreeHundredTen } from "./upToThreeHundredTen";
79
+ import type { UpToThreeHundredThirty } from "./upToThreeHundredThirty";
80
+ import type { UpToThreeHundredTwenty } from "./upToThreeHundredTwenty";
81
+ import type { UpToTwoHundred } from "./upToTwoHundred";
82
+ import type { UpToTwoHundredEighty } from "./upToTwoHundredEighty";
83
+ import type { UpToTwoHundredFifty } from "./upToTwoHundredFifty";
84
+ import type { UpToTwoHundredForty } from "./upToTwoHundredForty";
85
+ import type { UpToTwoHundredNinety } from "./upToTwoHundredNinety";
86
+ import type { UpToTwoHundredSeventy } from "./upToTwoHundredSeventy";
87
+ import type { UpToTwoHundredSixty } from "./upToTwoHundredSixty";
88
+ import type { UpToTwoHundredTen } from "./upToTwoHundredTen";
89
+ import type { UpToTwoHundredThirty } from "./upToTwoHundredThirty";
90
+ import type { UpToTwoHundredTwenty } from "./upToTwoHundredTwenty";
91
+ export type TripleDigitInt = UpToHundredTen | UpToHundredTwenty | UpToHundredThirty | UpToHundredForty | UpToHundredFifty | UpToHundredSixty | UpToHundredSeventy | UpToHundredEighty | UpToHundredNinety | UpToTwoHundred | UpToTwoHundredTen | UpToTwoHundredTwenty | UpToTwoHundredThirty | UpToTwoHundredForty | UpToTwoHundredFifty | UpToTwoHundredSixty | UpToTwoHundredSeventy | UpToTwoHundredEighty | UpToTwoHundredNinety | UpToThreeHundred | UpToThreeHundredTen | UpToThreeHundredTwenty | UpToThreeHundredThirty | UpToThreeHundredForty | UpToThreeHundredFifty | UpToThreeHundredSixty | UpToThreeHundredSeventy | UpToThreeHundredEighty | UpToThreeHundredNinety | UpToFourHundred | UpToFourHundredTen | UpToFourHundredTwenty | UpToFourHundredThirty | UpToFourHundredForty | UpToFourHundredFifty | UpToFourHundredSixty | UpToFourHundredSeventy | UpToFourHundredEighty | UpToFourHundredNinety | UpToFiveHundred | UpToFiveHundredTen | UpToFiveHundredTwenty | UpToFiveHundredThirty | UpToFiveHundredForty | UpToFiveHundredFifty | UpToFiveHundredSixty | UpToFiveHundredSeventy | UpToFiveHundredEighty | UpToFiveHundredNinety | UpToSixHundred | UpToSixHundredTen | UpToSixHundredTwenty | UpToSixHundredThirty | UpToSixHundredForty | UpToSixHundredFifty | UpToSixHundredSixty | UpToSixHundredSeventy | UpToSixHundredEighty | UpToSixHundredNinety | UpToSevenHundred | UpToSevenHundredTen | UpToSevenHundredTwenty | UpToSevenHundredThirty | UpToSevenHundredForty | UpToSevenHundredFifty | UpToSevenHundredSixty | UpToSevenHundredSeventy | UpToSevenHundredEighty | UpToSevenHundredNinety | UpToEightHundred | UpToEightHundredTen | UpToEightHundredTwenty | UpToEightHundredThirty | UpToEightHundredForty | UpToEightHundredFifty | UpToEightHundredSixty | UpToEightHundredSeventy | UpToEightHundredEighty | UpToEightHundredNinety | UpToNineHundred | UpToNineHundredTen | UpToNineHundredTwenty | UpToNineHundredThirty | UpToNineHundredForty | UpToNineHundredFifty | UpToNineHundredSixty | UpToNineHundredSeventy | UpToNineHundredEighty | UpToNineHundredNinety | UpToNineHundredNinetyNine;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundred = 790 | 791 | 792 | 793 | 794 | 795 | 796 | 797 | 798 | 799 | 800;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundredEighty = 870 | 871 | 872 | 873 | 874 | 875 | 876 | 877 | 878 | 879 | 880;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundredFifty = 840 | 841 | 842 | 843 | 844 | 845 | 846 | 847 | 848 | 849 | 850;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundredForty = 830 | 831 | 832 | 833 | 834 | 835 | 836 | 837 | 838 | 839 | 840;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundredNinety = 880 | 881 | 882 | 883 | 884 | 885 | 886 | 887 | 888 | 889 | 890;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundredSeventy = 860 | 861 | 862 | 863 | 864 | 865 | 866 | 867 | 868 | 869 | 870;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundredSixty = 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 858 | 859 | 860;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundredTen = 800 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808 | 809 | 810;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundredThirty = 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | 829 | 830;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEightHundredTwenty = 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818 | 819 | 820;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToEighty = 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFifty = 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundred = 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundredEighty = 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | 579 | 580;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundredFifty = 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundredForty = 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundredNinety = 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundredSeventy = 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundredSixty = 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundredTen = 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundredThirty = 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFiveHundredTwenty = 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToForty = 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundred = 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundredEighty = 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundredFifty = 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundredForty = 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundredNinety = 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundredSeventy = 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundredSixty = 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundredTen = 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundredThirty = 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToFourHundredTwenty = 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToHundredEighty = 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToHundredFifty = 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToHundredForty = 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToHundredNinety = 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToHundredSeventy = 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToHundredSixty = 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToHundredTen = 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToHundredThirty = 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToHundredTwenty = 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToNineHundred = 890 | 891 | 892 | 893 | 894 | 895 | 896 | 897 | 898 | 899 | 900;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export type UpToNineHundredEighty = 970 | 971 | 972 | 973 | 974 | 975 | 976 | 977 | 978 | 979 | 980;