type-plus 8.0.0-beta.0 → 8.0.0-beta.11

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 (2254) hide show
  1. package/cjs/$type/$resolve_options.d.ts +11 -0
  2. package/cjs/$type/$resolve_options.d.ts.map +1 -0
  3. package/cjs/$type/$resolve_options.js +3 -0
  4. package/cjs/$type/$resolve_options.js.map +1 -0
  5. package/cjs/$type/$type.d.ts +34 -0
  6. package/cjs/$type/$type.d.ts.map +1 -0
  7. package/cjs/$type/$type.js +3 -0
  8. package/cjs/$type/$type.js.map +1 -0
  9. package/cjs/$type/branch/$branch.d.ts +29 -0
  10. package/cjs/$type/branch/$branch.d.ts.map +1 -0
  11. package/cjs/$type/branch/$branch.js +3 -0
  12. package/cjs/$type/branch/$branch.js.map +1 -0
  13. package/cjs/$type/branch/$input_options.d.ts +11 -0
  14. package/cjs/$type/branch/$input_options.d.ts.map +1 -0
  15. package/cjs/$type/branch/$input_options.js +3 -0
  16. package/cjs/$type/branch/$input_options.js.map +1 -0
  17. package/cjs/$type/branch/$resolve_branch.d.ts +22 -0
  18. package/cjs/$type/branch/$resolve_branch.d.ts.map +1 -0
  19. package/cjs/$type/branch/$resolve_branch.js +3 -0
  20. package/cjs/$type/branch/$resolve_branch.js.map +1 -0
  21. package/cjs/$type/branch/$selection.d.ts +161 -0
  22. package/cjs/$type/branch/$selection.d.ts.map +1 -0
  23. package/cjs/$type/branch/$selection.js +3 -0
  24. package/cjs/$type/branch/$selection.js.map +1 -0
  25. package/cjs/$type/distributive/$distributive.d.ts +27 -0
  26. package/cjs/$type/distributive/$distributive.d.ts.map +1 -0
  27. package/cjs/$type/distributive/$distributive.js +3 -0
  28. package/cjs/$type/distributive/$distributive.js.map +1 -0
  29. package/cjs/$type/errors/$error.d.ts +23 -0
  30. package/cjs/$type/errors/$error.d.ts.map +1 -0
  31. package/cjs/$type/errors/$error.js +3 -0
  32. package/cjs/$type/errors/$error.js.map +1 -0
  33. package/cjs/$type/errors/$infer_error.d.ts +22 -0
  34. package/cjs/$type/errors/$infer_error.d.ts.map +1 -0
  35. package/cjs/$type/errors/$infer_error.js +3 -0
  36. package/cjs/$type/errors/$infer_error.js.map +1 -0
  37. package/cjs/$type/errors/failed.d.ts +36 -0
  38. package/cjs/$type/errors/failed.d.ts.map +1 -0
  39. package/cjs/$type/errors/failed.js +3 -0
  40. package/cjs/$type/errors/failed.js.map +1 -0
  41. package/cjs/$type/exact/$exact.d.ts +27 -0
  42. package/cjs/$type/exact/$exact.d.ts.map +1 -0
  43. package/cjs/$type/exact/$exact.js +3 -0
  44. package/cjs/$type/exact/$exact.js.map +1 -0
  45. package/cjs/$type/special/$any.d.ts +36 -0
  46. package/cjs/$type/special/$any.d.ts.map +1 -0
  47. package/cjs/$type/special/$any.js +3 -0
  48. package/cjs/$type/special/$any.js.map +1 -0
  49. package/cjs/$type/special/$never.d.ts +52 -0
  50. package/cjs/$type/special/$never.d.ts.map +1 -0
  51. package/cjs/$type/special/$never.js +3 -0
  52. package/cjs/$type/special/$never.js.map +1 -0
  53. package/cjs/$type/special/$special.d.ts +31 -0
  54. package/cjs/$type/special/$special.d.ts.map +1 -0
  55. package/cjs/$type/special/$special.js +3 -0
  56. package/cjs/$type/special/$special.js.map +1 -0
  57. package/cjs/$type/special/$unknown.d.ts +37 -0
  58. package/cjs/$type/special/$unknown.d.ts.map +1 -0
  59. package/cjs/$type/special/$unknown.js +3 -0
  60. package/cjs/$type/special/$unknown.js.map +1 -0
  61. package/cjs/$type/special/$void.d.ts +46 -0
  62. package/cjs/$type/special/$void.d.ts.map +1 -0
  63. package/cjs/$type/special/$void.js +3 -0
  64. package/cjs/$type/special/$void.js.map +1 -0
  65. package/cjs/$type/utils/$merge_options.d.ts +14 -0
  66. package/cjs/$type/utils/$merge_options.d.ts.map +1 -0
  67. package/cjs/$type/utils/$merge_options.js +3 -0
  68. package/cjs/$type/utils/$merge_options.js.map +1 -0
  69. package/cjs/any/is_any.d.ts +58 -0
  70. package/cjs/any/is_any.d.ts.map +1 -0
  71. package/cjs/any/is_any.js +3 -0
  72. package/cjs/any/is_any.js.map +1 -0
  73. package/cjs/any/is_not_any.d.ts +56 -0
  74. package/cjs/any/is_not_any.d.ts.map +1 -0
  75. package/cjs/any/is_not_any.js +3 -0
  76. package/cjs/any/is_not_any.js.map +1 -0
  77. package/cjs/array/array.at.d.ts +27 -0
  78. package/cjs/array/array.at.d.ts.map +1 -0
  79. package/cjs/array/array.at.js +3 -0
  80. package/cjs/array/array.at.js.map +1 -0
  81. package/cjs/array/array.entries.d.ts +21 -0
  82. package/cjs/array/array.entries.d.ts.map +1 -0
  83. package/cjs/array/array.entries.js +3 -0
  84. package/cjs/array/array.entries.js.map +1 -0
  85. package/cjs/array/array.find_last.d.ts +22 -0
  86. package/cjs/array/array.find_last.d.ts.map +1 -0
  87. package/cjs/array/array.find_last.js +3 -0
  88. package/cjs/array/array.find_last.js.map +1 -0
  89. package/cjs/array/array.reverse.d.ts +6 -0
  90. package/cjs/array/array.reverse.d.ts.map +1 -0
  91. package/cjs/array/array.reverse.js +3 -0
  92. package/cjs/array/array.reverse.js.map +1 -0
  93. package/cjs/array/array.some.d.ts +33 -0
  94. package/cjs/array/array.some.d.ts.map +1 -0
  95. package/cjs/array/array.some.js +3 -0
  96. package/cjs/array/array.some.js.map +1 -0
  97. package/cjs/array/array_plus.common_prop_keys.d.ts +31 -0
  98. package/cjs/array/array_plus.common_prop_keys.d.ts.map +1 -0
  99. package/cjs/array/array_plus.common_prop_keys.js +3 -0
  100. package/cjs/array/array_plus.common_prop_keys.js.map +1 -0
  101. package/cjs/array/array_plus.concat.d.ts +16 -0
  102. package/cjs/array/array_plus.concat.d.ts.map +1 -0
  103. package/cjs/array/array_plus.concat.js +3 -0
  104. package/cjs/array/array_plus.concat.js.map +1 -0
  105. package/cjs/array/array_plus.d.ts +17 -0
  106. package/cjs/array/array_plus.d.ts.map +1 -0
  107. package/cjs/array/array_plus.drop_match.d.ts +5 -0
  108. package/cjs/array/array_plus.drop_match.d.ts.map +1 -0
  109. package/cjs/array/array_plus.drop_match.js +3 -0
  110. package/cjs/array/array_plus.drop_match.js.map +1 -0
  111. package/cjs/array/array_plus.element_match.d.ts +49 -0
  112. package/cjs/array/array_plus.element_match.d.ts.map +1 -0
  113. package/cjs/array/array_plus.element_match.js +3 -0
  114. package/cjs/array/array_plus.element_match.js.map +1 -0
  115. package/cjs/array/array_plus.filter.d.ts +29 -0
  116. package/cjs/array/array_plus.filter.d.ts.map +1 -0
  117. package/cjs/array/array_plus.filter.js +4 -0
  118. package/cjs/array/array_plus.filter.js.map +1 -0
  119. package/cjs/array/array_plus.find.d.ts +60 -0
  120. package/cjs/array/array_plus.find.d.ts.map +1 -0
  121. package/cjs/array/array_plus.find.js +3 -0
  122. package/cjs/array/array_plus.find.js.map +1 -0
  123. package/cjs/array/array_plus.index_at.d.ts +48 -0
  124. package/cjs/array/array_plus.index_at.d.ts.map +1 -0
  125. package/cjs/array/array_plus.index_at.js +85 -0
  126. package/cjs/array/array_plus.index_at.js.map +1 -0
  127. package/cjs/array/array_plus.is_index_out_of_bound.d.ts +21 -0
  128. package/cjs/array/array_plus.is_index_out_of_bound.d.ts.map +1 -0
  129. package/cjs/array/array_plus.is_index_out_of_bound.js +3 -0
  130. package/cjs/array/array_plus.is_index_out_of_bound.js.map +1 -0
  131. package/cjs/array/array_plus.is_readonly.d.ts +35 -0
  132. package/cjs/array/array_plus.is_readonly.d.ts.map +1 -0
  133. package/cjs/array/array_plus.is_readonly.js +3 -0
  134. package/cjs/array/array_plus.is_readonly.js.map +1 -0
  135. package/cjs/array/array_plus.js +3 -0
  136. package/cjs/array/array_plus.js.map +1 -0
  137. package/cjs/array/array_plus.pad_start.d.ts +5 -0
  138. package/cjs/array/array_plus.pad_start.d.ts.map +1 -0
  139. package/cjs/array/array_plus.pad_start.js +3 -0
  140. package/cjs/array/array_plus.pad_start.js.map +1 -0
  141. package/cjs/array/array_plus.split_at.d.ts +50 -0
  142. package/cjs/array/array_plus.split_at.d.ts.map +1 -0
  143. package/cjs/array/array_plus.split_at.js +3 -0
  144. package/cjs/array/array_plus.split_at.js.map +1 -0
  145. package/cjs/array/filter.d.ts +29 -0
  146. package/cjs/array/filter.d.ts.map +1 -0
  147. package/cjs/array/filter.js +3 -0
  148. package/cjs/array/filter.js.map +1 -0
  149. package/cjs/array/find_first.d.ts +65 -0
  150. package/cjs/array/find_first.d.ts.map +1 -0
  151. package/cjs/array/find_first.js +3 -0
  152. package/cjs/array/find_first.js.map +1 -0
  153. package/cjs/array/head.d.ts +33 -0
  154. package/cjs/array/head.d.ts.map +1 -0
  155. package/cjs/array/head.js +3 -0
  156. package/cjs/array/head.js.map +1 -0
  157. package/cjs/array/intersect_of_props.d.ts +14 -0
  158. package/cjs/array/intersect_of_props.d.ts.map +1 -0
  159. package/cjs/array/intersect_of_props.js +3 -0
  160. package/cjs/array/intersect_of_props.js.map +1 -0
  161. package/cjs/array/is_array.d.ts +93 -0
  162. package/cjs/array/is_array.d.ts.map +1 -0
  163. package/cjs/array/is_array.js +3 -0
  164. package/cjs/array/is_array.js.map +1 -0
  165. package/cjs/array/is_not_array.d.ts +93 -0
  166. package/cjs/array/is_not_array.d.ts.map +1 -0
  167. package/cjs/array/is_not_array.js +3 -0
  168. package/cjs/array/is_not_array.js.map +1 -0
  169. package/cjs/array/last.d.ts +34 -0
  170. package/cjs/array/last.d.ts.map +1 -0
  171. package/cjs/array/last.js +3 -0
  172. package/cjs/array/last.js.map +1 -0
  173. package/cjs/array/literal_array.d.ts +8 -0
  174. package/cjs/array/literal_array.d.ts.map +1 -0
  175. package/cjs/array/literal_array.js +12 -0
  176. package/cjs/array/literal_array.js.map +1 -0
  177. package/cjs/array/loose_array_type.d.ts +65 -0
  178. package/cjs/array/loose_array_type.d.ts.map +1 -0
  179. package/cjs/array/loose_array_type.js +3 -0
  180. package/cjs/array/loose_array_type.js.map +1 -0
  181. package/cjs/array/pad_start.d.ts +32 -0
  182. package/cjs/array/pad_start.d.ts.map +1 -0
  183. package/cjs/array/pad_start.js +3 -0
  184. package/cjs/array/pad_start.js.map +1 -0
  185. package/cjs/array/reduce_while.d.ts +8 -0
  186. package/cjs/array/reduce_while.d.ts.map +1 -0
  187. package/cjs/array/reduce_while.js +20 -0
  188. package/cjs/array/reduce_while.js.map +1 -0
  189. package/cjs/array/reverse.d.ts +7 -0
  190. package/cjs/array/reverse.d.ts.map +1 -0
  191. package/cjs/array/reverse.js +3 -0
  192. package/cjs/array/reverse.js.map +1 -0
  193. package/cjs/array/union_of_props.d.ts +12 -0
  194. package/cjs/array/union_of_props.d.ts.map +1 -0
  195. package/cjs/array/union_of_props.js +3 -0
  196. package/cjs/array/union_of_props.js.map +1 -0
  197. package/cjs/array/union_of_values.d.ts +10 -0
  198. package/cjs/array/union_of_values.d.ts.map +1 -0
  199. package/cjs/array/union_of_values.js +3 -0
  200. package/cjs/array/union_of_values.js.map +1 -0
  201. package/cjs/assertion/assert_type.d.ts +41 -0
  202. package/cjs/assertion/assert_type.d.ts.map +1 -0
  203. package/cjs/assertion/assert_type.js +109 -0
  204. package/cjs/assertion/assert_type.js.map +1 -0
  205. package/cjs/bigint/cast.d.ts +10 -0
  206. package/cjs/bigint/cast.d.ts.map +1 -0
  207. package/cjs/bigint/cast.js +3 -0
  208. package/cjs/bigint/cast.js.map +1 -0
  209. package/cjs/bigint/is_bigint.d.ts +99 -0
  210. package/cjs/bigint/is_bigint.d.ts.map +1 -0
  211. package/cjs/bigint/is_bigint.js +3 -0
  212. package/cjs/bigint/is_bigint.js.map +1 -0
  213. package/cjs/bigint/is_bigint_literal.d.ts +88 -0
  214. package/cjs/bigint/is_bigint_literal.d.ts.map +1 -0
  215. package/cjs/bigint/is_bigint_literal.js +3 -0
  216. package/cjs/bigint/is_bigint_literal.js.map +1 -0
  217. package/cjs/bigint/is_not_bigint.d.ts +96 -0
  218. package/cjs/bigint/is_not_bigint.d.ts.map +1 -0
  219. package/cjs/bigint/is_not_bigint.js +3 -0
  220. package/cjs/bigint/is_not_bigint.js.map +1 -0
  221. package/cjs/bigint/is_not_bigint_literal.d.ts +87 -0
  222. package/cjs/bigint/is_not_bigint_literal.d.ts.map +1 -0
  223. package/cjs/bigint/is_not_bigint_literal.js +3 -0
  224. package/cjs/bigint/is_not_bigint_literal.js.map +1 -0
  225. package/cjs/binary/_binary.d.ts +3 -0
  226. package/cjs/binary/_binary.d.ts.map +1 -0
  227. package/cjs/binary/_binary.js +39 -0
  228. package/cjs/binary/_binary.js.map +1 -0
  229. package/cjs/binary/bit.d.ts +26 -0
  230. package/cjs/binary/bit.d.ts.map +1 -0
  231. package/cjs/binary/bit.js +3 -0
  232. package/cjs/binary/bit.js.map +1 -0
  233. package/cjs/boolean/is_boolean.d.ts +89 -0
  234. package/cjs/boolean/is_boolean.d.ts.map +1 -0
  235. package/cjs/boolean/is_boolean.js +3 -0
  236. package/cjs/boolean/is_boolean.js.map +1 -0
  237. package/cjs/boolean/is_false.d.ts +84 -0
  238. package/cjs/boolean/is_false.d.ts.map +1 -0
  239. package/cjs/boolean/is_false.js +3 -0
  240. package/cjs/boolean/is_false.js.map +1 -0
  241. package/cjs/boolean/is_not_boolean.d.ts +90 -0
  242. package/cjs/boolean/is_not_boolean.d.ts.map +1 -0
  243. package/cjs/boolean/is_not_boolean.js +3 -0
  244. package/cjs/boolean/is_not_boolean.js.map +1 -0
  245. package/cjs/boolean/is_not_false.d.ts +86 -0
  246. package/cjs/boolean/is_not_false.d.ts.map +1 -0
  247. package/cjs/boolean/is_not_false.js +3 -0
  248. package/cjs/boolean/is_not_false.js.map +1 -0
  249. package/cjs/boolean/is_not_true.d.ts +86 -0
  250. package/cjs/boolean/is_not_true.d.ts.map +1 -0
  251. package/cjs/boolean/is_not_true.js +3 -0
  252. package/cjs/boolean/is_not_true.js.map +1 -0
  253. package/cjs/boolean/is_true.d.ts +84 -0
  254. package/cjs/boolean/is_true.d.ts.map +1 -0
  255. package/cjs/boolean/is_true.js +3 -0
  256. package/cjs/boolean/is_true.js.map +1 -0
  257. package/cjs/class/AnyConstructor.d.ts +2 -0
  258. package/cjs/class/AnyConstructor.d.ts.map +1 -0
  259. package/cjs/class/AnyConstructor.js +3 -0
  260. package/cjs/class/AnyConstructor.js.map +1 -0
  261. package/cjs/class/index.d.ts +3 -0
  262. package/cjs/class/index.d.ts.map +1 -0
  263. package/cjs/class/index.js +18 -0
  264. package/cjs/class/index.js.map +1 -0
  265. package/cjs/class/isConstructor.d.ts +18 -0
  266. package/cjs/class/isConstructor.d.ts.map +1 -0
  267. package/cjs/class/isConstructor.js +35 -0
  268. package/cjs/class/isConstructor.js.map +1 -0
  269. package/cjs/composable_types.d.ts +9 -0
  270. package/cjs/composable_types.d.ts.map +1 -0
  271. package/cjs/composable_types.js +3 -0
  272. package/cjs/composable_types.js.map +1 -0
  273. package/cjs/equal/equal.d.ts +218 -0
  274. package/cjs/equal/equal.d.ts.map +1 -0
  275. package/cjs/equal/equal.js +3 -0
  276. package/cjs/equal/equal.js.map +1 -0
  277. package/cjs/equal/identity_equal.d.ts +10 -0
  278. package/cjs/equal/identity_equal.d.ts.map +1 -0
  279. package/cjs/equal/identity_equal.js +3 -0
  280. package/cjs/equal/identity_equal.js.map +1 -0
  281. package/cjs/equal/is_equal.d.ts +102 -0
  282. package/cjs/equal/is_equal.d.ts.map +1 -0
  283. package/cjs/equal/is_equal.js +3 -0
  284. package/cjs/equal/is_equal.js.map +1 -0
  285. package/cjs/function/any_function.d.ts +2 -0
  286. package/cjs/function/any_function.d.ts.map +1 -0
  287. package/cjs/function/any_function.js +3 -0
  288. package/cjs/function/any_function.js.map +1 -0
  289. package/cjs/function/extract_function.d.ts +24 -0
  290. package/cjs/function/extract_function.d.ts.map +1 -0
  291. package/cjs/function/extract_function.js +12 -0
  292. package/cjs/function/extract_function.js.map +1 -0
  293. package/cjs/function/is_function.d.ts +84 -0
  294. package/cjs/function/is_function.d.ts.map +1 -0
  295. package/cjs/function/is_function.js +3 -0
  296. package/cjs/function/is_function.js.map +1 -0
  297. package/cjs/function/is_not_function.d.ts +73 -0
  298. package/cjs/function/is_not_function.d.ts.map +1 -0
  299. package/cjs/function/is_not_function.js +3 -0
  300. package/cjs/function/is_not_function.js.map +1 -0
  301. package/cjs/function/is_not_strict_function.d.ts +33 -0
  302. package/cjs/function/is_not_strict_function.d.ts.map +1 -0
  303. package/cjs/function/is_not_strict_function.js +3 -0
  304. package/cjs/function/is_not_strict_function.js.map +1 -0
  305. package/cjs/function/is_strict_function.d.ts +36 -0
  306. package/cjs/function/is_strict_function.d.ts.map +1 -0
  307. package/cjs/function/is_strict_function.js +3 -0
  308. package/cjs/function/is_strict_function.js.map +1 -0
  309. package/cjs/functional/ChainFn.d.ts +6 -0
  310. package/cjs/functional/ChainFn.d.ts.map +1 -0
  311. package/cjs/functional/ChainFn.js +3 -0
  312. package/cjs/functional/ChainFn.js.map +1 -0
  313. package/cjs/functional/Maybe.d.ts +13 -0
  314. package/cjs/functional/Maybe.d.ts.map +1 -0
  315. package/cjs/functional/Maybe.js +16 -0
  316. package/cjs/functional/Maybe.js.map +1 -0
  317. package/cjs/functional/compose.d.ts +12 -0
  318. package/cjs/functional/compose.d.ts.map +1 -0
  319. package/cjs/functional/compose.js +14 -0
  320. package/cjs/functional/compose.js.map +1 -0
  321. package/cjs/functional/context.d.ts +40 -0
  322. package/cjs/functional/context.d.ts.map +1 -0
  323. package/cjs/functional/context.js +36 -0
  324. package/cjs/functional/context.js.map +1 -0
  325. package/cjs/functional/index.d.ts +4 -0
  326. package/cjs/functional/index.d.ts.map +1 -0
  327. package/cjs/functional/index.js +19 -0
  328. package/cjs/functional/index.js.map +1 -0
  329. package/cjs/index.d.ts +139 -0
  330. package/cjs/index.d.ts.map +1 -0
  331. package/cjs/index.js +69 -0
  332. package/cjs/index.js.map +1 -0
  333. package/cjs/json.d.ts +12 -0
  334. package/cjs/json.d.ts.map +1 -0
  335. package/cjs/json.js +14 -0
  336. package/cjs/json.js.map +1 -0
  337. package/cjs/logical/logical.d.ts +35 -0
  338. package/cjs/logical/logical.d.ts.map +1 -0
  339. package/cjs/logical/logical.js +3 -0
  340. package/cjs/logical/logical.js.map +1 -0
  341. package/cjs/math/abs.d.ts +5 -0
  342. package/cjs/math/abs.d.ts.map +1 -0
  343. package/cjs/math/abs.js +3 -0
  344. package/cjs/math/abs.js.map +1 -0
  345. package/cjs/math/add.d.ts +7 -0
  346. package/cjs/math/add.d.ts.map +1 -0
  347. package/cjs/math/add.js +3 -0
  348. package/cjs/math/add.js.map +1 -0
  349. package/cjs/math/greater_than.d.ts +4 -0
  350. package/cjs/math/greater_than.d.ts.map +1 -0
  351. package/cjs/math/greater_than.js +3 -0
  352. package/cjs/math/greater_than.js.map +1 -0
  353. package/cjs/math/index.d.ts +7 -0
  354. package/cjs/math/index.d.ts.map +1 -0
  355. package/cjs/math/index.js +3 -0
  356. package/cjs/math/index.js.map +1 -0
  357. package/cjs/math/math_plus.d.ts +5 -0
  358. package/cjs/math/math_plus.d.ts.map +1 -0
  359. package/cjs/math/math_plus.js +3 -0
  360. package/cjs/math/math_plus.js.map +1 -0
  361. package/cjs/math/math_plus.to_negative.d.ts +13 -0
  362. package/cjs/math/math_plus.to_negative.d.ts.map +1 -0
  363. package/cjs/math/math_plus.to_negative.js +3 -0
  364. package/cjs/math/math_plus.to_negative.js.map +1 -0
  365. package/cjs/math/max.d.ts +4 -0
  366. package/cjs/math/max.d.ts.map +1 -0
  367. package/cjs/math/max.js +3 -0
  368. package/cjs/math/max.js.map +1 -0
  369. package/cjs/math/multiply.d.ts +6 -0
  370. package/cjs/math/multiply.d.ts.map +1 -0
  371. package/cjs/math/multiply.js +3 -0
  372. package/cjs/math/multiply.js.map +1 -0
  373. package/cjs/math/numeric_struct.d.ts +1480 -0
  374. package/cjs/math/numeric_struct.d.ts.map +1 -0
  375. package/cjs/math/numeric_struct.js +3 -0
  376. package/cjs/math/numeric_struct.js.map +1 -0
  377. package/cjs/math/subtract.d.ts +7 -0
  378. package/cjs/math/subtract.d.ts.map +1 -0
  379. package/cjs/math/subtract.js +3 -0
  380. package/cjs/math/subtract.js.map +1 -0
  381. package/cjs/mix_types/box.d.ts +47 -0
  382. package/cjs/mix_types/box.d.ts.map +1 -0
  383. package/cjs/mix_types/box.js +3 -0
  384. package/cjs/mix_types/box.js.map +1 -0
  385. package/cjs/mix_types/exclude.d.ts +19 -0
  386. package/cjs/mix_types/exclude.d.ts.map +1 -0
  387. package/cjs/mix_types/exclude.js +3 -0
  388. package/cjs/mix_types/exclude.js.map +1 -0
  389. package/cjs/mix_types/is_any_or_never.d.ts +27 -0
  390. package/cjs/mix_types/is_any_or_never.d.ts.map +1 -0
  391. package/cjs/mix_types/is_any_or_never.js +3 -0
  392. package/cjs/mix_types/is_any_or_never.js.map +1 -0
  393. package/cjs/mix_types/merge.d.ts +50 -0
  394. package/cjs/mix_types/merge.d.ts.map +1 -0
  395. package/cjs/mix_types/merge.js +17 -0
  396. package/cjs/mix_types/merge.js.map +1 -0
  397. package/cjs/never/is_never.d.ts +60 -0
  398. package/cjs/never/is_never.d.ts.map +1 -0
  399. package/cjs/never/is_never.js +3 -0
  400. package/cjs/never/is_never.js.map +1 -0
  401. package/cjs/never/is_not_never.d.ts +60 -0
  402. package/cjs/never/is_not_never.d.ts.map +1 -0
  403. package/cjs/never/is_not_never.js +3 -0
  404. package/cjs/never/is_not_never.js.map +1 -0
  405. package/cjs/nodejs/index.d.ts +2 -0
  406. package/cjs/nodejs/index.d.ts.map +1 -0
  407. package/cjs/nodejs/index.js +18 -0
  408. package/cjs/nodejs/index.js.map +1 -0
  409. package/cjs/nodejs/isNodeError.d.ts +31 -0
  410. package/cjs/nodejs/isNodeError.d.ts.map +1 -0
  411. package/cjs/nodejs/isNodeError.js +12 -0
  412. package/cjs/nodejs/isNodeError.js.map +1 -0
  413. package/cjs/nominal/brand.d.ts +23 -0
  414. package/cjs/nominal/brand.d.ts.map +1 -0
  415. package/cjs/nominal/brand.js +17 -0
  416. package/cjs/nominal/brand.js.map +1 -0
  417. package/cjs/nominal/constants.d.ts +3 -0
  418. package/cjs/nominal/constants.d.ts.map +1 -0
  419. package/cjs/nominal/constants.js +6 -0
  420. package/cjs/nominal/constants.js.map +1 -0
  421. package/cjs/nominal/flavor.d.ts +31 -0
  422. package/cjs/nominal/flavor.d.ts.map +1 -0
  423. package/cjs/nominal/flavor.js +17 -0
  424. package/cjs/nominal/flavor.js.map +1 -0
  425. package/cjs/nominal/index.d.ts +4 -0
  426. package/cjs/nominal/index.d.ts.map +1 -0
  427. package/cjs/nominal/index.js +20 -0
  428. package/cjs/nominal/index.js.map +1 -0
  429. package/cjs/nominal/nominal_match.d.ts +5 -0
  430. package/cjs/nominal/nominal_match.d.ts.map +1 -0
  431. package/cjs/nominal/nominal_match.js +10 -0
  432. package/cjs/nominal/nominal_match.js.map +1 -0
  433. package/cjs/null/is_not_null.d.ts +77 -0
  434. package/cjs/null/is_not_null.d.ts.map +1 -0
  435. package/cjs/null/is_not_null.js +3 -0
  436. package/cjs/null/is_not_null.js.map +1 -0
  437. package/cjs/null/is_null.d.ts +81 -0
  438. package/cjs/null/is_null.d.ts.map +1 -0
  439. package/cjs/null/is_null.js +3 -0
  440. package/cjs/null/is_null.js.map +1 -0
  441. package/cjs/number/cast.d.ts +10 -0
  442. package/cjs/number/cast.d.ts.map +1 -0
  443. package/cjs/number/cast.js +3 -0
  444. package/cjs/number/cast.js.map +1 -0
  445. package/cjs/number/is_not_number.d.ts +86 -0
  446. package/cjs/number/is_not_number.d.ts.map +1 -0
  447. package/cjs/number/is_not_number.js +3 -0
  448. package/cjs/number/is_not_number.js.map +1 -0
  449. package/cjs/number/is_not_number_literal.d.ts +86 -0
  450. package/cjs/number/is_not_number_literal.d.ts.map +1 -0
  451. package/cjs/number/is_not_number_literal.js +3 -0
  452. package/cjs/number/is_not_number_literal.js.map +1 -0
  453. package/cjs/number/is_number.d.ts +89 -0
  454. package/cjs/number/is_number.d.ts.map +1 -0
  455. package/cjs/number/is_number.js +3 -0
  456. package/cjs/number/is_number.js.map +1 -0
  457. package/cjs/number/is_number_literal.d.ts +88 -0
  458. package/cjs/number/is_number_literal.d.ts.map +1 -0
  459. package/cjs/number/is_number_literal.js +3 -0
  460. package/cjs/number/is_number_literal.js.map +1 -0
  461. package/cjs/number/number_array.d.ts +1 -0
  462. package/cjs/number/number_array.d.ts.map +1 -0
  463. package/cjs/number/number_array.js +16 -0
  464. package/cjs/number/number_array.js.map +1 -0
  465. package/cjs/number/number_plus.d.ts +12 -0
  466. package/cjs/number/number_plus.d.ts.map +1 -0
  467. package/cjs/number/number_plus.js +4 -0
  468. package/cjs/number/number_plus.js.map +1 -0
  469. package/cjs/numeric/cast.d.ts +27 -0
  470. package/cjs/numeric/cast.d.ts.map +1 -0
  471. package/cjs/numeric/cast.js +3 -0
  472. package/cjs/numeric/cast.js.map +1 -0
  473. package/cjs/numeric/is_integer.d.ts +36 -0
  474. package/cjs/numeric/is_integer.d.ts.map +1 -0
  475. package/cjs/numeric/is_integer.js +3 -0
  476. package/cjs/numeric/is_integer.js.map +1 -0
  477. package/cjs/numeric/is_negative.d.ts +41 -0
  478. package/cjs/numeric/is_negative.d.ts.map +1 -0
  479. package/cjs/numeric/is_negative.js +3 -0
  480. package/cjs/numeric/is_negative.js.map +1 -0
  481. package/cjs/numeric/is_not_integer.d.ts +38 -0
  482. package/cjs/numeric/is_not_integer.d.ts.map +1 -0
  483. package/cjs/numeric/is_not_integer.js +3 -0
  484. package/cjs/numeric/is_not_integer.js.map +1 -0
  485. package/cjs/numeric/is_not_negative.d.ts +41 -0
  486. package/cjs/numeric/is_not_negative.d.ts.map +1 -0
  487. package/cjs/numeric/is_not_negative.js +3 -0
  488. package/cjs/numeric/is_not_negative.js.map +1 -0
  489. package/cjs/numeric/is_not_numeric.d.ts +19 -0
  490. package/cjs/numeric/is_not_numeric.d.ts.map +1 -0
  491. package/cjs/numeric/is_not_numeric.js +3 -0
  492. package/cjs/numeric/is_not_numeric.js.map +1 -0
  493. package/cjs/numeric/is_not_positive.d.ts +42 -0
  494. package/cjs/numeric/is_not_positive.d.ts.map +1 -0
  495. package/cjs/numeric/is_not_positive.js +3 -0
  496. package/cjs/numeric/is_not_positive.js.map +1 -0
  497. package/cjs/numeric/is_numeric.d.ts +42 -0
  498. package/cjs/numeric/is_numeric.d.ts.map +1 -0
  499. package/cjs/numeric/is_numeric.js +3 -0
  500. package/cjs/numeric/is_numeric.js.map +1 -0
  501. package/cjs/numeric/is_positive.d.ts +41 -0
  502. package/cjs/numeric/is_positive.d.ts.map +1 -0
  503. package/cjs/numeric/is_positive.js +3 -0
  504. package/cjs/numeric/is_positive.js.map +1 -0
  505. package/cjs/numeric/numeric_plus.d.ts +10 -0
  506. package/cjs/numeric/numeric_plus.d.ts.map +1 -0
  507. package/cjs/numeric/numeric_plus.js +3 -0
  508. package/cjs/numeric/numeric_plus.js.map +1 -0
  509. package/cjs/numeric/numeric_type.d.ts +9 -0
  510. package/cjs/numeric/numeric_type.d.ts.map +1 -0
  511. package/cjs/numeric/numeric_type.js +3 -0
  512. package/cjs/numeric/numeric_type.js.map +1 -0
  513. package/cjs/object/ANotB.d.ts +9 -0
  514. package/cjs/object/ANotB.d.ts.map +1 -0
  515. package/cjs/object/ANotB.js +3 -0
  516. package/cjs/object/ANotB.js.map +1 -0
  517. package/cjs/object/ExcludePropType.d.ts +7 -0
  518. package/cjs/object/ExcludePropType.d.ts.map +1 -0
  519. package/cjs/object/ExcludePropType.js +3 -0
  520. package/cjs/object/ExcludePropType.js.map +1 -0
  521. package/cjs/object/IsDisjoint.d.ts +9 -0
  522. package/cjs/object/IsDisjoint.d.ts.map +1 -0
  523. package/cjs/object/IsDisjoint.js +3 -0
  524. package/cjs/object/IsDisjoint.js.map +1 -0
  525. package/cjs/object/IsRecord.d.ts +2 -0
  526. package/cjs/object/IsRecord.d.ts.map +1 -0
  527. package/cjs/object/IsRecord.js +3 -0
  528. package/cjs/object/IsRecord.js.map +1 -0
  529. package/cjs/object/KeyTypes.d.ts +7 -0
  530. package/cjs/object/KeyTypes.d.ts.map +1 -0
  531. package/cjs/object/KeyTypes.js +3 -0
  532. package/cjs/object/KeyTypes.js.map +1 -0
  533. package/cjs/object/KeyofOptional.d.ts +6 -0
  534. package/cjs/object/KeyofOptional.d.ts.map +1 -0
  535. package/cjs/object/KeyofOptional.js +3 -0
  536. package/cjs/object/KeyofOptional.js.map +1 -0
  537. package/cjs/object/KeysWithDiffType.d.ts +7 -0
  538. package/cjs/object/KeysWithDiffType.d.ts.map +1 -0
  539. package/cjs/object/KeysWithDiffType.js +3 -0
  540. package/cjs/object/KeysWithDiffType.js.map +1 -0
  541. package/cjs/object/KnownKeys.d.ts +7 -0
  542. package/cjs/object/KnownKeys.d.ts.map +1 -0
  543. package/cjs/object/KnownKeys.js +6 -0
  544. package/cjs/object/KnownKeys.js.map +1 -0
  545. package/cjs/object/Partial.d.ts +22 -0
  546. package/cjs/object/Partial.d.ts.map +1 -0
  547. package/cjs/object/Partial.js +3 -0
  548. package/cjs/object/Partial.js.map +1 -0
  549. package/cjs/object/RecursiveIntersect.d.ts +16 -0
  550. package/cjs/object/RecursiveIntersect.d.ts.map +1 -0
  551. package/cjs/object/RecursiveIntersect.js +3 -0
  552. package/cjs/object/RecursiveIntersect.js.map +1 -0
  553. package/cjs/object/RecursiveRequired.d.ts +5 -0
  554. package/cjs/object/RecursiveRequired.d.ts.map +1 -0
  555. package/cjs/object/RecursiveRequired.js +3 -0
  556. package/cjs/object/RecursiveRequired.js.map +1 -0
  557. package/cjs/object/Required.d.ts +6 -0
  558. package/cjs/object/Required.d.ts.map +1 -0
  559. package/cjs/object/Required.js +4 -0
  560. package/cjs/object/Required.js.map +1 -0
  561. package/cjs/object/RequiredKeys.d.ts +7 -0
  562. package/cjs/object/RequiredKeys.d.ts.map +1 -0
  563. package/cjs/object/RequiredKeys.js +3 -0
  564. package/cjs/object/RequiredKeys.js.map +1 -0
  565. package/cjs/object/SpreadRecord.d.ts +3 -0
  566. package/cjs/object/SpreadRecord.d.ts.map +1 -0
  567. package/cjs/object/SpreadRecord.js +3 -0
  568. package/cjs/object/SpreadRecord.js.map +1 -0
  569. package/cjs/object/ValueOf.d.ts +2 -0
  570. package/cjs/object/ValueOf.d.ts.map +1 -0
  571. package/cjs/object/ValueOf.js +3 -0
  572. package/cjs/object/ValueOf.js.map +1 -0
  573. package/cjs/object/adjust_exact_optional_props.d.ts +19 -0
  574. package/cjs/object/adjust_exact_optional_props.d.ts.map +1 -0
  575. package/cjs/object/adjust_exact_optional_props.js +3 -0
  576. package/cjs/object/adjust_exact_optional_props.js.map +1 -0
  577. package/cjs/object/any_record.d.ts +3 -0
  578. package/cjs/object/any_record.d.ts.map +1 -0
  579. package/cjs/object/any_record.js +3 -0
  580. package/cjs/object/any_record.js.map +1 -0
  581. package/cjs/object/everyKey.d.ts +3 -0
  582. package/cjs/object/everyKey.d.ts.map +1 -0
  583. package/cjs/object/everyKey.js +7 -0
  584. package/cjs/object/everyKey.js.map +1 -0
  585. package/cjs/object/facade.d.ts +17 -0
  586. package/cjs/object/facade.d.ts.map +1 -0
  587. package/cjs/object/facade.js +26 -0
  588. package/cjs/object/facade.js.map +1 -0
  589. package/cjs/object/filterKey.d.ts +3 -0
  590. package/cjs/object/filterKey.d.ts.map +1 -0
  591. package/cjs/object/filterKey.js +9 -0
  592. package/cjs/object/filterKey.js.map +1 -0
  593. package/cjs/object/findKey.d.ts +3 -0
  594. package/cjs/object/findKey.d.ts.map +1 -0
  595. package/cjs/object/findKey.js +9 -0
  596. package/cjs/object/findKey.js.map +1 -0
  597. package/cjs/object/forEachKey.d.ts +3 -0
  598. package/cjs/object/forEachKey.d.ts.map +1 -0
  599. package/cjs/object/forEachKey.js +7 -0
  600. package/cjs/object/forEachKey.js.map +1 -0
  601. package/cjs/object/getField.d.ts +4 -0
  602. package/cjs/object/getField.d.ts.map +1 -0
  603. package/cjs/object/getField.js +7 -0
  604. package/cjs/object/getField.js.map +1 -0
  605. package/cjs/object/hasKey.d.ts +4 -0
  606. package/cjs/object/hasKey.d.ts.map +1 -0
  607. package/cjs/object/hasKey.js +7 -0
  608. package/cjs/object/hasKey.js.map +1 -0
  609. package/cjs/object/hasProperty.d.ts +3 -0
  610. package/cjs/object/hasProperty.d.ts.map +1 -0
  611. package/cjs/object/hasProperty.js +7 -0
  612. package/cjs/object/hasProperty.js.map +1 -0
  613. package/cjs/object/index.d.ts +39 -0
  614. package/cjs/object/index.d.ts.map +1 -0
  615. package/cjs/object/index.js +36 -0
  616. package/cjs/object/index.js.map +1 -0
  617. package/cjs/object/is_not_object.d.ts +121 -0
  618. package/cjs/object/is_not_object.d.ts.map +1 -0
  619. package/cjs/object/is_not_object.js +3 -0
  620. package/cjs/object/is_not_object.js.map +1 -0
  621. package/cjs/object/is_object.d.ts +108 -0
  622. package/cjs/object/is_object.d.ts.map +1 -0
  623. package/cjs/object/is_object.js +3 -0
  624. package/cjs/object/is_object.js.map +1 -0
  625. package/cjs/object/left_join.d.ts +10 -0
  626. package/cjs/object/left_join.d.ts.map +1 -0
  627. package/cjs/object/left_join.js +3 -0
  628. package/cjs/object/left_join.js.map +1 -0
  629. package/cjs/object/mapKey.d.ts +3 -0
  630. package/cjs/object/mapKey.d.ts.map +1 -0
  631. package/cjs/object/mapKey.js +9 -0
  632. package/cjs/object/mapKey.js.map +1 -0
  633. package/cjs/object/mapProperties.d.ts +14 -0
  634. package/cjs/object/mapProperties.d.ts.map +1 -0
  635. package/cjs/object/mapProperties.js +16 -0
  636. package/cjs/object/mapProperties.js.map +1 -0
  637. package/cjs/object/merge.d.ts +87 -0
  638. package/cjs/object/merge.d.ts.map +1 -0
  639. package/cjs/object/merge.js +3 -0
  640. package/cjs/object/merge.js.map +1 -0
  641. package/cjs/object/object_plus.d.ts +2 -0
  642. package/cjs/object/object_plus.d.ts.map +1 -0
  643. package/cjs/object/object_plus.js +18 -0
  644. package/cjs/object/object_plus.js.map +1 -0
  645. package/cjs/object/omit.d.ts +29 -0
  646. package/cjs/object/omit.d.ts.map +1 -0
  647. package/cjs/object/omit.js +13 -0
  648. package/cjs/object/omit.js.map +1 -0
  649. package/cjs/object/optional_key.d.ts +35 -0
  650. package/cjs/object/optional_key.d.ts.map +1 -0
  651. package/cjs/object/optional_key.js +3 -0
  652. package/cjs/object/optional_key.js.map +1 -0
  653. package/cjs/object/pick.d.ts +29 -0
  654. package/cjs/object/pick.d.ts.map +1 -0
  655. package/cjs/object/pick.js +13 -0
  656. package/cjs/object/pick.js.map +1 -0
  657. package/cjs/object/properties.d.ts +32 -0
  658. package/cjs/object/properties.d.ts.map +1 -0
  659. package/cjs/object/properties.js +4 -0
  660. package/cjs/object/properties.js.map +1 -0
  661. package/cjs/object/record.d.ts +17 -0
  662. package/cjs/object/record.d.ts.map +1 -0
  663. package/cjs/object/record.js +8 -0
  664. package/cjs/object/record.js.map +1 -0
  665. package/cjs/object/recursive_partial.d.ts +29 -0
  666. package/cjs/object/recursive_partial.d.ts.map +1 -0
  667. package/cjs/object/recursive_partial.js +4 -0
  668. package/cjs/object/recursive_partial.js.map +1 -0
  669. package/cjs/object/reduceKey.d.ts +7 -0
  670. package/cjs/object/reduceKey.d.ts.map +1 -0
  671. package/cjs/object/reduceKey.js +12 -0
  672. package/cjs/object/reduceKey.js.map +1 -0
  673. package/cjs/object/replaceProperty.d.ts +6 -0
  674. package/cjs/object/replaceProperty.d.ts.map +1 -0
  675. package/cjs/object/replaceProperty.js +7 -0
  676. package/cjs/object/replaceProperty.js.map +1 -0
  677. package/cjs/object/someKey.d.ts +3 -0
  678. package/cjs/object/someKey.d.ts.map +1 -0
  679. package/cjs/object/someKey.js +9 -0
  680. package/cjs/object/someKey.js.map +1 -0
  681. package/cjs/object/split.d.ts +69 -0
  682. package/cjs/object/split.d.ts.map +1 -0
  683. package/cjs/object/split.js +11 -0
  684. package/cjs/object/split.js.map +1 -0
  685. package/cjs/object/typeOverrideIncompatible.d.ts +3 -0
  686. package/cjs/object/typeOverrideIncompatible.d.ts.map +1 -0
  687. package/cjs/object/typeOverrideIncompatible.js +10 -0
  688. package/cjs/object/typeOverrideIncompatible.js.map +1 -0
  689. package/cjs/package.json +3 -0
  690. package/cjs/predicates/CanAssign.d.ts +53 -0
  691. package/cjs/predicates/CanAssign.d.ts.map +1 -0
  692. package/cjs/predicates/CanAssign.js +7 -0
  693. package/cjs/predicates/CanAssign.js.map +1 -0
  694. package/cjs/predicates/Extends.d.ts +8 -0
  695. package/cjs/predicates/Extends.d.ts.map +1 -0
  696. package/cjs/predicates/Extends.js +3 -0
  697. package/cjs/predicates/Extends.js.map +1 -0
  698. package/cjs/predicates/If.d.ts +2 -0
  699. package/cjs/predicates/If.d.ts.map +1 -0
  700. package/cjs/predicates/If.js +3 -0
  701. package/cjs/predicates/If.js.map +1 -0
  702. package/cjs/predicates/IsEmptyObject.d.ts +2 -0
  703. package/cjs/predicates/IsEmptyObject.d.ts.map +1 -0
  704. package/cjs/predicates/IsEmptyObject.js +3 -0
  705. package/cjs/predicates/IsEmptyObject.js.map +1 -0
  706. package/cjs/predicates/assignable.d.ts +87 -0
  707. package/cjs/predicates/assignable.d.ts.map +1 -0
  708. package/cjs/predicates/assignable.js +3 -0
  709. package/cjs/predicates/assignable.js.map +1 -0
  710. package/cjs/predicates/index.d.ts +7 -0
  711. package/cjs/predicates/index.d.ts.map +1 -0
  712. package/cjs/predicates/index.js +18 -0
  713. package/cjs/predicates/index.js.map +1 -0
  714. package/cjs/predicates/literal.d.ts +22 -0
  715. package/cjs/predicates/literal.d.ts.map +1 -0
  716. package/cjs/predicates/literal.js +3 -0
  717. package/cjs/predicates/literal.js.map +1 -0
  718. package/cjs/predicates/not_assignable.d.ts +87 -0
  719. package/cjs/predicates/not_assignable.d.ts.map +1 -0
  720. package/cjs/predicates/not_assignable.js +3 -0
  721. package/cjs/predicates/not_assignable.js.map +1 -0
  722. package/cjs/primitive.d.ts +5 -0
  723. package/cjs/primitive.d.ts.map +1 -0
  724. package/cjs/primitive.js +3 -0
  725. package/cjs/primitive.js.map +1 -0
  726. package/cjs/promise/MaybePromise.d.ts +22 -0
  727. package/cjs/promise/MaybePromise.d.ts.map +1 -0
  728. package/cjs/promise/MaybePromise.js +12 -0
  729. package/cjs/promise/MaybePromise.js.map +1 -0
  730. package/cjs/promise/PromiseValue.d.ts +13 -0
  731. package/cjs/promise/PromiseValue.d.ts.map +1 -0
  732. package/cjs/promise/PromiseValue.js +3 -0
  733. package/cjs/promise/PromiseValue.js.map +1 -0
  734. package/cjs/promise/PromiseValueMerge.d.ts +5 -0
  735. package/cjs/promise/PromiseValueMerge.d.ts.map +1 -0
  736. package/cjs/promise/PromiseValueMerge.js +3 -0
  737. package/cjs/promise/PromiseValueMerge.js.map +1 -0
  738. package/cjs/promise/index.d.ts +6 -0
  739. package/cjs/promise/index.d.ts.map +1 -0
  740. package/cjs/promise/index.js +20 -0
  741. package/cjs/promise/index.js.map +1 -0
  742. package/cjs/promise/isPromise.d.ts +2 -0
  743. package/cjs/promise/isPromise.d.ts.map +1 -0
  744. package/cjs/promise/isPromise.js +8 -0
  745. package/cjs/promise/isPromise.js.map +1 -0
  746. package/cjs/promise/mapSeries.d.ts +2 -0
  747. package/cjs/promise/mapSeries.d.ts.map +1 -0
  748. package/cjs/promise/mapSeries.js +7 -0
  749. package/cjs/promise/mapSeries.js.map +1 -0
  750. package/cjs/string/$extract_manipulated_string.d.ts +18 -0
  751. package/cjs/string/$extract_manipulated_string.d.ts.map +1 -0
  752. package/cjs/string/$extract_manipulated_string.js +3 -0
  753. package/cjs/string/$extract_manipulated_string.js.map +1 -0
  754. package/cjs/string/_string_type.d.ts +5 -0
  755. package/cjs/string/_string_type.d.ts.map +1 -0
  756. package/cjs/string/_string_type.js +3 -0
  757. package/cjs/string/_string_type.js.map +1 -0
  758. package/cjs/string/is_not_string.d.ts +85 -0
  759. package/cjs/string/is_not_string.d.ts.map +1 -0
  760. package/cjs/string/is_not_string.js +3 -0
  761. package/cjs/string/is_not_string.js.map +1 -0
  762. package/cjs/string/is_not_string_literal.d.ts +103 -0
  763. package/cjs/string/is_not_string_literal.d.ts.map +1 -0
  764. package/cjs/string/is_not_string_literal.js +3 -0
  765. package/cjs/string/is_not_string_literal.js.map +1 -0
  766. package/cjs/string/is_not_template_literal.d.ts +78 -0
  767. package/cjs/string/is_not_template_literal.d.ts.map +1 -0
  768. package/cjs/string/is_not_template_literal.js +3 -0
  769. package/cjs/string/is_not_template_literal.js.map +1 -0
  770. package/cjs/string/is_string.d.ts +85 -0
  771. package/cjs/string/is_string.d.ts.map +1 -0
  772. package/cjs/string/is_string.js +3 -0
  773. package/cjs/string/is_string.js.map +1 -0
  774. package/cjs/string/is_string_literal.d.ts +103 -0
  775. package/cjs/string/is_string_literal.d.ts.map +1 -0
  776. package/cjs/string/is_string_literal.js +3 -0
  777. package/cjs/string/is_string_literal.js.map +1 -0
  778. package/cjs/string/is_template_literal.d.ts +80 -0
  779. package/cjs/string/is_template_literal.d.ts.map +1 -0
  780. package/cjs/string/is_template_literal.js +3 -0
  781. package/cjs/string/is_template_literal.js.map +1 -0
  782. package/cjs/string/string.d.ts +24 -0
  783. package/cjs/string/string.d.ts.map +1 -0
  784. package/cjs/string/string.js +3 -0
  785. package/cjs/string/string.js.map +1 -0
  786. package/cjs/string/string_plus.d.ts +27 -0
  787. package/cjs/string/string_plus.d.ts.map +1 -0
  788. package/cjs/string/string_plus.js +3 -0
  789. package/cjs/string/string_plus.js.map +1 -0
  790. package/cjs/symbol/is_not_symbol.d.ts +77 -0
  791. package/cjs/symbol/is_not_symbol.d.ts.map +1 -0
  792. package/cjs/symbol/is_not_symbol.js +3 -0
  793. package/cjs/symbol/is_not_symbol.js.map +1 -0
  794. package/cjs/symbol/is_symbol.d.ts +79 -0
  795. package/cjs/symbol/is_symbol.d.ts.map +1 -0
  796. package/cjs/symbol/is_symbol.js +3 -0
  797. package/cjs/symbol/is_symbol.js.map +1 -0
  798. package/cjs/testing/stub.d.ts +50 -0
  799. package/cjs/testing/stub.d.ts.map +1 -0
  800. package/cjs/testing/stub.js +59 -0
  801. package/cjs/testing/stub.js.map +1 -0
  802. package/cjs/testing/test_type.d.ts +350 -0
  803. package/cjs/testing/test_type.d.ts.map +1 -0
  804. package/cjs/testing/test_type.js +16 -0
  805. package/cjs/testing/test_type.js.map +1 -0
  806. package/cjs/tuple/common_prop_keys.d.ts +34 -0
  807. package/cjs/tuple/common_prop_keys.d.ts.map +1 -0
  808. package/cjs/tuple/common_prop_keys.js +3 -0
  809. package/cjs/tuple/common_prop_keys.js.map +1 -0
  810. package/cjs/tuple/create_tuple.d.ts +28 -0
  811. package/cjs/tuple/create_tuple.d.ts.map +1 -0
  812. package/cjs/tuple/create_tuple.js +3 -0
  813. package/cjs/tuple/create_tuple.js.map +1 -0
  814. package/cjs/tuple/drop.d.ts +91 -0
  815. package/cjs/tuple/drop.d.ts.map +1 -0
  816. package/cjs/tuple/drop.js +12 -0
  817. package/cjs/tuple/drop.js.map +1 -0
  818. package/cjs/tuple/is_not_tuple.d.ts +83 -0
  819. package/cjs/tuple/is_not_tuple.d.ts.map +1 -0
  820. package/cjs/tuple/is_not_tuple.js +3 -0
  821. package/cjs/tuple/is_not_tuple.js.map +1 -0
  822. package/cjs/tuple/is_tuple.d.ts +81 -0
  823. package/cjs/tuple/is_tuple.d.ts.map +1 -0
  824. package/cjs/tuple/is_tuple.js +3 -0
  825. package/cjs/tuple/is_tuple.js.map +1 -0
  826. package/cjs/tuple/tail.d.ts +6 -0
  827. package/cjs/tuple/tail.d.ts.map +1 -0
  828. package/cjs/tuple/tail.js +3 -0
  829. package/cjs/tuple/tail.js.map +1 -0
  830. package/cjs/tuple/tuple_plus.common_prop_keys.d.ts +32 -0
  831. package/cjs/tuple/tuple_plus.common_prop_keys.d.ts.map +1 -0
  832. package/cjs/tuple/tuple_plus.common_prop_keys.js +3 -0
  833. package/cjs/tuple/tuple_plus.common_prop_keys.js.map +1 -0
  834. package/cjs/tuple/tuple_plus.d.ts +6 -0
  835. package/cjs/tuple/tuple_plus.d.ts.map +1 -0
  836. package/cjs/tuple/tuple_plus.drop_match.d.ts +6 -0
  837. package/cjs/tuple/tuple_plus.drop_match.d.ts.map +1 -0
  838. package/cjs/tuple/tuple_plus.drop_match.js +3 -0
  839. package/cjs/tuple/tuple_plus.drop_match.js.map +1 -0
  840. package/cjs/tuple/tuple_plus.filter.d.ts +13 -0
  841. package/cjs/tuple/tuple_plus.filter.d.ts.map +1 -0
  842. package/cjs/tuple/tuple_plus.filter.js +3 -0
  843. package/cjs/tuple/tuple_plus.filter.js.map +1 -0
  844. package/cjs/tuple/tuple_plus.find.d.ts +67 -0
  845. package/cjs/tuple/tuple_plus.find.d.ts.map +1 -0
  846. package/cjs/tuple/tuple_plus.find.js +3 -0
  847. package/cjs/tuple/tuple_plus.find.js.map +1 -0
  848. package/cjs/tuple/tuple_plus.js +3 -0
  849. package/cjs/tuple/tuple_plus.js.map +1 -0
  850. package/cjs/tuple/tuple_plus.pad_start.d.ts +25 -0
  851. package/cjs/tuple/tuple_plus.pad_start.d.ts.map +1 -0
  852. package/cjs/tuple/tuple_plus.pad_start.js +3 -0
  853. package/cjs/tuple/tuple_plus.pad_start.js.map +1 -0
  854. package/cjs/type-guard/is_type.d.ts +27 -0
  855. package/cjs/type-guard/is_type.d.ts.map +1 -0
  856. package/cjs/type-guard/is_type.js +27 -0
  857. package/cjs/type-guard/is_type.js.map +1 -0
  858. package/cjs/undefined/has_undefined.d.ts +42 -0
  859. package/cjs/undefined/has_undefined.d.ts.map +1 -0
  860. package/cjs/undefined/has_undefined.js +3 -0
  861. package/cjs/undefined/has_undefined.js.map +1 -0
  862. package/cjs/undefined/is_not_undefined.d.ts +78 -0
  863. package/cjs/undefined/is_not_undefined.d.ts.map +1 -0
  864. package/cjs/undefined/is_not_undefined.js +3 -0
  865. package/cjs/undefined/is_not_undefined.js.map +1 -0
  866. package/cjs/undefined/is_undefined.d.ts +81 -0
  867. package/cjs/undefined/is_undefined.d.ts.map +1 -0
  868. package/cjs/undefined/is_undefined.js +3 -0
  869. package/cjs/undefined/is_undefined.js.map +1 -0
  870. package/cjs/union/sub_union.d.ts +6 -0
  871. package/cjs/union/sub_union.d.ts.map +1 -0
  872. package/cjs/union/sub_union.js +3 -0
  873. package/cjs/union/sub_union.js.map +1 -0
  874. package/cjs/union/union.d.ts +33 -0
  875. package/cjs/union/union.d.ts.map +1 -0
  876. package/cjs/union/union.js +3 -0
  877. package/cjs/union/union.js.map +1 -0
  878. package/cjs/union/union_to_intersection.d.ts +3 -0
  879. package/cjs/union/union_to_intersection.d.ts.map +1 -0
  880. package/cjs/union/union_to_intersection.js +7 -0
  881. package/cjs/union/union_to_intersection.js.map +1 -0
  882. package/cjs/union_keys.d.ts +6 -0
  883. package/cjs/union_keys.d.ts.map +1 -0
  884. package/cjs/union_keys.js +3 -0
  885. package/cjs/union_keys.js.map +1 -0
  886. package/cjs/unknown/is_not_unknown.d.ts +54 -0
  887. package/cjs/unknown/is_not_unknown.d.ts.map +1 -0
  888. package/cjs/unknown/is_not_unknown.js +3 -0
  889. package/cjs/unknown/is_not_unknown.js.map +1 -0
  890. package/cjs/unknown/is_unknown.d.ts +54 -0
  891. package/cjs/unknown/is_unknown.d.ts.map +1 -0
  892. package/cjs/unknown/is_unknown.js +3 -0
  893. package/cjs/unknown/is_unknown.js.map +1 -0
  894. package/cjs/unknown/not_unknown_or.d.ts +30 -0
  895. package/cjs/unknown/not_unknown_or.d.ts.map +1 -0
  896. package/cjs/unknown/not_unknown_or.js +3 -0
  897. package/cjs/unknown/not_unknown_or.js.map +1 -0
  898. package/cjs/unpartial.d.ts +2 -0
  899. package/cjs/unpartial.d.ts.map +1 -0
  900. package/cjs/unpartial.js +8 -0
  901. package/cjs/unpartial.js.map +1 -0
  902. package/cjs/utils/Widen.d.ts +13 -0
  903. package/cjs/utils/Widen.d.ts.map +1 -0
  904. package/cjs/utils/Widen.js +3 -0
  905. package/cjs/utils/Widen.js.map +1 -0
  906. package/cjs/utils/as.d.ts +10 -0
  907. package/cjs/utils/as.d.ts.map +1 -0
  908. package/cjs/utils/as.js +25 -0
  909. package/cjs/utils/as.js.map +1 -0
  910. package/cjs/utils/excessive.d.ts +12 -0
  911. package/cjs/utils/excessive.d.ts.map +1 -0
  912. package/cjs/utils/excessive.js +3 -0
  913. package/cjs/utils/excessive.js.map +1 -0
  914. package/cjs/utils/index.d.ts +41 -0
  915. package/cjs/utils/index.d.ts.map +1 -0
  916. package/cjs/utils/index.js +19 -0
  917. package/cjs/utils/index.js.map +1 -0
  918. package/cjs/utils/inspect.d.ts +5 -0
  919. package/cjs/utils/inspect.d.ts.map +1 -0
  920. package/cjs/utils/inspect.js +12 -0
  921. package/cjs/utils/inspect.js.map +1 -0
  922. package/cjs/utils/no_infer.d.ts +30 -0
  923. package/cjs/utils/no_infer.d.ts.map +1 -0
  924. package/cjs/utils/no_infer.js +3 -0
  925. package/cjs/utils/no_infer.js.map +1 -0
  926. package/cjs/utils/options.d.ts +15 -0
  927. package/cjs/utils/options.d.ts.map +1 -0
  928. package/cjs/utils/options.js +3 -0
  929. package/cjs/utils/options.js.map +1 -0
  930. package/cjs/void/is_not_void.d.ts +85 -0
  931. package/cjs/void/is_not_void.d.ts.map +1 -0
  932. package/cjs/void/is_not_void.js +3 -0
  933. package/cjs/void/is_not_void.js.map +1 -0
  934. package/cjs/void/is_void.d.ts +86 -0
  935. package/cjs/void/is_void.d.ts.map +1 -0
  936. package/cjs/void/is_void.js +3 -0
  937. package/cjs/void/is_void.js.map +1 -0
  938. package/esm/$type/$resolve_options.d.ts +11 -0
  939. package/esm/$type/$resolve_options.d.ts.map +1 -0
  940. package/esm/$type/$resolve_options.js +2 -0
  941. package/esm/$type/$resolve_options.js.map +1 -0
  942. package/esm/$type/$type.d.ts +34 -0
  943. package/esm/$type/$type.d.ts.map +1 -0
  944. package/esm/$type/$type.js +2 -0
  945. package/esm/$type/$type.js.map +1 -0
  946. package/esm/$type/branch/$branch.d.ts +29 -0
  947. package/esm/$type/branch/$branch.d.ts.map +1 -0
  948. package/esm/$type/branch/$branch.js +2 -0
  949. package/esm/$type/branch/$branch.js.map +1 -0
  950. package/esm/$type/branch/$input_options.d.ts +11 -0
  951. package/esm/$type/branch/$input_options.d.ts.map +1 -0
  952. package/esm/$type/branch/$input_options.js +2 -0
  953. package/esm/$type/branch/$input_options.js.map +1 -0
  954. package/esm/$type/branch/$resolve_branch.d.ts +22 -0
  955. package/esm/$type/branch/$resolve_branch.d.ts.map +1 -0
  956. package/esm/$type/branch/$resolve_branch.js +2 -0
  957. package/esm/$type/branch/$resolve_branch.js.map +1 -0
  958. package/esm/$type/branch/$selection.d.ts +161 -0
  959. package/esm/$type/branch/$selection.d.ts.map +1 -0
  960. package/esm/$type/branch/$selection.js +2 -0
  961. package/esm/$type/branch/$selection.js.map +1 -0
  962. package/esm/$type/distributive/$distributive.d.ts +27 -0
  963. package/esm/$type/distributive/$distributive.d.ts.map +1 -0
  964. package/esm/$type/distributive/$distributive.js +2 -0
  965. package/esm/$type/distributive/$distributive.js.map +1 -0
  966. package/esm/$type/errors/$error.d.ts +23 -0
  967. package/esm/$type/errors/$error.d.ts.map +1 -0
  968. package/esm/$type/errors/$error.js +2 -0
  969. package/esm/$type/errors/$error.js.map +1 -0
  970. package/esm/$type/errors/$infer_error.d.ts +22 -0
  971. package/esm/$type/errors/$infer_error.d.ts.map +1 -0
  972. package/esm/$type/errors/$infer_error.js +2 -0
  973. package/esm/$type/errors/$infer_error.js.map +1 -0
  974. package/esm/$type/errors/failed.d.ts +36 -0
  975. package/esm/$type/errors/failed.d.ts.map +1 -0
  976. package/esm/$type/errors/failed.js.map +1 -0
  977. package/esm/$type/exact/$exact.d.ts +27 -0
  978. package/esm/$type/exact/$exact.d.ts.map +1 -0
  979. package/esm/$type/exact/$exact.js +2 -0
  980. package/esm/$type/exact/$exact.js.map +1 -0
  981. package/esm/$type/special/$any.d.ts +36 -0
  982. package/esm/$type/special/$any.d.ts.map +1 -0
  983. package/esm/$type/special/$any.js +2 -0
  984. package/esm/$type/special/$any.js.map +1 -0
  985. package/esm/$type/special/$never.d.ts +52 -0
  986. package/esm/$type/special/$never.d.ts.map +1 -0
  987. package/esm/$type/special/$never.js +2 -0
  988. package/esm/$type/special/$never.js.map +1 -0
  989. package/esm/$type/special/$special.d.ts +31 -0
  990. package/esm/$type/special/$special.d.ts.map +1 -0
  991. package/esm/$type/special/$special.js +2 -0
  992. package/esm/$type/special/$special.js.map +1 -0
  993. package/esm/$type/special/$unknown.d.ts +37 -0
  994. package/esm/$type/special/$unknown.d.ts.map +1 -0
  995. package/esm/$type/special/$unknown.js +2 -0
  996. package/esm/$type/special/$unknown.js.map +1 -0
  997. package/esm/$type/special/$void.d.ts +46 -0
  998. package/esm/$type/special/$void.d.ts.map +1 -0
  999. package/esm/$type/special/$void.js +2 -0
  1000. package/esm/$type/special/$void.js.map +1 -0
  1001. package/esm/$type/utils/$merge_options.d.ts +14 -0
  1002. package/esm/$type/utils/$merge_options.d.ts.map +1 -0
  1003. package/esm/$type/utils/$merge_options.js +2 -0
  1004. package/esm/$type/utils/$merge_options.js.map +1 -0
  1005. package/esm/any/is_any.d.ts +58 -0
  1006. package/esm/any/is_any.d.ts.map +1 -0
  1007. package/esm/any/is_any.js +2 -0
  1008. package/esm/any/is_any.js.map +1 -0
  1009. package/esm/any/is_not_any.d.ts +56 -0
  1010. package/esm/any/is_not_any.d.ts.map +1 -0
  1011. package/esm/any/is_not_any.js +2 -0
  1012. package/esm/any/is_not_any.js.map +1 -0
  1013. package/esm/array/array.at.d.ts +10 -3
  1014. package/esm/array/array.at.d.ts.map +1 -1
  1015. package/esm/array/array.at.js.map +1 -1
  1016. package/esm/array/array.entries.d.ts +6 -3
  1017. package/esm/array/array.entries.d.ts.map +1 -1
  1018. package/esm/array/array.entries.js.map +1 -1
  1019. package/esm/array/array.find_last.d.ts +5 -2
  1020. package/esm/array/array.find_last.d.ts.map +1 -1
  1021. package/esm/array/array.find_last.js.map +1 -1
  1022. package/esm/array/array.reverse.d.ts +1 -1
  1023. package/esm/array/array.reverse.d.ts.map +1 -1
  1024. package/esm/array/array.reverse.js.map +1 -1
  1025. package/esm/array/array.some.d.ts +3 -3
  1026. package/esm/array/array.some.d.ts.map +1 -1
  1027. package/esm/array/array.some.js.map +1 -1
  1028. package/esm/array/array_plus.common_prop_keys.d.ts +8 -4
  1029. package/esm/array/array_plus.common_prop_keys.d.ts.map +1 -1
  1030. package/esm/array/array_plus.common_prop_keys.js.map +1 -1
  1031. package/esm/array/array_plus.concat.d.ts.map +1 -1
  1032. package/esm/array/array_plus.concat.js.map +1 -1
  1033. package/esm/array/array_plus.d.ts.map +1 -1
  1034. package/esm/array/array_plus.drop_match.d.ts +1 -3
  1035. package/esm/array/array_plus.drop_match.d.ts.map +1 -1
  1036. package/esm/array/array_plus.drop_match.js.map +1 -1
  1037. package/esm/array/array_plus.element_match.d.ts +7 -2
  1038. package/esm/array/array_plus.element_match.d.ts.map +1 -1
  1039. package/esm/array/array_plus.element_match.js.map +1 -1
  1040. package/esm/array/array_plus.filter.d.ts +9 -5
  1041. package/esm/array/array_plus.filter.d.ts.map +1 -1
  1042. package/esm/array/array_plus.filter.js.map +1 -1
  1043. package/esm/array/array_plus.find.d.ts +9 -6
  1044. package/esm/array/array_plus.find.d.ts.map +1 -1
  1045. package/esm/array/array_plus.find.js.map +1 -1
  1046. package/esm/array/array_plus.index_at.d.ts +28 -8
  1047. package/esm/array/array_plus.index_at.d.ts.map +1 -1
  1048. package/esm/array/array_plus.index_at.js +82 -0
  1049. package/esm/array/array_plus.index_at.js.map +1 -1
  1050. package/esm/array/array_plus.is_index_out_of_bound.d.ts +6 -3
  1051. package/esm/array/array_plus.is_index_out_of_bound.d.ts.map +1 -1
  1052. package/esm/array/array_plus.is_index_out_of_bound.js.map +1 -1
  1053. package/esm/array/array_plus.is_readonly.d.ts +9 -4
  1054. package/esm/array/array_plus.is_readonly.d.ts.map +1 -1
  1055. package/esm/array/array_plus.is_readonly.js.map +1 -1
  1056. package/esm/array/array_plus.js.map +1 -1
  1057. package/esm/array/array_plus.pad_start.d.ts.map +1 -1
  1058. package/esm/array/array_plus.pad_start.js.map +1 -1
  1059. package/esm/array/array_plus.split_at.d.ts +22 -12
  1060. package/esm/array/array_plus.split_at.d.ts.map +1 -1
  1061. package/esm/array/array_plus.split_at.js.map +1 -1
  1062. package/esm/array/filter.d.ts.map +1 -1
  1063. package/esm/array/filter.js.map +1 -1
  1064. package/esm/array/find_first.d.ts +5 -2
  1065. package/esm/array/find_first.d.ts.map +1 -1
  1066. package/esm/array/find_first.js.map +1 -1
  1067. package/esm/array/head.d.ts +6 -4
  1068. package/esm/array/head.d.ts.map +1 -1
  1069. package/esm/array/head.js.map +1 -1
  1070. package/esm/array/intersect_of_props.d.ts.map +1 -1
  1071. package/esm/array/intersect_of_props.js.map +1 -1
  1072. package/esm/array/is_array.d.ts +93 -0
  1073. package/esm/array/is_array.d.ts.map +1 -0
  1074. package/esm/array/is_array.js +2 -0
  1075. package/esm/array/is_array.js.map +1 -0
  1076. package/esm/array/is_not_array.d.ts +93 -0
  1077. package/esm/array/is_not_array.d.ts.map +1 -0
  1078. package/esm/array/is_not_array.js +2 -0
  1079. package/esm/array/is_not_array.js.map +1 -0
  1080. package/esm/array/last.d.ts +8 -4
  1081. package/esm/array/last.d.ts.map +1 -1
  1082. package/esm/array/last.js.map +1 -1
  1083. package/esm/array/literal_array.d.ts.map +1 -1
  1084. package/esm/array/literal_array.js.map +1 -1
  1085. package/esm/array/loose_array_type.d.ts +7 -4
  1086. package/esm/array/loose_array_type.d.ts.map +1 -1
  1087. package/esm/array/loose_array_type.js.map +1 -1
  1088. package/esm/array/pad_start.d.ts.map +1 -1
  1089. package/esm/array/pad_start.js.map +1 -1
  1090. package/esm/array/reduce_while.d.ts.map +1 -1
  1091. package/esm/array/reduce_while.js.map +1 -1
  1092. package/esm/array/reverse.d.ts.map +1 -1
  1093. package/esm/array/reverse.js.map +1 -1
  1094. package/esm/array/union_of_props.d.ts.map +1 -1
  1095. package/esm/array/union_of_props.js.map +1 -1
  1096. package/esm/array/union_of_values.d.ts.map +1 -1
  1097. package/esm/array/union_of_values.js.map +1 -1
  1098. package/esm/assertion/assert_type.d.ts +27 -26
  1099. package/esm/assertion/assert_type.d.ts.map +1 -1
  1100. package/esm/assertion/assert_type.js +42 -46
  1101. package/esm/assertion/assert_type.js.map +1 -1
  1102. package/esm/bigint/cast.d.ts.map +1 -1
  1103. package/esm/bigint/cast.js.map +1 -1
  1104. package/esm/bigint/is_bigint.d.ts +99 -0
  1105. package/esm/bigint/is_bigint.d.ts.map +1 -0
  1106. package/esm/bigint/is_bigint.js +2 -0
  1107. package/esm/bigint/is_bigint.js.map +1 -0
  1108. package/esm/bigint/is_bigint_literal.d.ts +88 -0
  1109. package/esm/bigint/is_bigint_literal.d.ts.map +1 -0
  1110. package/esm/bigint/is_bigint_literal.js +2 -0
  1111. package/esm/bigint/is_bigint_literal.js.map +1 -0
  1112. package/esm/bigint/is_not_bigint.d.ts +96 -0
  1113. package/esm/bigint/is_not_bigint.d.ts.map +1 -0
  1114. package/esm/bigint/is_not_bigint.js +2 -0
  1115. package/esm/bigint/is_not_bigint.js.map +1 -0
  1116. package/esm/bigint/is_not_bigint_literal.d.ts +87 -0
  1117. package/esm/bigint/is_not_bigint_literal.d.ts.map +1 -0
  1118. package/esm/bigint/is_not_bigint_literal.js +2 -0
  1119. package/esm/bigint/is_not_bigint_literal.js.map +1 -0
  1120. package/esm/binary/_binary.d.ts +2 -1
  1121. package/esm/binary/_binary.d.ts.map +1 -1
  1122. package/esm/binary/_binary.js +2 -1
  1123. package/esm/binary/_binary.js.map +1 -1
  1124. package/esm/binary/bit.d.ts +26 -0
  1125. package/esm/binary/bit.d.ts.map +1 -0
  1126. package/esm/binary/bit.js +2 -0
  1127. package/esm/binary/bit.js.map +1 -0
  1128. package/esm/boolean/is_boolean.d.ts +89 -0
  1129. package/esm/boolean/is_boolean.d.ts.map +1 -0
  1130. package/esm/boolean/is_boolean.js +2 -0
  1131. package/esm/boolean/is_boolean.js.map +1 -0
  1132. package/esm/boolean/is_false.d.ts +84 -0
  1133. package/esm/boolean/is_false.d.ts.map +1 -0
  1134. package/esm/boolean/is_false.js +2 -0
  1135. package/esm/boolean/is_false.js.map +1 -0
  1136. package/esm/boolean/is_not_boolean.d.ts +90 -0
  1137. package/esm/boolean/is_not_boolean.d.ts.map +1 -0
  1138. package/esm/boolean/is_not_boolean.js +2 -0
  1139. package/esm/boolean/is_not_boolean.js.map +1 -0
  1140. package/esm/boolean/is_not_false.d.ts +86 -0
  1141. package/esm/boolean/is_not_false.d.ts.map +1 -0
  1142. package/esm/boolean/is_not_false.js +2 -0
  1143. package/esm/boolean/is_not_false.js.map +1 -0
  1144. package/esm/boolean/is_not_true.d.ts +86 -0
  1145. package/esm/boolean/is_not_true.d.ts.map +1 -0
  1146. package/esm/boolean/is_not_true.js +2 -0
  1147. package/esm/boolean/is_not_true.js.map +1 -0
  1148. package/esm/boolean/is_true.d.ts +84 -0
  1149. package/esm/boolean/is_true.d.ts.map +1 -0
  1150. package/esm/boolean/is_true.js +2 -0
  1151. package/esm/boolean/is_true.js.map +1 -0
  1152. package/esm/class/AnyConstructor.d.ts +1 -1
  1153. package/esm/class/AnyConstructor.d.ts.map +1 -1
  1154. package/esm/class/AnyConstructor.js.map +1 -1
  1155. package/esm/class/index.d.ts.map +1 -1
  1156. package/esm/class/index.js.map +1 -1
  1157. package/esm/class/isConstructor.d.ts +1 -1
  1158. package/esm/class/isConstructor.d.ts.map +1 -1
  1159. package/esm/class/isConstructor.js +3 -2
  1160. package/esm/class/isConstructor.js.map +1 -1
  1161. package/esm/composable_types.d.ts.map +1 -1
  1162. package/esm/composable_types.js.map +1 -1
  1163. package/esm/equal/equal.d.ts +192 -73
  1164. package/esm/equal/equal.d.ts.map +1 -1
  1165. package/esm/equal/equal.js.map +1 -1
  1166. package/esm/equal/identity_equal.d.ts +5 -1
  1167. package/esm/equal/identity_equal.d.ts.map +1 -1
  1168. package/esm/equal/identity_equal.js.map +1 -1
  1169. package/esm/equal/is_equal.d.ts +102 -0
  1170. package/esm/equal/is_equal.d.ts.map +1 -0
  1171. package/esm/equal/is_equal.js +2 -0
  1172. package/esm/equal/is_equal.js.map +1 -0
  1173. package/esm/function/any_function.d.ts.map +1 -1
  1174. package/esm/function/any_function.js.map +1 -1
  1175. package/esm/function/extract_function.d.ts.map +1 -1
  1176. package/esm/function/extract_function.js.map +1 -1
  1177. package/esm/function/is_function.d.ts +84 -0
  1178. package/esm/function/is_function.d.ts.map +1 -0
  1179. package/esm/function/is_function.js +2 -0
  1180. package/esm/function/is_function.js.map +1 -0
  1181. package/esm/function/is_not_function.d.ts +73 -0
  1182. package/esm/function/is_not_function.d.ts.map +1 -0
  1183. package/esm/function/is_not_function.js +2 -0
  1184. package/esm/function/is_not_function.js.map +1 -0
  1185. package/esm/function/is_not_strict_function.d.ts +33 -0
  1186. package/esm/function/is_not_strict_function.d.ts.map +1 -0
  1187. package/esm/function/is_not_strict_function.js +2 -0
  1188. package/esm/function/is_not_strict_function.js.map +1 -0
  1189. package/esm/function/is_strict_function.d.ts +36 -0
  1190. package/esm/function/is_strict_function.d.ts.map +1 -0
  1191. package/esm/function/is_strict_function.js +2 -0
  1192. package/esm/function/is_strict_function.js.map +1 -0
  1193. package/esm/functional/ChainFn.d.ts.map +1 -1
  1194. package/esm/functional/ChainFn.js.map +1 -1
  1195. package/esm/functional/Maybe.d.ts +1 -1
  1196. package/esm/functional/Maybe.d.ts.map +1 -1
  1197. package/esm/functional/Maybe.js +1 -1
  1198. package/esm/functional/Maybe.js.map +1 -1
  1199. package/esm/functional/compose.d.ts.map +1 -1
  1200. package/esm/functional/compose.js +1 -2
  1201. package/esm/functional/compose.js.map +1 -1
  1202. package/esm/functional/context.d.ts.map +1 -1
  1203. package/esm/functional/context.js +8 -3
  1204. package/esm/functional/context.js.map +1 -1
  1205. package/esm/functional/index.d.ts.map +1 -1
  1206. package/esm/functional/index.js.map +1 -1
  1207. package/esm/index.d.ts +84 -35
  1208. package/esm/index.d.ts.map +1 -1
  1209. package/esm/index.js.map +1 -1
  1210. package/esm/json.d.ts.map +1 -1
  1211. package/esm/json.js +1 -1
  1212. package/esm/json.js.map +1 -1
  1213. package/esm/logical/logical.d.ts +35 -0
  1214. package/esm/logical/logical.d.ts.map +1 -0
  1215. package/esm/logical/logical.js.map +1 -0
  1216. package/esm/math/abs.d.ts +4 -5
  1217. package/esm/math/abs.d.ts.map +1 -1
  1218. package/esm/math/abs.js.map +1 -1
  1219. package/esm/math/add.d.ts.map +1 -1
  1220. package/esm/math/add.js.map +1 -1
  1221. package/esm/math/greater_than.d.ts +1 -1
  1222. package/esm/math/greater_than.d.ts.map +1 -1
  1223. package/esm/math/greater_than.js.map +1 -1
  1224. package/esm/math/index.d.ts +1 -1
  1225. package/esm/math/index.d.ts.map +1 -1
  1226. package/esm/math/index.js.map +1 -1
  1227. package/esm/math/math_plus.d.ts.map +1 -1
  1228. package/esm/math/math_plus.js.map +1 -1
  1229. package/esm/math/math_plus.to_negative.d.ts.map +1 -1
  1230. package/esm/math/math_plus.to_negative.js.map +1 -1
  1231. package/esm/math/max.d.ts +1 -1
  1232. package/esm/math/max.d.ts.map +1 -1
  1233. package/esm/math/max.js.map +1 -1
  1234. package/esm/math/multiply.d.ts.map +1 -1
  1235. package/esm/math/multiply.js.map +1 -1
  1236. package/esm/math/numeric_struct.d.ts +1 -1
  1237. package/esm/math/numeric_struct.d.ts.map +1 -1
  1238. package/esm/math/numeric_struct.js.map +1 -1
  1239. package/esm/math/subtract.d.ts.map +1 -1
  1240. package/esm/math/subtract.js.map +1 -1
  1241. package/esm/mix_types/box.d.ts +20 -8
  1242. package/esm/mix_types/box.d.ts.map +1 -1
  1243. package/esm/mix_types/box.js.map +1 -1
  1244. package/esm/mix_types/exclude.d.ts +19 -0
  1245. package/esm/mix_types/exclude.d.ts.map +1 -0
  1246. package/esm/mix_types/exclude.js +2 -0
  1247. package/esm/mix_types/exclude.js.map +1 -0
  1248. package/esm/mix_types/is_any_or_never.d.ts +27 -0
  1249. package/esm/mix_types/is_any_or_never.d.ts.map +1 -0
  1250. package/esm/mix_types/is_any_or_never.js +2 -0
  1251. package/esm/mix_types/is_any_or_never.js.map +1 -0
  1252. package/esm/mix_types/merge.d.ts +33 -21
  1253. package/esm/mix_types/merge.d.ts.map +1 -1
  1254. package/esm/mix_types/merge.js +9 -9
  1255. package/esm/mix_types/merge.js.map +1 -1
  1256. package/esm/never/is_never.d.ts +60 -0
  1257. package/esm/never/is_never.d.ts.map +1 -0
  1258. package/esm/never/is_never.js +2 -0
  1259. package/esm/never/is_never.js.map +1 -0
  1260. package/esm/never/is_not_never.d.ts +60 -0
  1261. package/esm/never/is_not_never.d.ts.map +1 -0
  1262. package/esm/never/is_not_never.js +2 -0
  1263. package/esm/never/is_not_never.js.map +1 -0
  1264. package/esm/nodejs/index.d.ts.map +1 -1
  1265. package/esm/nodejs/index.js.map +1 -1
  1266. package/esm/nodejs/isNodeError.d.ts.map +1 -1
  1267. package/esm/nodejs/isNodeError.js.map +1 -1
  1268. package/esm/nominal/brand.d.ts.map +1 -1
  1269. package/esm/nominal/brand.js +2 -4
  1270. package/esm/nominal/brand.js.map +1 -1
  1271. package/esm/nominal/constants.d.ts.map +1 -1
  1272. package/esm/nominal/constants.js.map +1 -1
  1273. package/esm/nominal/flavor.d.ts.map +1 -1
  1274. package/esm/nominal/flavor.js +2 -4
  1275. package/esm/nominal/flavor.js.map +1 -1
  1276. package/esm/nominal/index.d.ts.map +1 -1
  1277. package/esm/nominal/index.js.map +1 -1
  1278. package/esm/nominal/nominal_match.d.ts.map +1 -1
  1279. package/esm/nominal/nominal_match.js +1 -3
  1280. package/esm/nominal/nominal_match.js.map +1 -1
  1281. package/esm/null/is_not_null.d.ts +77 -0
  1282. package/esm/null/is_not_null.d.ts.map +1 -0
  1283. package/esm/null/is_not_null.js +2 -0
  1284. package/esm/null/is_not_null.js.map +1 -0
  1285. package/esm/null/is_null.d.ts +81 -0
  1286. package/esm/null/is_null.d.ts.map +1 -0
  1287. package/esm/null/is_null.js +2 -0
  1288. package/esm/null/is_null.js.map +1 -0
  1289. package/esm/number/cast.d.ts.map +1 -1
  1290. package/esm/number/cast.js.map +1 -1
  1291. package/esm/number/is_not_number.d.ts +86 -0
  1292. package/esm/number/is_not_number.d.ts.map +1 -0
  1293. package/esm/number/is_not_number.js +2 -0
  1294. package/esm/number/is_not_number.js.map +1 -0
  1295. package/esm/number/is_not_number_literal.d.ts +86 -0
  1296. package/esm/number/is_not_number_literal.d.ts.map +1 -0
  1297. package/esm/number/is_not_number_literal.js +2 -0
  1298. package/esm/number/is_not_number_literal.js.map +1 -0
  1299. package/esm/number/is_number.d.ts +89 -0
  1300. package/esm/number/is_number.d.ts.map +1 -0
  1301. package/esm/number/is_number.js +2 -0
  1302. package/esm/number/is_number.js.map +1 -0
  1303. package/esm/number/is_number_literal.d.ts +88 -0
  1304. package/esm/number/is_number_literal.d.ts.map +1 -0
  1305. package/esm/number/is_number_literal.js +2 -0
  1306. package/esm/number/is_number_literal.js.map +1 -0
  1307. package/esm/number/number_array.d.ts.map +1 -1
  1308. package/esm/number/number_array.js.map +1 -1
  1309. package/esm/number/number_plus.d.ts +11 -6
  1310. package/esm/number/number_plus.d.ts.map +1 -1
  1311. package/esm/number/number_plus.js +1 -0
  1312. package/esm/number/number_plus.js.map +1 -1
  1313. package/esm/numeric/cast.d.ts.map +1 -1
  1314. package/esm/numeric/cast.js.map +1 -1
  1315. package/esm/numeric/is_integer.d.ts +36 -0
  1316. package/esm/numeric/is_integer.d.ts.map +1 -0
  1317. package/esm/numeric/is_integer.js +2 -0
  1318. package/esm/numeric/is_integer.js.map +1 -0
  1319. package/esm/numeric/is_negative.d.ts +41 -0
  1320. package/esm/numeric/is_negative.d.ts.map +1 -0
  1321. package/esm/numeric/is_negative.js +2 -0
  1322. package/esm/numeric/is_negative.js.map +1 -0
  1323. package/esm/numeric/is_not_integer.d.ts +38 -0
  1324. package/esm/numeric/is_not_integer.d.ts.map +1 -0
  1325. package/esm/numeric/is_not_integer.js +2 -0
  1326. package/esm/numeric/is_not_integer.js.map +1 -0
  1327. package/esm/numeric/is_not_negative.d.ts +41 -0
  1328. package/esm/numeric/is_not_negative.d.ts.map +1 -0
  1329. package/esm/numeric/is_not_negative.js +2 -0
  1330. package/esm/numeric/is_not_negative.js.map +1 -0
  1331. package/esm/numeric/is_not_numeric.d.ts +19 -0
  1332. package/esm/numeric/is_not_numeric.d.ts.map +1 -0
  1333. package/esm/numeric/is_not_numeric.js +2 -0
  1334. package/esm/numeric/is_not_numeric.js.map +1 -0
  1335. package/esm/numeric/is_not_positive.d.ts +42 -0
  1336. package/esm/numeric/is_not_positive.d.ts.map +1 -0
  1337. package/esm/numeric/is_not_positive.js +2 -0
  1338. package/esm/numeric/is_not_positive.js.map +1 -0
  1339. package/esm/numeric/is_numeric.d.ts +42 -0
  1340. package/esm/numeric/is_numeric.d.ts.map +1 -0
  1341. package/esm/numeric/is_numeric.js +2 -0
  1342. package/esm/numeric/is_numeric.js.map +1 -0
  1343. package/esm/numeric/is_positive.d.ts +41 -0
  1344. package/esm/numeric/is_positive.d.ts.map +1 -0
  1345. package/esm/numeric/is_positive.js +2 -0
  1346. package/esm/numeric/is_positive.js.map +1 -0
  1347. package/esm/numeric/numeric_plus.d.ts +9 -4
  1348. package/esm/numeric/numeric_plus.d.ts.map +1 -1
  1349. package/esm/numeric/numeric_plus.js.map +1 -1
  1350. package/esm/numeric/numeric_type.d.ts +0 -50
  1351. package/esm/numeric/numeric_type.d.ts.map +1 -1
  1352. package/esm/numeric/numeric_type.js.map +1 -1
  1353. package/esm/object/ANotB.d.ts +1 -1
  1354. package/esm/object/ANotB.d.ts.map +1 -1
  1355. package/esm/object/ANotB.js.map +1 -1
  1356. package/esm/object/ExcludePropType.d.ts.map +1 -1
  1357. package/esm/object/ExcludePropType.js.map +1 -1
  1358. package/esm/object/IsDisjoint.d.ts.map +1 -1
  1359. package/esm/object/IsDisjoint.js.map +1 -1
  1360. package/esm/object/IsRecord.d.ts.map +1 -1
  1361. package/esm/object/IsRecord.js.map +1 -1
  1362. package/esm/object/KeyTypes.d.ts.map +1 -1
  1363. package/esm/object/KeyTypes.js.map +1 -1
  1364. package/esm/object/KeyofOptional.d.ts.map +1 -1
  1365. package/esm/object/KeyofOptional.js.map +1 -1
  1366. package/esm/object/KeysWithDiffType.d.ts +2 -2
  1367. package/esm/object/KeysWithDiffType.d.ts.map +1 -1
  1368. package/esm/object/KeysWithDiffType.js.map +1 -1
  1369. package/esm/object/KnownKeys.d.ts.map +1 -1
  1370. package/esm/object/KnownKeys.js.map +1 -1
  1371. package/esm/object/Partial.d.ts.map +1 -1
  1372. package/esm/object/Partial.js.map +1 -1
  1373. package/esm/object/RecursiveIntersect.d.ts +1 -1
  1374. package/esm/object/RecursiveIntersect.d.ts.map +1 -1
  1375. package/esm/object/RecursiveIntersect.js.map +1 -1
  1376. package/esm/object/RecursiveRequired.d.ts.map +1 -1
  1377. package/esm/object/RecursiveRequired.js.map +1 -1
  1378. package/esm/object/Required.d.ts +1 -2
  1379. package/esm/object/Required.d.ts.map +1 -1
  1380. package/esm/object/Required.js.map +1 -1
  1381. package/esm/object/RequiredKeys.d.ts +2 -2
  1382. package/esm/object/RequiredKeys.d.ts.map +1 -1
  1383. package/esm/object/RequiredKeys.js.map +1 -1
  1384. package/esm/object/SpreadRecord.d.ts.map +1 -1
  1385. package/esm/object/SpreadRecord.js.map +1 -1
  1386. package/esm/object/ValueOf.d.ts.map +1 -1
  1387. package/esm/object/ValueOf.js.map +1 -1
  1388. package/esm/object/adjust_exact_optional_props.d.ts +19 -0
  1389. package/esm/object/adjust_exact_optional_props.d.ts.map +1 -0
  1390. package/esm/object/adjust_exact_optional_props.js +2 -0
  1391. package/esm/object/adjust_exact_optional_props.js.map +1 -0
  1392. package/esm/object/any_record.d.ts.map +1 -1
  1393. package/esm/object/any_record.js.map +1 -1
  1394. package/esm/object/everyKey.d.ts.map +1 -1
  1395. package/esm/object/everyKey.js.map +1 -1
  1396. package/esm/object/facade.d.ts.map +1 -1
  1397. package/esm/object/facade.js +1 -1
  1398. package/esm/object/facade.js.map +1 -1
  1399. package/esm/object/filterKey.d.ts.map +1 -1
  1400. package/esm/object/filterKey.js.map +1 -1
  1401. package/esm/object/findKey.d.ts.map +1 -1
  1402. package/esm/object/findKey.js.map +1 -1
  1403. package/esm/object/forEachKey.d.ts.map +1 -1
  1404. package/esm/object/forEachKey.js +1 -1
  1405. package/esm/object/forEachKey.js.map +1 -1
  1406. package/esm/object/getField.d.ts.map +1 -1
  1407. package/esm/object/getField.js.map +1 -1
  1408. package/esm/object/hasKey.d.ts.map +1 -1
  1409. package/esm/object/hasKey.js +1 -1
  1410. package/esm/object/hasKey.js.map +1 -1
  1411. package/esm/object/hasProperty.d.ts.map +1 -1
  1412. package/esm/object/hasProperty.js.map +1 -1
  1413. package/esm/object/index.d.ts +14 -14
  1414. package/esm/object/index.d.ts.map +1 -1
  1415. package/esm/object/index.js.map +1 -1
  1416. package/esm/object/is_not_object.d.ts +121 -0
  1417. package/esm/object/is_not_object.d.ts.map +1 -0
  1418. package/esm/object/is_not_object.js +2 -0
  1419. package/esm/object/is_not_object.js.map +1 -0
  1420. package/esm/object/is_object.d.ts +108 -0
  1421. package/esm/object/is_object.d.ts.map +1 -0
  1422. package/esm/object/is_object.js +2 -0
  1423. package/esm/object/is_object.js.map +1 -0
  1424. package/esm/object/left_join.d.ts +1 -6
  1425. package/esm/object/left_join.d.ts.map +1 -1
  1426. package/esm/object/left_join.js.map +1 -1
  1427. package/esm/object/mapKey.d.ts.map +1 -1
  1428. package/esm/object/mapKey.js.map +1 -1
  1429. package/esm/object/mapProperties.d.ts.map +1 -1
  1430. package/esm/object/mapProperties.js.map +1 -1
  1431. package/esm/object/merge.d.ts +59 -31
  1432. package/esm/object/merge.d.ts.map +1 -1
  1433. package/esm/object/merge.js.map +1 -1
  1434. package/esm/object/object_plus.d.ts.map +1 -1
  1435. package/esm/object/object_plus.js.map +1 -1
  1436. package/esm/object/omit.d.ts +8 -1
  1437. package/esm/object/omit.d.ts.map +1 -1
  1438. package/esm/object/omit.js.map +1 -1
  1439. package/esm/object/optional_key.d.ts +1 -1
  1440. package/esm/object/optional_key.d.ts.map +1 -1
  1441. package/esm/object/optional_key.js.map +1 -1
  1442. package/esm/object/pick.d.ts.map +1 -1
  1443. package/esm/object/pick.js.map +1 -1
  1444. package/esm/object/properties.d.ts +29 -4
  1445. package/esm/object/properties.d.ts.map +1 -1
  1446. package/esm/object/properties.js +1 -0
  1447. package/esm/object/properties.js.map +1 -1
  1448. package/esm/object/record.d.ts.map +1 -1
  1449. package/esm/object/record.js.map +1 -1
  1450. package/esm/object/recursive_partial.d.ts.map +1 -1
  1451. package/esm/object/recursive_partial.js.map +1 -1
  1452. package/esm/object/reduceKey.d.ts.map +1 -1
  1453. package/esm/object/reduceKey.js.map +1 -1
  1454. package/esm/object/replaceProperty.d.ts.map +1 -1
  1455. package/esm/object/replaceProperty.js.map +1 -1
  1456. package/esm/object/someKey.d.ts.map +1 -1
  1457. package/esm/object/someKey.js.map +1 -1
  1458. package/esm/object/split.d.ts +2 -9
  1459. package/esm/object/split.d.ts.map +1 -1
  1460. package/esm/object/split.js +1 -1
  1461. package/esm/object/split.js.map +1 -1
  1462. package/esm/object/typeOverrideIncompatible.d.ts.map +1 -1
  1463. package/esm/object/typeOverrideIncompatible.js +4 -6
  1464. package/esm/object/typeOverrideIncompatible.js.map +1 -1
  1465. package/esm/package.json +3 -0
  1466. package/esm/predicates/CanAssign.d.ts +12 -4
  1467. package/esm/predicates/CanAssign.d.ts.map +1 -1
  1468. package/esm/predicates/CanAssign.js.map +1 -1
  1469. package/esm/predicates/Extends.d.ts +3 -0
  1470. package/esm/predicates/Extends.d.ts.map +1 -1
  1471. package/esm/predicates/Extends.js.map +1 -1
  1472. package/esm/predicates/If.d.ts.map +1 -1
  1473. package/esm/predicates/If.js.map +1 -1
  1474. package/esm/predicates/IsEmptyObject.d.ts.map +1 -1
  1475. package/esm/predicates/IsEmptyObject.js.map +1 -1
  1476. package/esm/predicates/assignable.d.ts +87 -0
  1477. package/esm/predicates/assignable.d.ts.map +1 -0
  1478. package/esm/predicates/assignable.js +2 -0
  1479. package/esm/predicates/assignable.js.map +1 -0
  1480. package/esm/predicates/index.d.ts +1 -1
  1481. package/esm/predicates/index.d.ts.map +1 -1
  1482. package/esm/predicates/index.js.map +1 -1
  1483. package/esm/predicates/literal.d.ts +1 -1
  1484. package/esm/predicates/literal.d.ts.map +1 -1
  1485. package/esm/predicates/literal.js.map +1 -1
  1486. package/esm/predicates/not_assignable.d.ts +87 -0
  1487. package/esm/predicates/not_assignable.d.ts.map +1 -0
  1488. package/esm/predicates/not_assignable.js +2 -0
  1489. package/esm/predicates/not_assignable.js.map +1 -0
  1490. package/esm/primitive.d.ts.map +1 -1
  1491. package/esm/primitive.js.map +1 -1
  1492. package/esm/promise/MaybePromise.d.ts.map +1 -1
  1493. package/esm/promise/MaybePromise.js +1 -1
  1494. package/esm/promise/MaybePromise.js.map +1 -1
  1495. package/esm/promise/PromiseValue.d.ts.map +1 -1
  1496. package/esm/promise/PromiseValue.js.map +1 -1
  1497. package/esm/promise/PromiseValueMerge.d.ts.map +1 -1
  1498. package/esm/promise/PromiseValueMerge.js.map +1 -1
  1499. package/esm/promise/index.d.ts +2 -2
  1500. package/esm/promise/index.d.ts.map +1 -1
  1501. package/esm/promise/index.js +1 -1
  1502. package/esm/promise/index.js.map +1 -1
  1503. package/esm/promise/isPromise.d.ts.map +1 -1
  1504. package/esm/promise/isPromise.js +1 -1
  1505. package/esm/promise/isPromise.js.map +1 -1
  1506. package/esm/promise/mapSeries.d.ts.map +1 -1
  1507. package/esm/promise/mapSeries.js +1 -1
  1508. package/esm/promise/mapSeries.js.map +1 -1
  1509. package/esm/string/$extract_manipulated_string.d.ts +18 -0
  1510. package/esm/string/$extract_manipulated_string.d.ts.map +1 -0
  1511. package/esm/string/$extract_manipulated_string.js +2 -0
  1512. package/esm/string/$extract_manipulated_string.js.map +1 -0
  1513. package/esm/string/_string_type.d.ts +5 -0
  1514. package/esm/string/_string_type.d.ts.map +1 -0
  1515. package/esm/string/_string_type.js +2 -0
  1516. package/esm/string/_string_type.js.map +1 -0
  1517. package/esm/string/is_not_string.d.ts +85 -0
  1518. package/esm/string/is_not_string.d.ts.map +1 -0
  1519. package/esm/string/is_not_string.js +2 -0
  1520. package/esm/string/is_not_string.js.map +1 -0
  1521. package/esm/string/is_not_string_literal.d.ts +103 -0
  1522. package/esm/string/is_not_string_literal.d.ts.map +1 -0
  1523. package/esm/string/is_not_string_literal.js +2 -0
  1524. package/esm/string/is_not_string_literal.js.map +1 -0
  1525. package/esm/string/is_not_template_literal.d.ts +78 -0
  1526. package/esm/string/is_not_template_literal.d.ts.map +1 -0
  1527. package/esm/string/is_not_template_literal.js +2 -0
  1528. package/esm/string/is_not_template_literal.js.map +1 -0
  1529. package/esm/string/is_string.d.ts +85 -0
  1530. package/esm/string/is_string.d.ts.map +1 -0
  1531. package/esm/string/is_string.js +2 -0
  1532. package/esm/string/is_string.js.map +1 -0
  1533. package/esm/string/is_string_literal.d.ts +103 -0
  1534. package/esm/string/is_string_literal.d.ts.map +1 -0
  1535. package/esm/string/is_string_literal.js +2 -0
  1536. package/esm/string/is_string_literal.js.map +1 -0
  1537. package/esm/string/is_template_literal.d.ts +80 -0
  1538. package/esm/string/is_template_literal.d.ts.map +1 -0
  1539. package/esm/string/is_template_literal.js +2 -0
  1540. package/esm/string/is_template_literal.js.map +1 -0
  1541. package/esm/string/string.d.ts +1 -1
  1542. package/esm/string/string.d.ts.map +1 -1
  1543. package/esm/string/string.js.map +1 -1
  1544. package/esm/string/string_plus.d.ts.map +1 -1
  1545. package/esm/string/string_plus.js.map +1 -1
  1546. package/esm/symbol/is_not_symbol.d.ts +77 -0
  1547. package/esm/symbol/is_not_symbol.d.ts.map +1 -0
  1548. package/esm/symbol/is_not_symbol.js +2 -0
  1549. package/esm/symbol/is_not_symbol.js.map +1 -0
  1550. package/esm/symbol/is_symbol.d.ts +79 -0
  1551. package/esm/symbol/is_symbol.d.ts.map +1 -0
  1552. package/esm/symbol/is_symbol.js +2 -0
  1553. package/esm/symbol/is_symbol.js.map +1 -0
  1554. package/esm/testing/stub.d.ts +37 -18
  1555. package/esm/testing/stub.d.ts.map +1 -1
  1556. package/esm/testing/stub.js +1 -1
  1557. package/esm/testing/stub.js.map +1 -1
  1558. package/esm/testing/test_type.d.ts +85 -45
  1559. package/esm/testing/test_type.d.ts.map +1 -1
  1560. package/esm/testing/test_type.js +1 -1
  1561. package/esm/testing/test_type.js.map +1 -1
  1562. package/esm/tuple/common_prop_keys.d.ts.map +1 -1
  1563. package/esm/tuple/common_prop_keys.js.map +1 -1
  1564. package/esm/tuple/create_tuple.d.ts +2 -2
  1565. package/esm/tuple/create_tuple.d.ts.map +1 -1
  1566. package/esm/tuple/create_tuple.js.map +1 -1
  1567. package/esm/tuple/drop.d.ts.map +1 -1
  1568. package/esm/tuple/drop.js +1 -1
  1569. package/esm/tuple/drop.js.map +1 -1
  1570. package/esm/tuple/is_not_tuple.d.ts +83 -0
  1571. package/esm/tuple/is_not_tuple.d.ts.map +1 -0
  1572. package/esm/tuple/is_not_tuple.js +2 -0
  1573. package/esm/tuple/is_not_tuple.js.map +1 -0
  1574. package/esm/tuple/is_tuple.d.ts +81 -0
  1575. package/esm/tuple/is_tuple.d.ts.map +1 -0
  1576. package/esm/tuple/is_tuple.js +2 -0
  1577. package/esm/tuple/is_tuple.js.map +1 -0
  1578. package/esm/tuple/tail.d.ts +1 -1
  1579. package/esm/tuple/tail.d.ts.map +1 -1
  1580. package/esm/tuple/tail.js.map +1 -1
  1581. package/esm/tuple/tuple_plus.common_prop_keys.d.ts +8 -4
  1582. package/esm/tuple/tuple_plus.common_prop_keys.d.ts.map +1 -1
  1583. package/esm/tuple/tuple_plus.common_prop_keys.js.map +1 -1
  1584. package/esm/tuple/tuple_plus.d.ts.map +1 -1
  1585. package/esm/tuple/tuple_plus.drop_match.d.ts +1 -1
  1586. package/esm/tuple/tuple_plus.drop_match.d.ts.map +1 -1
  1587. package/esm/tuple/tuple_plus.drop_match.js.map +1 -1
  1588. package/esm/tuple/tuple_plus.filter.d.ts +1 -1
  1589. package/esm/tuple/tuple_plus.filter.d.ts.map +1 -1
  1590. package/esm/tuple/tuple_plus.filter.js.map +1 -1
  1591. package/esm/tuple/tuple_plus.find.d.ts +10 -7
  1592. package/esm/tuple/tuple_plus.find.d.ts.map +1 -1
  1593. package/esm/tuple/tuple_plus.find.js.map +1 -1
  1594. package/esm/tuple/tuple_plus.js.map +1 -1
  1595. package/esm/tuple/tuple_plus.pad_start.d.ts +1 -4
  1596. package/esm/tuple/tuple_plus.pad_start.d.ts.map +1 -1
  1597. package/esm/tuple/tuple_plus.pad_start.js.map +1 -1
  1598. package/esm/type-guard/is_type.d.ts +8 -8
  1599. package/esm/type-guard/is_type.d.ts.map +1 -1
  1600. package/esm/type-guard/is_type.js +3 -7
  1601. package/esm/type-guard/is_type.js.map +1 -1
  1602. package/esm/undefined/has_undefined.d.ts +42 -0
  1603. package/esm/undefined/has_undefined.d.ts.map +1 -0
  1604. package/esm/undefined/has_undefined.js +2 -0
  1605. package/esm/undefined/has_undefined.js.map +1 -0
  1606. package/esm/undefined/is_not_undefined.d.ts +78 -0
  1607. package/esm/undefined/is_not_undefined.d.ts.map +1 -0
  1608. package/esm/undefined/is_not_undefined.js +2 -0
  1609. package/esm/undefined/is_not_undefined.js.map +1 -0
  1610. package/esm/undefined/is_undefined.d.ts +81 -0
  1611. package/esm/undefined/is_undefined.d.ts.map +1 -0
  1612. package/esm/undefined/is_undefined.js +2 -0
  1613. package/esm/undefined/is_undefined.js.map +1 -0
  1614. package/esm/union/sub_union.d.ts +6 -0
  1615. package/esm/union/sub_union.d.ts.map +1 -0
  1616. package/esm/union/sub_union.js +2 -0
  1617. package/esm/union/sub_union.js.map +1 -0
  1618. package/esm/union/union.d.ts +1 -1
  1619. package/esm/union/union.d.ts.map +1 -1
  1620. package/esm/union/union.js.map +1 -1
  1621. package/esm/union/union_to_intersection.d.ts.map +1 -1
  1622. package/esm/union/union_to_intersection.js.map +1 -1
  1623. package/esm/union_keys.d.ts.map +1 -1
  1624. package/esm/union_keys.js.map +1 -1
  1625. package/esm/unknown/is_not_unknown.d.ts +54 -0
  1626. package/esm/unknown/is_not_unknown.d.ts.map +1 -0
  1627. package/esm/unknown/is_not_unknown.js +2 -0
  1628. package/esm/unknown/is_not_unknown.js.map +1 -0
  1629. package/esm/unknown/is_unknown.d.ts +54 -0
  1630. package/esm/unknown/is_unknown.d.ts.map +1 -0
  1631. package/esm/unknown/is_unknown.js +2 -0
  1632. package/esm/unknown/is_unknown.js.map +1 -0
  1633. package/esm/unknown/not_unknown_or.d.ts +30 -0
  1634. package/esm/unknown/not_unknown_or.d.ts.map +1 -0
  1635. package/esm/unknown/not_unknown_or.js +2 -0
  1636. package/esm/unknown/not_unknown_or.js.map +1 -0
  1637. package/esm/unpartial.d.ts.map +1 -1
  1638. package/esm/unpartial.js.map +1 -1
  1639. package/esm/utils/Widen.d.ts +9 -2
  1640. package/esm/utils/Widen.d.ts.map +1 -1
  1641. package/esm/utils/Widen.js.map +1 -1
  1642. package/esm/utils/as.d.ts +1 -1
  1643. package/esm/utils/as.d.ts.map +1 -1
  1644. package/esm/utils/as.js +1 -1
  1645. package/esm/utils/as.js.map +1 -1
  1646. package/esm/utils/excessive.d.ts +12 -0
  1647. package/esm/utils/excessive.d.ts.map +1 -0
  1648. package/esm/utils/excessive.js +2 -0
  1649. package/esm/utils/excessive.js.map +1 -0
  1650. package/esm/utils/index.d.ts +0 -2
  1651. package/esm/utils/index.d.ts.map +1 -1
  1652. package/esm/utils/index.js.map +1 -1
  1653. package/esm/utils/inspect.d.ts.map +1 -1
  1654. package/esm/utils/inspect.js.map +1 -1
  1655. package/esm/utils/no_infer.d.ts +30 -0
  1656. package/esm/utils/no_infer.d.ts.map +1 -0
  1657. package/esm/utils/no_infer.js.map +1 -0
  1658. package/esm/utils/options.d.ts +0 -13
  1659. package/esm/utils/options.d.ts.map +1 -1
  1660. package/esm/utils/options.js.map +1 -1
  1661. package/esm/void/is_not_void.d.ts +85 -0
  1662. package/esm/void/is_not_void.d.ts.map +1 -0
  1663. package/esm/void/is_not_void.js +2 -0
  1664. package/esm/void/is_not_void.js.map +1 -0
  1665. package/esm/void/is_void.d.ts +86 -0
  1666. package/esm/void/is_void.d.ts.map +1 -0
  1667. package/esm/void/is_void.js +2 -0
  1668. package/esm/void/is_void.js.map +1 -0
  1669. package/package.json +55 -41
  1670. package/readme.md +247 -245
  1671. package/src/$type/$resolve_options.ts +19 -0
  1672. package/src/$type/$type.ts +37 -0
  1673. package/src/$type/branch/$branch.ts +28 -0
  1674. package/src/$type/branch/$input_options.ts +9 -0
  1675. package/src/$type/branch/$resolve_branch.ts +46 -0
  1676. package/src/$type/branch/$selection.ts +170 -0
  1677. package/src/$type/branch/readme.md +78 -0
  1678. package/src/$type/distributive/$distributive.ts +34 -0
  1679. package/src/$type/distributive/readme.md +26 -0
  1680. package/src/$type/errors/$error.ts +20 -0
  1681. package/src/$type/errors/$infer_error.ts +22 -0
  1682. package/src/$type/errors/failed.ts +36 -0
  1683. package/src/$type/errors/readme.md +60 -0
  1684. package/src/$type/exact/$exact.ts +34 -0
  1685. package/src/$type/exact/readme.md +27 -0
  1686. package/src/$type/readme.md +23 -0
  1687. package/src/$type/special/$any.ts +34 -0
  1688. package/src/$type/special/$never.ts +51 -0
  1689. package/src/$type/special/$special.ts +40 -0
  1690. package/src/$type/special/$unknown.ts +35 -0
  1691. package/src/$type/special/$void.ts +44 -0
  1692. package/src/$type/special/readme.md +51 -0
  1693. package/src/$type/utils/$merge_options.ts +11 -0
  1694. package/src/$type/utils/readme.md +10 -0
  1695. package/src/any/is_any.ts +62 -0
  1696. package/src/any/is_not_any.ts +60 -0
  1697. package/src/any/readme.md +115 -0
  1698. package/src/array/array.at.ts +43 -0
  1699. package/src/array/array.entries.ts +28 -0
  1700. package/src/array/array.find_last.ts +31 -0
  1701. package/src/array/array.reverse.ts +23 -0
  1702. package/src/array/array.some.ts +67 -0
  1703. package/src/array/array_plus.common_prop_keys.ts +37 -0
  1704. package/src/array/array_plus.drop_match.ts +16 -0
  1705. package/src/array/array_plus.element_match.ts +64 -0
  1706. package/src/array/array_plus.filter.ts +51 -0
  1707. package/src/array/array_plus.find.ts +69 -0
  1708. package/src/array/array_plus.index_at.ts +157 -0
  1709. package/src/array/array_plus.is_index_out_of_bound.ts +24 -0
  1710. package/src/array/array_plus.is_readonly.ts +46 -0
  1711. package/src/array/array_plus.pad_start.ts +9 -0
  1712. package/src/array/array_plus.split_at.ts +77 -0
  1713. package/src/array/find_first.ts +74 -0
  1714. package/src/array/head.ts +46 -0
  1715. package/src/array/intersect_of_props.ts +21 -0
  1716. package/src/array/is_array.ts +122 -0
  1717. package/src/array/is_not_array.ts +121 -0
  1718. package/src/array/last.ts +39 -0
  1719. package/src/array/loose_array_type.ts +71 -0
  1720. package/src/array/pad_start.ts +37 -0
  1721. package/src/array/readme.md +567 -0
  1722. package/src/array/reduce_while.ts +20 -0
  1723. package/src/array/reverse.ts +16 -0
  1724. package/src/array/union_of_props.ts +17 -0
  1725. package/src/assertion/assert_type.ts +117 -0
  1726. package/src/bigint/cast.ts +13 -0
  1727. package/src/bigint/is_bigint.ts +118 -0
  1728. package/src/bigint/is_bigint_literal.ts +106 -0
  1729. package/src/bigint/is_not_bigint.ts +115 -0
  1730. package/src/bigint/is_not_bigint_literal.ts +111 -0
  1731. package/src/bigint/readme.md +126 -0
  1732. package/src/binary/_binary.ts +2 -0
  1733. package/src/binary/bit.ts +29 -0
  1734. package/src/binary/readme.md +11 -0
  1735. package/src/boolean/is_boolean.ts +145 -0
  1736. package/src/boolean/is_false.ts +96 -0
  1737. package/src/boolean/is_not_boolean.ts +115 -0
  1738. package/src/boolean/is_not_false.ts +98 -0
  1739. package/src/boolean/is_not_true.ts +97 -0
  1740. package/src/boolean/is_true.ts +96 -0
  1741. package/src/boolean/readme.md +430 -0
  1742. package/src/class/AnyConstructor.ts +1 -0
  1743. package/src/class/isConstructor.ts +34 -0
  1744. package/src/equal/equal.ts +348 -0
  1745. package/src/equal/identity_equal.ts +7 -0
  1746. package/src/equal/is_equal.ts +150 -0
  1747. package/src/equal/readme.md +67 -0
  1748. package/src/function/extract_function.ts +27 -0
  1749. package/src/function/is_function.ts +94 -0
  1750. package/src/function/is_not_function.ts +75 -0
  1751. package/src/function/is_not_strict_function.ts +42 -0
  1752. package/src/function/is_strict_function.ts +49 -0
  1753. package/src/functional/Maybe.ts +20 -0
  1754. package/src/functional/compose.ts +14 -0
  1755. package/src/functional/context.ts +71 -0
  1756. package/src/index.ts +138 -0
  1757. package/src/json.ts +17 -0
  1758. package/src/logical/logical.ts +52 -0
  1759. package/src/logical/readme.md +53 -0
  1760. package/src/math/abs.ts +33 -0
  1761. package/src/math/add.ts +14 -0
  1762. package/src/math/greater_than.ts +12 -0
  1763. package/src/math/index.ts +7 -0
  1764. package/src/math/math_plus.to_negative.ts +22 -0
  1765. package/src/math/max.ts +13 -0
  1766. package/src/math/multiply.ts +12 -0
  1767. package/src/math/numeric_struct.ts +650 -0
  1768. package/src/math/subtract.ts +14 -0
  1769. package/src/mix_types/box.ts +71 -0
  1770. package/src/mix_types/exclude.ts +18 -0
  1771. package/src/mix_types/is_any_or_never.ts +30 -0
  1772. package/src/mix_types/merge.ts +62 -0
  1773. package/src/mix_types/readme.md +87 -0
  1774. package/src/never/is_never.ts +66 -0
  1775. package/src/never/is_not_never.ts +66 -0
  1776. package/src/never/readme.md +148 -0
  1777. package/src/nodejs/isNodeError.ts +27 -0
  1778. package/src/nominal/brand.ts +40 -0
  1779. package/src/nominal/flavor.ts +50 -0
  1780. package/src/nominal/nominal_match.ts +14 -0
  1781. package/src/null/is_not_null.ts +89 -0
  1782. package/src/null/is_null.ts +93 -0
  1783. package/src/null/readme.md +107 -0
  1784. package/src/number/cast.ts +17 -0
  1785. package/src/number/is_not_number.ts +104 -0
  1786. package/src/number/is_not_number_literal.ts +110 -0
  1787. package/src/number/is_number.ts +108 -0
  1788. package/src/number/is_number_literal.ts +106 -0
  1789. package/src/number/number_plus.ts +13 -0
  1790. package/src/number/readme.md +225 -0
  1791. package/src/numeric/is_integer.ts +53 -0
  1792. package/src/numeric/is_negative.ts +60 -0
  1793. package/src/numeric/is_not_integer.ts +63 -0
  1794. package/src/numeric/is_not_negative.ts +61 -0
  1795. package/src/numeric/is_not_numeric.ts +21 -0
  1796. package/src/numeric/is_not_positive.ts +60 -0
  1797. package/src/numeric/is_numeric.ts +52 -0
  1798. package/src/numeric/is_positive.ts +59 -0
  1799. package/src/numeric/numeric_plus.ts +9 -0
  1800. package/src/numeric/numeric_type.ts +9 -0
  1801. package/src/object/ANotB.ts +12 -0
  1802. package/src/object/IsDisjoint.ts +9 -0
  1803. package/src/object/KeysWithDiffType.ts +9 -0
  1804. package/src/object/KnownKeys.ts +17 -0
  1805. package/src/object/RecursiveIntersect.ts +25 -0
  1806. package/src/object/RecursiveRequired.ts +9 -0
  1807. package/src/object/Required.ts +7 -0
  1808. package/src/object/RequiredKeys.ts +8 -0
  1809. package/src/object/SpreadRecord.ts +4 -0
  1810. package/src/object/adjust_exact_optional_props.ts +23 -0
  1811. package/src/object/everyKey.ts +9 -0
  1812. package/src/object/facade.ts +206 -0
  1813. package/src/object/filterKey.ts +11 -0
  1814. package/src/object/findKey.ts +11 -0
  1815. package/src/object/forEachKey.ts +9 -0
  1816. package/src/object/getField.ts +17 -0
  1817. package/src/object/hasKey.ts +7 -0
  1818. package/src/object/index.ts +39 -0
  1819. package/src/object/is_not_object.ts +146 -0
  1820. package/src/object/is_object.ts +134 -0
  1821. package/src/object/left_join.ts +10 -0
  1822. package/src/object/mapKey.ts +11 -0
  1823. package/src/object/mapProperties.ts +22 -0
  1824. package/src/object/merge.ts +105 -0
  1825. package/src/object/omit.ts +211 -0
  1826. package/src/object/optional_key.ts +35 -0
  1827. package/src/object/pick.ts +209 -0
  1828. package/src/object/properties.ts +37 -0
  1829. package/src/object/recursive_partial.ts +39 -0
  1830. package/src/object/reduceKey.ts +14 -0
  1831. package/src/object/replaceProperty.ts +11 -0
  1832. package/src/object/someKey.ts +11 -0
  1833. package/src/object/split.ts +191 -0
  1834. package/src/object/typeOverrideIncompatible.ts +8 -0
  1835. package/src/predicates/CanAssign.ts +65 -0
  1836. package/src/predicates/Extends.ts +7 -0
  1837. package/src/predicates/assignable.ts +99 -0
  1838. package/src/predicates/index.ts +6 -0
  1839. package/src/predicates/literal.ts +35 -0
  1840. package/src/predicates/not_assignable.ts +99 -0
  1841. package/src/primitive.ts +4 -0
  1842. package/src/promise/MaybePromise.ts +31 -0
  1843. package/src/promise/PromiseValueMerge.ts +24 -0
  1844. package/src/promise/index.ts +5 -0
  1845. package/src/promise/isPromise.ts +4 -0
  1846. package/src/promise/mapSeries.ts +3 -0
  1847. package/src/string/$extract_manipulated_string.ts +54 -0
  1848. package/src/string/_string_type.ts +12 -0
  1849. package/src/string/is_not_string.ts +104 -0
  1850. package/src/string/is_not_string_literal.ts +133 -0
  1851. package/src/string/is_not_template_literal.ts +95 -0
  1852. package/src/string/is_string.ts +105 -0
  1853. package/src/string/is_string_literal.ts +133 -0
  1854. package/src/string/is_template_literal.ts +97 -0
  1855. package/src/string/string.ts +36 -0
  1856. package/src/string/string_plus.ts +33 -0
  1857. package/src/symbol/is_not_symbol.ts +89 -0
  1858. package/src/symbol/is_symbol.ts +91 -0
  1859. package/src/testing/stub.ts +80 -0
  1860. package/src/testing/test_type.ts +313 -0
  1861. package/src/tuple/common_prop_keys.ts +38 -0
  1862. package/src/tuple/create_tuple.ts +42 -0
  1863. package/src/tuple/drop.ts +123 -0
  1864. package/src/tuple/is_not_tuple.ts +108 -0
  1865. package/src/tuple/is_tuple.ts +104 -0
  1866. package/src/tuple/readme.md +282 -0
  1867. package/src/tuple/tail.ts +12 -0
  1868. package/src/tuple/tuple_plus.common_prop_keys.ts +44 -0
  1869. package/src/tuple/tuple_plus.drop_match.ts +20 -0
  1870. package/src/tuple/tuple_plus.filter.ts +22 -0
  1871. package/src/tuple/tuple_plus.find.ts +79 -0
  1872. package/src/tuple/tuple_plus.pad_start.ts +46 -0
  1873. package/src/type-guard/is_type.ts +48 -0
  1874. package/src/undefined/has_undefined.ts +44 -0
  1875. package/src/undefined/is_not_undefined.ts +89 -0
  1876. package/src/undefined/is_undefined.ts +92 -0
  1877. package/src/undefined/readme.md +140 -0
  1878. package/src/union/readme.md +81 -0
  1879. package/src/union/sub_union.ts +5 -0
  1880. package/src/union/union.ts +34 -0
  1881. package/src/union/union_to_intersection.ts +7 -0
  1882. package/src/unknown/is_not_unknown.ts +58 -0
  1883. package/src/unknown/is_unknown.ts +58 -0
  1884. package/src/unknown/not_unknown_or.ts +33 -0
  1885. package/src/unknown/readme.md +108 -0
  1886. package/src/utils/Widen.ts +12 -0
  1887. package/src/utils/as.ts +21 -0
  1888. package/src/utils/excessive.ts +11 -0
  1889. package/src/utils/index.ts +61 -0
  1890. package/src/utils/no_infer.ts +34 -0
  1891. package/src/utils/options.ts +15 -0
  1892. package/src/utils/readme.md +17 -0
  1893. package/src/void/is_not_void.ts +100 -0
  1894. package/src/void/is_void.ts +101 -0
  1895. package/src/void/readme.md +108 -0
  1896. package/esm/any/any_type.d.ts +0 -63
  1897. package/esm/any/any_type.d.ts.map +0 -1
  1898. package/esm/any/any_type.js +0 -2
  1899. package/esm/any/any_type.js.map +0 -1
  1900. package/esm/array/array_type.d.ts +0 -66
  1901. package/esm/array/array_type.d.ts.map +0 -1
  1902. package/esm/array/array_type.js +0 -2
  1903. package/esm/array/array_type.js.map +0 -1
  1904. package/esm/array/strict_array_type.d.ts +0 -66
  1905. package/esm/array/strict_array_type.d.ts.map +0 -1
  1906. package/esm/array/strict_array_type.js +0 -2
  1907. package/esm/array/strict_array_type.js.map +0 -1
  1908. package/esm/bigint/bigint_type.d.ts +0 -54
  1909. package/esm/bigint/bigint_type.d.ts.map +0 -1
  1910. package/esm/bigint/bigint_type.js +0 -2
  1911. package/esm/bigint/bigint_type.js.map +0 -1
  1912. package/esm/bigint/strict_bigint_type.d.ts +0 -56
  1913. package/esm/bigint/strict_bigint_type.d.ts.map +0 -1
  1914. package/esm/bigint/strict_bigint_type.js +0 -2
  1915. package/esm/bigint/strict_bigint_type.js.map +0 -1
  1916. package/esm/binary/Bit.d.ts +0 -6
  1917. package/esm/binary/Bit.d.ts.map +0 -1
  1918. package/esm/binary/Bit.js +0 -2
  1919. package/esm/binary/Bit.js.map +0 -1
  1920. package/esm/binary/index.d.ts +0 -3
  1921. package/esm/binary/index.d.ts.map +0 -1
  1922. package/esm/binary/index.js +0 -3
  1923. package/esm/binary/index.js.map +0 -1
  1924. package/esm/boolean/boolean_type.d.ts +0 -56
  1925. package/esm/boolean/boolean_type.d.ts.map +0 -1
  1926. package/esm/boolean/boolean_type.js +0 -2
  1927. package/esm/boolean/boolean_type.js.map +0 -1
  1928. package/esm/boolean/false_type.d.ts +0 -49
  1929. package/esm/boolean/false_type.d.ts.map +0 -1
  1930. package/esm/boolean/false_type.js +0 -2
  1931. package/esm/boolean/false_type.js.map +0 -1
  1932. package/esm/boolean/strict_boolean_type.d.ts +0 -53
  1933. package/esm/boolean/strict_boolean_type.d.ts.map +0 -1
  1934. package/esm/boolean/strict_boolean_type.js +0 -2
  1935. package/esm/boolean/strict_boolean_type.js.map +0 -1
  1936. package/esm/boolean/true_type.d.ts +0 -49
  1937. package/esm/boolean/true_type.d.ts.map +0 -1
  1938. package/esm/boolean/true_type.js +0 -2
  1939. package/esm/boolean/true_type.js.map +0 -1
  1940. package/esm/function/function_type.d.ts +0 -59
  1941. package/esm/function/function_type.d.ts.map +0 -1
  1942. package/esm/function/function_type.js +0 -2
  1943. package/esm/function/function_type.js.map +0 -1
  1944. package/esm/function/strict_function_type.d.ts +0 -49
  1945. package/esm/function/strict_function_type.d.ts.map +0 -1
  1946. package/esm/function/strict_function_type.js +0 -2
  1947. package/esm/function/strict_function_type.js.map +0 -1
  1948. package/esm/mix_types/any_or_never_type.d.ts +0 -37
  1949. package/esm/mix_types/any_or_never_type.d.ts.map +0 -1
  1950. package/esm/mix_types/any_or_never_type.js +0 -2
  1951. package/esm/mix_types/any_or_never_type.js.map +0 -1
  1952. package/esm/never/never_type.d.ts +0 -62
  1953. package/esm/never/never_type.d.ts.map +0 -1
  1954. package/esm/never/never_type.js +0 -2
  1955. package/esm/never/never_type.js.map +0 -1
  1956. package/esm/null/null_type.d.ts +0 -50
  1957. package/esm/null/null_type.d.ts.map +0 -1
  1958. package/esm/null/null_type.js +0 -2
  1959. package/esm/null/null_type.js.map +0 -1
  1960. package/esm/number/number_type.d.ts +0 -50
  1961. package/esm/number/number_type.d.ts.map +0 -1
  1962. package/esm/number/number_type.js +0 -2
  1963. package/esm/number/number_type.js.map +0 -1
  1964. package/esm/number/strict_number_type.d.ts +0 -65
  1965. package/esm/number/strict_number_type.d.ts.map +0 -1
  1966. package/esm/number/strict_number_type.js +0 -2
  1967. package/esm/number/strict_number_type.js.map +0 -1
  1968. package/esm/numeric/integer.d.ts +0 -69
  1969. package/esm/numeric/integer.d.ts.map +0 -1
  1970. package/esm/numeric/integer.js +0 -2
  1971. package/esm/numeric/integer.js.map +0 -1
  1972. package/esm/numeric/negative.d.ts +0 -70
  1973. package/esm/numeric/negative.d.ts.map +0 -1
  1974. package/esm/numeric/negative.js +0 -2
  1975. package/esm/numeric/negative.js.map +0 -1
  1976. package/esm/numeric/positive.d.ts +0 -53
  1977. package/esm/numeric/positive.d.ts.map +0 -1
  1978. package/esm/numeric/positive.js +0 -2
  1979. package/esm/numeric/positive.js.map +0 -1
  1980. package/esm/object/OptionalKeys.d.ts +0 -8
  1981. package/esm/object/OptionalKeys.d.ts.map +0 -1
  1982. package/esm/object/OptionalKeys.js +0 -2
  1983. package/esm/object/OptionalKeys.js.map +0 -1
  1984. package/esm/object/is_strict_object.d.ts +0 -10
  1985. package/esm/object/is_strict_object.d.ts.map +0 -1
  1986. package/esm/object/is_strict_object.js +0 -2
  1987. package/esm/object/is_strict_object.js.map +0 -1
  1988. package/esm/object/object_type.d.ts +0 -54
  1989. package/esm/object/object_type.d.ts.map +0 -1
  1990. package/esm/object/object_type.js +0 -2
  1991. package/esm/object/object_type.js.map +0 -1
  1992. package/esm/predicates/logical.d.ts +0 -5
  1993. package/esm/predicates/logical.d.ts.map +0 -1
  1994. package/esm/predicates/logical.js.map +0 -1
  1995. package/esm/string/strict_string_type.d.ts +0 -61
  1996. package/esm/string/strict_string_type.d.ts.map +0 -1
  1997. package/esm/string/strict_string_type.js +0 -2
  1998. package/esm/string/strict_string_type.js.map +0 -1
  1999. package/esm/string/string_type.d.ts +0 -58
  2000. package/esm/string/string_type.d.ts.map +0 -1
  2001. package/esm/string/string_type.js +0 -2
  2002. package/esm/string/string_type.js.map +0 -1
  2003. package/esm/symbol/symbol_type.d.ts +0 -50
  2004. package/esm/symbol/symbol_type.d.ts.map +0 -1
  2005. package/esm/symbol/symbol_type.js +0 -2
  2006. package/esm/symbol/symbol_type.js.map +0 -1
  2007. package/esm/tuple/tuple_type.d.ts +0 -77
  2008. package/esm/tuple/tuple_type.d.ts.map +0 -1
  2009. package/esm/tuple/tuple_type.js +0 -2
  2010. package/esm/tuple/tuple_type.js.map +0 -1
  2011. package/esm/type/failed.d.ts +0 -32
  2012. package/esm/type/failed.d.ts.map +0 -1
  2013. package/esm/type/failed.js.map +0 -1
  2014. package/esm/type/no_infer.d.ts +0 -27
  2015. package/esm/type/no_infer.d.ts.map +0 -1
  2016. package/esm/type/no_infer.js.map +0 -1
  2017. package/esm/type_plus/cases.d.ts +0 -13
  2018. package/esm/type_plus/cases.d.ts.map +0 -1
  2019. package/esm/type_plus/cases.js +0 -6
  2020. package/esm/type_plus/cases.js.map +0 -1
  2021. package/esm/undefined/undefined_type.d.ts +0 -53
  2022. package/esm/undefined/undefined_type.d.ts.map +0 -1
  2023. package/esm/undefined/undefined_type.js +0 -2
  2024. package/esm/undefined/undefined_type.js.map +0 -1
  2025. package/esm/unknown/unknown_type.d.ts +0 -63
  2026. package/esm/unknown/unknown_type.d.ts.map +0 -1
  2027. package/esm/unknown/unknown_type.js +0 -2
  2028. package/esm/unknown/unknown_type.js.map +0 -1
  2029. package/esm/utils/NonNull.d.ts +0 -2
  2030. package/esm/utils/NonNull.d.ts.map +0 -1
  2031. package/esm/utils/NonNull.js +0 -2
  2032. package/esm/utils/NonNull.js.map +0 -1
  2033. package/esm/utils/NonUndefined.d.ts +0 -2
  2034. package/esm/utils/NonUndefined.d.ts.map +0 -1
  2035. package/esm/utils/NonUndefined.js +0 -2
  2036. package/esm/utils/NonUndefined.js.map +0 -1
  2037. package/esm/void/void_type.d.ts +0 -43
  2038. package/esm/void/void_type.d.ts.map +0 -1
  2039. package/esm/void/void_type.js +0 -2
  2040. package/esm/void/void_type.js.map +0 -1
  2041. package/ts/any/any_type.ts +0 -65
  2042. package/ts/any/readme.md +0 -110
  2043. package/ts/array/array.at.ts +0 -30
  2044. package/ts/array/array.entries.ts +0 -26
  2045. package/ts/array/array.find_last.ts +0 -29
  2046. package/ts/array/array.reverse.ts +0 -25
  2047. package/ts/array/array.some.ts +0 -67
  2048. package/ts/array/array_plus.common_prop_keys.ts +0 -35
  2049. package/ts/array/array_plus.drop_match.ts +0 -19
  2050. package/ts/array/array_plus.element_match.ts +0 -61
  2051. package/ts/array/array_plus.filter.ts +0 -49
  2052. package/ts/array/array_plus.find.ts +0 -71
  2053. package/ts/array/array_plus.index_at.ts +0 -69
  2054. package/ts/array/array_plus.is_index_out_of_bound.ts +0 -22
  2055. package/ts/array/array_plus.is_readonly.ts +0 -46
  2056. package/ts/array/array_plus.pad_start.ts +0 -13
  2057. package/ts/array/array_plus.split_at.ts +0 -74
  2058. package/ts/array/array_type.ts +0 -75
  2059. package/ts/array/find_first.ts +0 -71
  2060. package/ts/array/head.ts +0 -40
  2061. package/ts/array/intersect_of_props.ts +0 -21
  2062. package/ts/array/last.ts +0 -40
  2063. package/ts/array/loose_array_type.ts +0 -69
  2064. package/ts/array/pad_start.ts +0 -39
  2065. package/ts/array/readme.md +0 -567
  2066. package/ts/array/reduce_while.ts +0 -20
  2067. package/ts/array/reverse.ts +0 -16
  2068. package/ts/array/strict_array_type.ts +0 -75
  2069. package/ts/array/union_of_props.ts +0 -17
  2070. package/ts/assertion/assert_type.ts +0 -119
  2071. package/ts/bigint/bigint_type.ts +0 -57
  2072. package/ts/bigint/cast.ts +0 -13
  2073. package/ts/bigint/readme.md +0 -51
  2074. package/ts/bigint/strict_bigint_type.ts +0 -61
  2075. package/ts/binary/Bit.ts +0 -6
  2076. package/ts/binary/_binary.ts +0 -1
  2077. package/ts/binary/index.ts +0 -2
  2078. package/ts/boolean/boolean_type.ts +0 -61
  2079. package/ts/boolean/false_type.ts +0 -53
  2080. package/ts/boolean/readme.md +0 -85
  2081. package/ts/boolean/strict_boolean_type.ts +0 -57
  2082. package/ts/boolean/true_type.ts +0 -53
  2083. package/ts/class/AnyConstructor.ts +0 -1
  2084. package/ts/class/isConstructor.ts +0 -34
  2085. package/ts/equal/equal.ts +0 -135
  2086. package/ts/equal/identity_equal.ts +0 -9
  2087. package/ts/equal/readme.md +0 -48
  2088. package/ts/function/extract_function.ts +0 -29
  2089. package/ts/function/function_type.ts +0 -64
  2090. package/ts/function/strict_function_type.ts +0 -53
  2091. package/ts/functional/Maybe.ts +0 -22
  2092. package/ts/functional/compose.ts +0 -17
  2093. package/ts/functional/context.ts +0 -66
  2094. package/ts/index.ts +0 -127
  2095. package/ts/json.ts +0 -17
  2096. package/ts/math/abs.ts +0 -18
  2097. package/ts/math/add.ts +0 -14
  2098. package/ts/math/greater_than.ts +0 -12
  2099. package/ts/math/index.ts +0 -7
  2100. package/ts/math/math_plus.to_negative.ts +0 -22
  2101. package/ts/math/max.ts +0 -13
  2102. package/ts/math/multiply.ts +0 -12
  2103. package/ts/math/numeric_struct.ts +0 -656
  2104. package/ts/math/subtract.ts +0 -14
  2105. package/ts/mix_types/any_or_never_type.ts +0 -38
  2106. package/ts/mix_types/box.ts +0 -62
  2107. package/ts/mix_types/merge.ts +0 -61
  2108. package/ts/mix_types/readme.md +0 -74
  2109. package/ts/never/never_type.ts +0 -70
  2110. package/ts/never/readme.md +0 -37
  2111. package/ts/nodejs/isNodeError.ts +0 -27
  2112. package/ts/nominal/brand.ts +0 -43
  2113. package/ts/nominal/flavor.ts +0 -53
  2114. package/ts/nominal/nominal_match.ts +0 -22
  2115. package/ts/null/null_type.ts +0 -53
  2116. package/ts/null/readme.md +0 -24
  2117. package/ts/number/cast.ts +0 -17
  2118. package/ts/number/number_plus.ts +0 -20
  2119. package/ts/number/number_type.ts +0 -53
  2120. package/ts/number/readme.md +0 -47
  2121. package/ts/number/strict_number_type.ts +0 -69
  2122. package/ts/numeric/integer.ts +0 -75
  2123. package/ts/numeric/negative.ts +0 -101
  2124. package/ts/numeric/numeric_plus.ts +0 -12
  2125. package/ts/numeric/numeric_type.ts +0 -64
  2126. package/ts/numeric/positive.ts +0 -60
  2127. package/ts/object/ANotB.ts +0 -12
  2128. package/ts/object/IsDisjoint.ts +0 -12
  2129. package/ts/object/KeysWithDiffType.ts +0 -9
  2130. package/ts/object/KnownKeys.ts +0 -17
  2131. package/ts/object/OptionalKeys.ts +0 -9
  2132. package/ts/object/RecursiveIntersect.ts +0 -25
  2133. package/ts/object/RecursiveRequired.ts +0 -9
  2134. package/ts/object/Required.ts +0 -9
  2135. package/ts/object/RequiredKeys.ts +0 -8
  2136. package/ts/object/SpreadRecord.ts +0 -7
  2137. package/ts/object/everyKey.ts +0 -9
  2138. package/ts/object/facade.ts +0 -214
  2139. package/ts/object/filterKey.ts +0 -11
  2140. package/ts/object/findKey.ts +0 -11
  2141. package/ts/object/forEachKey.ts +0 -9
  2142. package/ts/object/getField.ts +0 -20
  2143. package/ts/object/hasKey.ts +0 -7
  2144. package/ts/object/index.ts +0 -38
  2145. package/ts/object/is_strict_object.ts +0 -14
  2146. package/ts/object/left_join.ts +0 -19
  2147. package/ts/object/mapKey.ts +0 -11
  2148. package/ts/object/mapProperties.ts +0 -22
  2149. package/ts/object/merge.ts +0 -122
  2150. package/ts/object/object_type.ts +0 -57
  2151. package/ts/object/omit.ts +0 -222
  2152. package/ts/object/optional_key.ts +0 -38
  2153. package/ts/object/pick.ts +0 -220
  2154. package/ts/object/properties.ts +0 -4
  2155. package/ts/object/recursive_partial.ts +0 -39
  2156. package/ts/object/reduceKey.ts +0 -14
  2157. package/ts/object/replaceProperty.ts +0 -11
  2158. package/ts/object/someKey.ts +0 -11
  2159. package/ts/object/split.ts +0 -203
  2160. package/ts/object/typeOverrideIncompatible.ts +0 -10
  2161. package/ts/predicates/CanAssign.ts +0 -71
  2162. package/ts/predicates/Extends.ts +0 -4
  2163. package/ts/predicates/index.ts +0 -7
  2164. package/ts/predicates/literal.ts +0 -35
  2165. package/ts/predicates/logical.ts +0 -19
  2166. package/ts/primitive.ts +0 -13
  2167. package/ts/promise/MaybePromise.ts +0 -31
  2168. package/ts/promise/PromiseValueMerge.ts +0 -24
  2169. package/ts/promise/index.ts +0 -5
  2170. package/ts/promise/isPromise.ts +0 -4
  2171. package/ts/promise/mapSeries.ts +0 -3
  2172. package/ts/string/strict_string_type.ts +0 -65
  2173. package/ts/string/string.ts +0 -36
  2174. package/ts/string/string_plus.ts +0 -33
  2175. package/ts/string/string_type.ts +0 -61
  2176. package/ts/symbol/symbol_type.ts +0 -53
  2177. package/ts/testing/stub.ts +0 -80
  2178. package/ts/testing/test_type.ts +0 -317
  2179. package/ts/tuple/common_prop_keys.ts +0 -41
  2180. package/ts/tuple/create_tuple.ts +0 -42
  2181. package/ts/tuple/drop.ts +0 -125
  2182. package/ts/tuple/readme.md +0 -282
  2183. package/ts/tuple/tail.ts +0 -10
  2184. package/ts/tuple/tuple_plus.common_prop_keys.ts +0 -47
  2185. package/ts/tuple/tuple_plus.drop_match.ts +0 -20
  2186. package/ts/tuple/tuple_plus.filter.ts +0 -29
  2187. package/ts/tuple/tuple_plus.find.ts +0 -88
  2188. package/ts/tuple/tuple_plus.pad_start.ts +0 -61
  2189. package/ts/tuple/tuple_type.ts +0 -106
  2190. package/ts/type/failed.ts +0 -32
  2191. package/ts/type/no_infer.ts +0 -27
  2192. package/ts/type/readme.md +0 -36
  2193. package/ts/type-guard/is_type.ts +0 -52
  2194. package/ts/type_plus/cases.ts +0 -14
  2195. package/ts/undefined/readme.md +0 -18
  2196. package/ts/undefined/undefined_type.ts +0 -57
  2197. package/ts/union/readme.md +0 -81
  2198. package/ts/union/union.ts +0 -37
  2199. package/ts/union/union_to_intersection.ts +0 -9
  2200. package/ts/unknown/readme.md +0 -27
  2201. package/ts/unknown/unknown_type.ts +0 -68
  2202. package/ts/utils/NonNull.ts +0 -1
  2203. package/ts/utils/NonUndefined.ts +0 -1
  2204. package/ts/utils/Widen.ts +0 -5
  2205. package/ts/utils/as.ts +0 -21
  2206. package/ts/utils/index.ts +0 -63
  2207. package/ts/utils/options.ts +0 -29
  2208. package/ts/void/readme.md +0 -26
  2209. package/ts/void/void_type.ts +0 -50
  2210. /package/esm/{type → $type/errors}/failed.js +0 -0
  2211. /package/esm/{predicates → logical}/logical.js +0 -0
  2212. /package/esm/{type → utils}/no_infer.js +0 -0
  2213. /package/{ts → src}/array/array_plus.concat.ts +0 -0
  2214. /package/{ts → src}/array/array_plus.ts +0 -0
  2215. /package/{ts → src}/array/filter.ts +0 -0
  2216. /package/{ts → src}/array/literal_array.ts +0 -0
  2217. /package/{ts → src}/array/union_of_values.ts +0 -0
  2218. /package/{ts → src}/assertion/readme.md +0 -0
  2219. /package/{ts → src}/class/index.ts +0 -0
  2220. /package/{ts → src}/composable_types.ts +0 -0
  2221. /package/{ts → src}/function/any_function.ts +0 -0
  2222. /package/{ts → src}/function/readme.md +0 -0
  2223. /package/{ts → src}/functional/ChainFn.ts +0 -0
  2224. /package/{ts → src}/functional/index.ts +0 -0
  2225. /package/{ts → src}/math/README.md +0 -0
  2226. /package/{ts → src}/math/math_plus.ts +0 -0
  2227. /package/{ts → src}/nodejs/index.ts +0 -0
  2228. /package/{ts → src}/nominal/constants.ts +0 -0
  2229. /package/{ts → src}/nominal/index.ts +0 -0
  2230. /package/{ts → src}/number/number_array.ts +0 -0
  2231. /package/{ts → src}/numeric/cast.ts +0 -0
  2232. /package/{ts → src}/numeric/readme.md +0 -0
  2233. /package/{ts → src}/object/ExcludePropType.ts +0 -0
  2234. /package/{ts → src}/object/IsRecord.ts +0 -0
  2235. /package/{ts → src}/object/KeyTypes.ts +0 -0
  2236. /package/{ts → src}/object/KeyofOptional.ts +0 -0
  2237. /package/{ts → src}/object/Partial.ts +0 -0
  2238. /package/{ts → src}/object/ValueOf.ts +0 -0
  2239. /package/{ts → src}/object/any_record.ts +0 -0
  2240. /package/{ts → src}/object/hasProperty.ts +0 -0
  2241. /package/{ts → src}/object/object_plus.ts +0 -0
  2242. /package/{ts → src}/object/readme.md +0 -0
  2243. /package/{ts → src}/object/record.ts +0 -0
  2244. /package/{ts → src}/predicates/If.ts +0 -0
  2245. /package/{ts → src}/predicates/IsEmptyObject.ts +0 -0
  2246. /package/{ts → src}/promise/PromiseValue.ts +0 -0
  2247. /package/{ts → src}/string/readme.md +0 -0
  2248. /package/{ts → src}/symbol/readme.md +0 -0
  2249. /package/{ts → src}/testing/readme.md +0 -0
  2250. /package/{ts → src}/tuple/tuple_plus.ts +0 -0
  2251. /package/{ts → src}/type-guard/readme.md +0 -0
  2252. /package/{ts → src}/union_keys.ts +0 -0
  2253. /package/{ts → src}/unpartial.ts +0 -0
  2254. /package/{ts → src}/utils/inspect.ts +0 -0
package/readme.md CHANGED
@@ -8,44 +8,45 @@
8
8
 
9
9
  [![Visual Studio Code][vscode_image]][vscode_url]
10
10
 
11
- More than 200 type utilities for [TypeScript] for applications, library, and type-level programming.
11
+ More than 200 type utilities for [TypeScript] for applications, library,
12
+ and type-level programming.
12
13
 
13
14
  ## Table of Contents
14
15
 
15
16
  1. [Table of Contents](#table-of-contents)
16
17
  2. [Installation](#installation)
17
18
  3. [What's in the package?](#whats-in-the-package)
18
- 1. [Update organization](#update-organization)
19
- 2. [Update documentation](#update-documentation)
19
+ 1. [Update organization](#update-organization)
20
+ 2. [Update documentation](#update-documentation)
20
21
  4. [Assertion Function](#assertion-function)
21
- 1. [assertType](#asserttype)
22
+ 1. [`assertType`](#asserttype)
22
23
  5. [Type Guard](#type-guard)
23
24
  6. [Type Utilities](#type-utilities)
24
25
  7. [Type Specific Utilities](#type-specific-utilities)
25
- 1. [any](#any)
26
- 2. [Array](#array)
27
- 3. [union](#union)
28
- 4. [bigint](#bigint)
29
- 5. [boolean](#boolean)
30
- 6. [function](#function)
31
- 7. [never](#never)
32
- 8. [null](#null)
33
- 9. [number](#number)
34
- 10. [numeric](#numeric)
35
- 11. [object](#object)
36
- 12. [Promise](#promise)
37
- 13. [string](#string)
38
- 14. [symbol](#symbol)
39
- 15. [tuple](#tuple)
40
- 16. [undefined](#undefined)
41
- 17. [unknown](#unknown)
42
- 18. [void](#void)
26
+ 1. [any](#any)
27
+ 2. [Array](#array)
28
+ 3. [Union](#union)
29
+ 4. [`bigint`](#bigint)
30
+ 5. [Boolean](#boolean)
31
+ 6. [Function](#function)
32
+ 7. [Never](#never)
33
+ 8. [Null](#null)
34
+ 9. [Number](#number)
35
+ 10. [Numeric](#numeric)
36
+ 11. [Object](#object)
37
+ 12. [Promise](#promise)
38
+ 13. [String](#string)
39
+ 14. [Symbol](#symbol)
40
+ 15. [Tuple](#tuple)
41
+ 16. [Undefined](#undefined)
42
+ 17. [unknown](#unknown)
43
+ 18. [void](#void)
43
44
  8. [Testing Utilities](#testing-utilities)
44
45
  9. [Constant Types](#constant-types)
45
46
  10. [JSON Support](#json-support)
46
47
  11. [Type manipulation](#type-manipulation)
47
48
  12. [Type Predicates](#type-predicates)
48
- 1. [Logical](#logical)
49
+ 1. [Logical](#logical)
49
50
  13. [Math](#math)
50
51
  14. [Utility Functions](#utility-functions)
51
52
  15. [Nominal Types](#nominal-types)
@@ -66,12 +67,12 @@ pnpm add type-plus
66
67
 
67
68
  ## What's in the package?
68
69
 
69
- With over 200 types in [type-plus],
70
+ With over 200 types in [`type-plus`],
70
71
  it can become difficult to find the types you need.
71
72
 
72
- Also, some of the types need to be updated as TypeScript continue to evolve.
73
+ Also, some types need to be updated as TypeScript continue to evolve.
73
74
 
74
- Currently, we are updating [type-plus] with the following objective:
75
+ Currently, we are updating [`type-plus`] with the following objective:
75
76
 
76
77
  - Update organization
77
78
  - Update documentation
@@ -80,7 +81,7 @@ Currently, we are updating [type-plus] with the following objective:
80
81
 
81
82
  ### Update organization
82
83
 
83
- Top-level exports of [type-plus] will contain types and functions that do not expect the input to be a specific type. For example,
84
+ Top-level exports of [`type-plus`] will contain types and functions that do not expect the input to be a specific type. For example,
84
85
 
85
86
  - `assertType()`, `isType()`, and `testType()`
86
87
  - Type filters and predicates such as `AnyType` or `IsArray`
@@ -92,7 +93,7 @@ Other type specific utilities will be added under their respective `*Plus` names
92
93
 
93
94
  ### Update documentation
94
95
 
95
- Each type and utility function in [type-plus] will be updated to include examples and tags to indicate its category and behavior.
96
+ Each type and utility function in [`type-plus`] will be updated to include examples and tags to indicate its category and behavior.
96
97
 
97
98
  Each tag has an associated icon:
98
99
 
@@ -108,8 +109,9 @@ Each tag has an associated icon:
108
109
  - 🩳 *shortcut*: Shortcut or convenient types
109
110
  - 🧪 *testing*: the type or function are designed for test
110
111
  - ⚗️ *transform*: these types transforms the input to another category
112
+ - 🧰 *type util*: types for building types
111
113
  - 🦴 *utilities*: provide various functionalities
112
- - 🎭 *validate*: a.k.a. *predicate* or *logical*. These types perform some kind of test. If the input passes the test, it returns `true` or `false`
114
+ - 🎭 *predicate*: a.k.a. *predicate* or *logical*. These types perform some kind of test. If the input passes the test, it returns `true` or `false`
113
115
 
114
116
  ## Assertion Function
115
117
 
@@ -122,12 +124,12 @@ They throw an error if the condition is not met, and return nothing otherwise.
122
124
  These assertion functions are typically used in runtime,
123
125
  so that that type of the value can be narrowed down.
124
126
 
125
- ### assertType
127
+ ### `assertType`
126
128
 
127
- [`assertType`](./ts/assertion/assert_type.ts) provides a generic assertion function,
128
- as well as many assertion functions for builtin types.
129
+ [`assertType`](./src/assertion/assert_type.ts) provides a generic assertion function,
130
+ as well as many assertion functions for built-in types.
129
131
 
130
- > [`assertType<T>(subject)`](./ts/assertion/readme.md#asserttype)
132
+ > [`assertType<T>(subject)`](./src/assertion/readme.md#asserttype)
131
133
 
132
134
  💀 deprecated. Use `assertType.as()` instead.
133
135
 
@@ -148,90 +150,90 @@ assertType<boolean>(s, s => typeof s === 'boolean')
148
150
 
149
151
  The message beautification is provided by [`tersify`](https://github.com/unional/tersify).
150
152
 
151
- > [`assertType.isUndefined()`](./ts/assertion/readme.md#asserttype)
153
+ > [`assertType.isUndefined()`](./src/assertion/readme.md#asserttype)
152
154
 
153
155
  🚦`assertion`: assert the `subject` is `undefined`.
154
156
 
155
- > [`assertType.noUndefined()`](./ts/assertion/readme.md#asserttype)
157
+ > [`assertType.noUndefined()`](./src/assertion/readme.md#asserttype)
156
158
 
157
159
  🚦`assertion`: assert the `subject` is not `undefined`.
158
160
 
159
- > [`assertType.isNull()`](./ts/assertion/readme.md#asserttype)
161
+ > [`assertType.isNull()`](./src/assertion/readme.md#asserttype)
160
162
 
161
163
  🚦`assertion`: assert the `subject` is `null`.
162
164
 
163
- > [`assertType.noNull()`](./ts/assertion/readme.md#asserttype)
165
+ > [`assertType.noNull()`](./src/assertion/readme.md#asserttype)
164
166
 
165
167
  🚦`assertion`: assert the `subject` is not `null`.
166
168
 
167
- > [`assertType.isNumber()`](./ts/assertion/readme.md#asserttype)
169
+ > [`assertType.isNumber()`](./src/assertion/readme.md#asserttype)
168
170
 
169
171
  🚦`assertion`: assert the `subject` is `number`.
170
172
 
171
- > [`assertType.noNumber()`](./ts/assertion/readme.md#asserttype)
173
+ > [`assertType.noNumber()`](./src/assertion/readme.md#asserttype)
172
174
 
173
175
  🚦`assertion`: assert the `subject` is not `number`.
174
176
 
175
- > [`assertType.isBoolean()`](./ts/assertion/readme.md#asserttype)
177
+ > [`assertType.isBoolean()`](./src/assertion/readme.md#asserttype)
176
178
 
177
179
  🚦`assertion`: assert the `subject` is `boolean`.
178
180
 
179
- > [`assertType.noBoolean()`](./ts/assertion/readme.md#asserttype)
181
+ > [`assertType.noBoolean()`](./src/assertion/readme.md#asserttype)
180
182
 
181
183
  🚦`assertion`: assert the `subject` is not `boolean`.
182
184
 
183
- > [`assertType.isTrue()`](./ts/assertion/readme.md#asserttype)
185
+ > [`assertType.isTrue()`](./src/assertion/readme.md#asserttype)
184
186
 
185
187
  🚦`assertion`: assert the `subject` is `true`.
186
188
 
187
- > [`assertType.noTrue()`](./ts/assertion/readme.md#asserttype)
189
+ > [`assertType.noTrue()`](./src/assertion/readme.md#asserttype)
188
190
 
189
191
  🚦`assertion`: assert the `subject` is not `true`.
190
192
 
191
- > [`assertType.isFalse()`](./ts/assertion/readme.md#asserttype)
193
+ > [`assertType.isFalse()`](./src/assertion/readme.md#asserttype)
192
194
 
193
195
  🚦`assertion`: assert the `subject` is `false`.
194
196
 
195
- > [`assertType.noFalse()`](./ts/assertion/readme.md#asserttype)
197
+ > [`assertType.noFalse()`](./src/assertion/readme.md#asserttype)
196
198
 
197
199
  🚦`assertion`: assert the `subject` is not `false`.
198
200
 
199
- > [`assertType.isString()`](./ts/assertion/readme.md#asserttype)
201
+ > [`assertType.isString()`](./src/assertion/readme.md#asserttype)
200
202
 
201
203
  🚦`assertion`: assert the `subject` is `string`.
202
204
 
203
- > [`assertType.noString()`](./ts/assertion/readme.md#asserttype)
205
+ > [`assertType.noString()`](./src/assertion/readme.md#asserttype)
204
206
 
205
207
  🚦`assertion`: assert the `subject` is not `string`.
206
208
 
207
- > [`assertType.isFunction()`](./ts/assertion/readme.md#asserttype)
209
+ > [`assertType.isFunction()`](./src/assertion/readme.md#asserttype)
208
210
 
209
211
  🚦`assertion`: assert the `subject` is `function`.
210
212
 
211
- > [`assertType.noFunction()`](./ts/assertion/readme.md#asserttype)
213
+ > [`assertType.noFunction()`](./src/assertion/readme.md#asserttype)
212
214
 
213
215
  🚦`assertion`: assert the `subject` is not `function`.
214
216
 
215
- > [`assertType.isError()`](./ts/assertion/readme.md#asserttype)
217
+ > [`assertType.isError()`](./src/assertion/readme.md#asserttype)
216
218
 
217
219
  🚦`assertion`: assert the `subject` is an `Error`.
218
220
 
219
- > [`assertType.noError()`](./ts/assertion/readme.md#asserttype)
221
+ > [`assertType.noError()`](./src/assertion/readme.md#asserttype)
220
222
 
221
223
  🚦`assertion`: assert the `subject` is not an `Error`.
222
224
 
223
- > [`assertType.isConstructor()`](./ts/assertion/readme.md#asserttype)
225
+ > [`assertType.isConstructor()`](./src/assertion/readme.md#asserttype)
224
226
 
225
227
  💀 deprecated. It does not work in all cases.
226
228
 
227
229
  It passes for function that can be called with `new`.
228
230
  If the subject is an arrow function, it can still return true after compilation.
229
231
 
230
- > [`assertType.isNever()`](./ts/assertion/readme.md#asserttype)
232
+ > [`assertType.isNever()`](./src/assertion/readme.md#asserttype)
231
233
 
232
234
  🚦`assertion`: assert the `subject` is `never`.
233
235
 
234
- > [`assertType.custom()`](./ts/assertion/readme.md#asserttype)
236
+ > [`assertType.custom()`](./src/assertion/readme.md#asserttype)
235
237
 
236
238
  🚦`assertion`: creates a custom assertion function.
237
239
 
@@ -239,7 +241,7 @@ Using it to create a custom assertion function that provides better error messag
239
241
 
240
242
  The message beautification is provided by [`tersify`](https://github.com/unional/tersify).
241
243
 
242
- > [`assertType.as<T>()`](./ts/assertion/readme.md#asserttype)
244
+ > [`assertType.as<T>()`](./src/assertion/readme.md#asserttype)
243
245
 
244
246
  🚦`assertion`: assert the `subject` as `T` without validator.
245
247
 
@@ -249,23 +251,23 @@ This works similar to manual assertion `;(subject as T)`
249
251
 
250
252
  [User-defined type guard functions][type_guard] is a function which its return type is specified as `x is T`.
251
253
 
252
- > [`isType()`](./ts/type-guard/readme.md#istype)
254
+ > [`isType()`](./src/type-guard/readme.md#istype)
253
255
 
254
256
  🛡️ `guard`: a generic type guard function
255
257
 
256
- > [`isType.t()`](./ts/type-guard/readme.md#istype)
258
+ > [`isType.t()`](./src/type-guard/readme.md#istype)
257
259
 
258
260
  💀 `deprecated`: use `testType.true()` instead.
259
261
 
260
- > [`isType.f()`](./ts/type-guard/readme.md#istype)
262
+ > [`isType.f()`](./src/type-guard/readme.md#istype)
261
263
 
262
264
  💀 `deprecated`: use `testType.false()` instead.
263
265
 
264
- > [`isType.never()`](./ts/type-guard/readme.md#istype)
266
+ > [`isType.never()`](./src/type-guard/readme.md#istype)
265
267
 
266
268
  💀 `deprecated`: use `testType.never()` instead.
267
269
 
268
- > [`isType.equal()`](./ts/type-guard/readme.md#istype)
270
+ > [`isType.equal()`](./src/type-guard/readme.md#istype)
269
271
 
270
272
  💀 `deprecated`: use `testType.equal()` instead.
271
273
 
@@ -273,7 +275,7 @@ This works similar to manual assertion `;(subject as T)`
273
275
 
274
276
  > `Equal<A, B, Then = true, Else = false>`
275
277
 
276
- 💀 deprecated. use `IsEqual` instead. This will be converted to a ↪️ `parse`.
278
+ 💀 deprecated. Use `IsEqual` instead. This will be converted to a ↪️ `parse`.
277
279
 
278
280
  > `IsEqual<A, B, Then = true, Else = false>`
279
281
 
@@ -281,7 +283,7 @@ This works similar to manual assertion `;(subject as T)`
281
283
 
282
284
  > `NotEqual<A, B, Then = true, Else = false>`
283
285
 
284
- 💀 deprecated. use `IsNotEqual` instead. This will be converted to a ↪️ `parse`.
286
+ 💀 deprecated. Use `IsNotEqual` instead. This will be converted to a ↪️ `parse`.
285
287
 
286
288
  > `IsNotEqual<A, B, Then = true, Else = false>`:
287
289
 
@@ -355,7 +357,7 @@ notA({ a: '' }) // TypeScript complains
355
357
 
356
358
  ## Type Specific Utilities
357
359
 
358
- [type-plus](./README.md) privides type checking utilities for every type.
360
+ [`type-plus`](./README.md) provides type checking utilities for every type.
359
361
 
360
362
  Each type has at least 4 type checks.
361
363
  Using `string` as an example, there are `StringType<T>`, `IsString<T>`, `NotStringType<T>`, and `IsNotString<T>`.
@@ -364,137 +366,137 @@ Some types will have more checks, such as `boolean` has `StrictBooleanType<T>`,
364
366
 
365
367
  You can learn more in their respective sections:
366
368
 
367
- - [any](./ts/any/readme.md)
368
- - [array](./ts/array/readme.md)
369
- - [bigint](./ts/bigint/readme.md)
370
- - [boolean](./ts/boolean/readme.md)
371
- - [function](./ts/function/readme.md)
372
- - [never](./ts/never/readme.md)
373
- - [null](./ts/null/readme.md)
374
- - [number](./ts/number/readme.md)
375
- - [object](./ts/object/readme.md)
376
- - [string](./ts/string/readme.md)
377
- - [symbol](./ts/symbol/readme.md)
378
- - [tuple](./ts/tuple/readme.md)
379
- - [undefined](./ts/undefined/readme.md)
380
- - [unknown](./ts/unknown/readme.md)
381
- - [void](./ts/void/readme.md)
382
- - [mix types](./ts/mix-types/readme.md)
383
-
384
- ### [any](./ts/any/readme.md)
385
-
386
- - [`AnyType`](./ts/any/readme.md#anytype)
387
- - [`IsAny`](./ts/any/readme.md#isany)
388
- - [`NotAnyType`](./ts/any/readme.md#notanytype)
389
- - [`IsNotAny`](./ts/any/readme.md#isnotany)
390
- - [`AnyOrNeverType`](./ts/mix_types/readme.md#anyornevertype)
391
- - [`IsAnyOrNever`](./ts/mix_types/readme.md#isanyornever)
392
-
393
- ### [Array](./ts/array/readme.md)
394
-
395
- - 🌪️[`ArrayType`](./ts/array/readme.md#arraytype): Filter `T` to ensure it is an array, excluding tuple.
396
- - 🎭[`IsArray`](./ts/array/readme.md#isarray): Validate that `T` is an array, excluding tuple.
397
- - 🌪️[`NotArrayType`](./ts/array/readme.md#notarraytype): Filter `T` to ensure it is not an array, excluding tuple.
398
- - 🎭[`IsNotArrayType`](./ts/array/readme.md#isnotarraytype): Validate that `T` is not an array, excluding tuple.
399
- - 🦴[`At`](./ts/array/readme.md#at): Gets the type of the array or tuple at positive or negative index `N`.
400
- - 🦴💀[`Concat`](./ts/array/readme.md#concat): Concats two arrays or tuples.
401
- - 🦴🔢[`FindFirst`](./ts/array/readme.md#findfirst): Find the first type in the array or tuple `A` that matches `Criteria`.
402
- - [`FindLast`](./ts/array/readme.md#findlast)
403
- - [`Some`](./ts/array/readme.md#some)
404
- - ⚗️[`Filter`](./ts/array/readme.md#filter): Filter the array or tuple `A`, keeping entries satisfying `Criteria`.
405
- - ⚗️👽[`KeepMatch`](./ts/array/readme.md#keepmatch): Keeps entries satisfying `Criteria` in array or tuple `A`.
406
- - 🦴🔢[`Head`](./ts/array/readme.md#head): Gets the first entry in the tuple or the type of array `T`.
407
- - [`IntersectOfProps`](./ts/array/readme.md#intersectofprops)
408
- - [`MapToProp`](./ts/array/readme.md#maptoprop)
409
- - 🦴🔢[`Last`](./ts/array/readme.md#last): Gets the last entry in the tuple or the type of array `T`.
410
- - [`literalArray`](./ts/array/readme.md#literalarray)
411
- - [`PadStart`](./ts/array/readme.md#padstart)
412
- - [`reduceWhile`](./ts/array/readme.md#reducewhile)
413
- - [`Reverse`](./ts/array/readme.md#reverse)
414
- - [`PropUnion`](./ts/array/readme.md#propunion)
415
- - [`UnionOfProps`](./ts/array/readme.md#unionofprops)
416
- - [`UnionOfValues`](./ts/array/readme.md#unionofvalues)
417
- - [`ArrayPlus.At`](./ts/array/readme.md#arrayplusat)
418
- - [`ArrayPlus.Concat`](./ts/array/readme.md#arrayplusconcat)
419
- - [`ArrayPlus.Entries`](./ts/array/readme.md#arrayplusentries)
420
- - 🦴🔢[`ArrayPlus.Find`](./ts/array/readme.md#arrayplusfind): Finds the type in array `A` that matches `Criteria`.
421
- - [`ArrayPlus.FindLast`](./ts/array/readme.md#arrayplusfindlast)
422
- - [`ArrayPlus.Reverse`](./ts/array/readme.md#arrayplusreverse)
423
- - [`ArrayPlus.SplitAt`](./ts/array/readme.md#arrayplussplitat)
424
- - [`ArrayPlus.Some`](./ts/array/readme.md#arrayplussome)
425
-
426
- ### [union](./ts/union/readme.md)
427
-
428
- - [`IsUnion`](./ts/union//readme.md#isunion)
429
- - [`UnionType`](./ts/union/readme.md#uniontype)
430
-
431
- ### bigint
432
-
433
- > [`BigintType<T, Then = T, Else = never>`](./ts/bigint/bigint_type.ts#L15)
369
+ - [any](./src/any/readme.md)
370
+ - [array](./src/array/readme.md)
371
+ - [bigint](./src/bigint/readme.md)
372
+ - [boolean](./src/boolean/readme.md)
373
+ - [function](./src/function/readme.md)
374
+ - [never](./src/never/readme.md)
375
+ - [null](./src/null/readme.md)
376
+ - [number](./src/number/readme.md)
377
+ - [object](./src/object/readme.md)
378
+ - [string](./src/string/readme.md)
379
+ - [symbol](./src/symbol/readme.md)
380
+ - [tuple](./src/tuple/readme.md)
381
+ - [undefined](./src/undefined/readme.md)
382
+ - [unknown](./src/unknown/readme.md)
383
+ - [void](./src/void/readme.md)
384
+ - [mix types](./src/mix-types/readme.md)
385
+
386
+ ### [any](./src/any/readme.md)
387
+
388
+ - [`AnyType`](./src/any/readme.md#anytype)
389
+ - [`IsAny`](./src/any/readme.md#isany)
390
+ - [`NotAnyType`](./src/any/readme.md#notanytype)
391
+ - [`IsNotAny`](./src/any/readme.md#isnotany)
392
+ - [`AnyOrNeverType`](./src/mix_types/readme.md#anyornevertype)
393
+ - [`IsAnyOrNever`](./src/mix_types/readme.md#isanyornever)
394
+
395
+ ### [Array](./src/array/readme.md)
396
+
397
+ - 🌪️[`ArrayType`](./src/array/readme.md#arraytype): Filter `T` to ensure it is an array, excluding tuple.
398
+ - 🎭[`IsArray`](./src/array/readme.md#isarray): Validate that `T` is an array, excluding tuple.
399
+ - 🌪️[`NotArrayType`](./src/array/readme.md#notarraytype): Filter `T` to ensure it is not an array, excluding tuple.
400
+ - 🎭[`IsNotArrayType`](./src/array/readme.md#isnotarraytype): Validate that `T` is not an array, excluding tuple.
401
+ - 🦴[`At`](./src/array/readme.md#at): Gets the type of the array or tuple at positive or negative index `N`.
402
+ - 🦴💀[`Concat`](./src/array/readme.md#concat): Concatenates two arrays or tuples.
403
+ - 🦴🔢[`FindFirst`](./src/array/readme.md#findfirst): Find the first type in the array or tuple `A` that matches `Criteria`.
404
+ - [`FindLast`](./src/array/readme.md#findlast)
405
+ - [`Some`](./src/array/readme.md#some)
406
+ - ⚗️[`Filter`](./src/array/readme.md#filter): Filter the array or tuple `A`, keeping entries satisfying `Criteria`.
407
+ - ⚗️👽[`KeepMatch`](./src/array/readme.md#keepmatch): Keeps entries satisfying `Criteria` in array or tuple `A`.
408
+ - 🦴🔢[`Head`](./src/array/readme.md#head): Gets the first entry in the tuple or the type of array `T`.
409
+ - [`IntersectOfProps`](./src/array/readme.md#intersectofprops)
410
+ - [`MapToProp`](./src/array/readme.md#maptoprop)
411
+ - 🦴🔢[`Last`](./src/array/readme.md#last): Gets the last entry in the tuple or the type of array `T`.
412
+ - [`literalArray`](./src/array/readme.md#literalarray)
413
+ - [`PadStart`](./src/array/readme.md#padstart)
414
+ - [`reduceWhile`](./src/array/readme.md#reducewhile)
415
+ - [`Reverse`](./src/array/readme.md#reverse)
416
+ - [`PropUnion`](./src/array/readme.md#propunion)
417
+ - [`UnionOfProps`](./src/array/readme.md#unionofprops)
418
+ - [`UnionOfValues`](./src/array/readme.md#unionofvalues)
419
+ - [`ArrayPlus.At`](./src/array/readme.md#arrayplusat)
420
+ - [`ArrayPlus.Concat`](./src/array/readme.md#arrayplusconcat)
421
+ - [`ArrayPlus.Entries`](./src/array/readme.md#arrayplusentries)
422
+ - 🦴🔢[`ArrayPlus.Find`](./src/array/readme.md#arrayplusfind): Finds the type in array `A` that matches `Criteria`.
423
+ - [`ArrayPlus.FindLast`](./src/array/readme.md#arrayplusfindlast)
424
+ - [`ArrayPlus.Reverse`](./src/array/readme.md#arrayplusreverse)
425
+ - [`ArrayPlus.SplitAt`](./src/array/readme.md#arrayplussplitat)
426
+ - [`ArrayPlus.Some`](./src/array/readme.md#arrayplussome)
427
+
428
+ ### [Union](./src/union/readme.md)
429
+
430
+ - [`IsUnion`](./src/union//readme.md#isunion)
431
+ - [`UnionType`](./src/union/readme.md#uniontype)
432
+
433
+ ### `bigint`
434
+
435
+ > [`BigintType<T, Then = T, Else = never>`](./src/bigint/bigint_type.ts#L15)
434
436
 
435
437
  ↪️ `parse`: if `T` is `bigint` or bigint literal.
436
438
 
437
- > [`IsBigint<T, Then = true, Else = false>`](./ts/bigint/bigint_type.ts#L33)
439
+ > [`IsBigint<T, Then = true, Else = false>`](./src/bigint/bigint_type.ts#L33)
438
440
 
439
441
  ⭕ `predicate`: if `T` is `bigint` or bigint literal.
440
442
 
441
- > [`NotBigintType<T, Then = T, Else = never>`](./ts/bigint/bigint_type.ts#L47)
443
+ > [`NotBigintType<T, Then = T, Else = never>`](./src/bigint/bigint_type.ts#L47)
442
444
 
443
445
  ↪️ `parse`: if `T` is not `bigint` or bigint literal.
444
446
 
445
- > [`IsNotBigInt<T, Then = true, Else = false>`](./ts/bigint/bigint_type.ts#L61)
447
+ > [`IsNotBigInt<T, Then = true, Else = false>`](./src/bigint/bigint_type.ts#L61)
446
448
 
447
449
  ⭕ `predicate`: if `T` is not `bigint` or bigint literal.
448
450
 
449
- > [`StrictBigintType<T, Then = T, Else = never>`](./ts/bigint/strict_bigint_type.ts#L15)
451
+ > [`StrictBigintType<T, Then = T, Else = never>`](./src/bigint/strict_bigint_type.ts#L15)
450
452
 
451
453
  ↪️ `parse`: if `T` is exactly `bigint`.
452
454
 
453
- > [`IsStrictBigint<T, Then = true, Else = false>`](./ts/bigint/strict_bigint_type.ts#L33)
455
+ > [`IsStrictBigint<T, Then = true, Else = false>`](./src/bigint/strict_bigint_type.ts#L33)
454
456
 
455
457
  ⭕ `predicate`: if `T` is exactly `bigint`.
456
458
 
457
- > [`NotStrictBigintType<T, Then = T, Else = never>`](./ts/bigint/strict_bigint_type.ts#L47)
459
+ > [`NotStrictBigintType<T, Then = T, Else = never>`](./src/bigint/strict_bigint_type.ts#L47)
458
460
 
459
461
  ↪️ `parse`: if `T` is not exactly `bigint`.
460
462
 
461
- > [`IsNotStrictBigint<T, Then = true, Else = false>`](./ts/bigint/strict_bigint_type.ts#L61)
463
+ > [`IsNotStrictBigint<T, Then = true, Else = false>`](./src/bigint/strict_bigint_type.ts#L61)
462
464
 
463
465
  ⭕ `predicate`: if `T` is not exactly `bigint`.
464
466
 
465
- ### boolean
467
+ ### Boolean
466
468
 
467
- > [`BooleanType<T>`](./ts/boolean/readme.md#type-checking)
469
+ > [`BooleanType<T>`](./src/boolean/readme.md#type-checking)
468
470
 
469
471
  ↪️ `parse`: `T === boolean`.
470
472
 
471
- > [`IsBoolean<T>`](./ts/boolean/readme.md#type-checking)
473
+ > [`IsBoolean<T>`](./src/boolean/readme.md#type-checking)
472
474
 
473
475
  ⭕ `predicate`: `T === boolean`
474
476
 
475
- > [`NotBooleanType<T>`](./ts/boolean/readme.md#type-checking)
477
+ > [`NotBooleanType<T>`](./src/boolean/readme.md#type-checking)
476
478
 
477
479
  ↪️ `parse`: `T !== boolean`.
478
480
 
479
- > [`IsNotBoolean<T>`](./ts/boolean/readme.md#type-checking)
481
+ > [`IsNotBoolean<T>`](./src/boolean/readme.md#type-checking)
480
482
 
481
483
  ⭕ `predicate`: `T !== boolean`
482
484
 
483
- ### function
485
+ ### Function
484
486
 
485
- > [`FunctionType<T>`](./ts/function/readme.md#type-checking)
487
+ > [`FunctionType<T>`](./src/function/readme.md#type-checking)
486
488
 
487
489
  ↪️ `parse`: `T === function`.
488
490
 
489
- > [`IsFunction<T>`](./ts/function/readme.md#type-checking)
491
+ > [`IsFunction<T>`](./src/function/readme.md#type-checking)
490
492
 
491
493
  ⭕ `predicate`: `T === function`
492
494
 
493
- > [`NotFunctionType<T>`](./ts/function/readme.md#type-checking)
495
+ > [`NotFunctionType<T>`](./src/function/readme.md#type-checking)
494
496
 
495
497
  ↪️ `parse`: `T !== function`.
496
498
 
497
- > [`IsNotFunction<T>`](./ts/function/readme.md#type-checking)
499
+ > [`IsNotFunction<T>`](./src/function/readme.md#type-checking)
498
500
 
499
501
  ⭕ `predicate`: `T !== function`
500
502
 
@@ -514,79 +516,79 @@ You can learn more in their respective sections:
514
516
 
515
517
  🔨 `utilities`: inspect a value and return it. Inspector defaults to `console.dir()`
516
518
 
517
- ### never
519
+ ### Never
518
520
 
519
- > [`NeverType<T>`](./ts/never/readme.md#type-checking)
521
+ > [`NeverType<T>`](./src/never/readme.md#type-checking)
520
522
 
521
523
  ↪️ `parse`: `T === never`.
522
524
 
523
- > [`IsNever<T>`](./ts/never/readme.md#type-checking)
525
+ > [`IsNever<T>`](./src/never/readme.md#type-checking)
524
526
 
525
527
  ⭕ `predicate`: `T === never`
526
528
 
527
- > [`NotNeverType<T>`](./ts/never/readme.md#type-checking)
529
+ > [`NotNeverType<T>`](./src/never/readme.md#type-checking)
528
530
 
529
531
  ↪️ `parse`: `T !== never`.
530
532
 
531
- > [`IsNotNever<T>`](./ts/never/readme.md#type-checking)
533
+ > [`IsNotNever<T>`](./src/never/readme.md#type-checking)
532
534
 
533
535
  ⭕ `predicate`: `T !== never`
534
536
 
535
- ### null
537
+ ### Null
536
538
 
537
- > [`NullType<T>`](./ts/null/readme.md#type-checking)
539
+ > [`NullType<T>`](./src/null/readme.md#type-checking)
538
540
 
539
541
  ↪️ `parse`: `T === null`.
540
542
 
541
- > [`IsNull<T>`](./ts/null/readme.md#type-checking)
543
+ > [`IsNull<T>`](./src/null/readme.md#type-checking)
542
544
 
543
545
  ⭕ `predicate`: `T === null`
544
546
 
545
- > [`NotNullType<T>`](./ts/null/readme.md#type-checking)
547
+ > [`NotNullType<T>`](./src/null/readme.md#type-checking)
546
548
 
547
549
  ↪️ `parse`: `T !== null`.
548
550
 
549
- > [`IsNotNull<T>`](./ts/null/readme.md#type-checking)
551
+ > [`IsNotNull<T>`](./src/null/readme.md#type-checking)
550
552
 
551
553
  ⭕ `predicate`: `T !== null`
552
554
 
553
- ### number
555
+ ### Number
554
556
 
555
- > [`NumberType<T, Then = N, Else = never>`](./ts/number/number_type.ts#L14)
557
+ > [`NumberType<T, Then = N, Else = never>`](./src/number/number_type.ts#L14)
556
558
 
557
559
  ↪️ `parse`: is the type `T` `number`.
558
560
 
559
- > [`IsNumber<T, Then = true, Else = false>`](./ts/number/number_type.ts#L27)
561
+ > [`IsNumber<T, Then = true, Else = false>`](./src/number/number_type.ts#L27)
560
562
 
561
563
  ⭕ `predicate`: is the type `T` `number`.
562
564
 
563
- > [`NotNumberType<T, Then = T, Else = never>`](./ts/number/number_type.ts#L40)
565
+ > [`NotNumberType<T, Then = T, Else = never>`](./src/number/number_type.ts#L40)
564
566
 
565
567
  ↪️ `parse`: is the type `T` not `number`.
566
568
 
567
- > [`IsNotNumber<T, Then = true, Else = false>`](./ts/number/number_type.ts#L53)
569
+ > [`IsNotNumber<T, Then = true, Else = false>`](./src/number/number_type.ts#L53)
568
570
 
569
571
  ⭕ `predicate`: is the type `T` not `number`.
570
572
 
571
- > [`StrictNumberType<T, Then = N, Else = never>`](./ts/number/strict_number_type.ts#L19)
573
+ > [`StrictNumberType<T, Then = N, Else = never>`](./src/number/strict_number_type.ts#L19)
572
574
 
573
575
  ↪️ `parse`: is the type `T` exactly `number`.
574
576
 
575
- > [`IsStrictNumber<T, Then = true, Else = false>`](./ts/number/strict_number_type.ts#L41)
577
+ > [`IsStrictNumber<T, Then = true, Else = false>`](./src/number/strict_number_type.ts#L41)
576
578
 
577
579
  ⭕ `predicate`: is the type `T` exactly `number`.
578
580
 
579
- > [`NotStrictNumberType<T, Then = T, Else = never>`](./ts/number/strict_number_type.ts#L55)
581
+ > [`NotStrictNumberType<T, Then = T, Else = never>`](./src/number/strict_number_type.ts#L55)
580
582
 
581
583
  ↪️ `parse`: is the type `T` not exactly `number`.
582
584
 
583
- > [`IsNotStrictNumber<T, Then = true, Else = false>`](./ts/number/strict_number_type.ts#L69)
585
+ > [`IsNotStrictNumber<T, Then = true, Else = false>`](./src/number/strict_number_type.ts#L69)
584
586
 
585
587
  ⭕ `predicate`: is the type `T` not exactly `number`.
586
588
 
587
- ### numeric
589
+ ### Numeric
588
590
 
589
- > [`Numeric`](./ts/numeric/numeric_type.ts#L4)
591
+ > [`Numeric`](./src/numeric/numeric_type.ts#L4)
590
592
 
591
593
  📘 `definition`: `number | bigint`.
592
594
 
@@ -594,59 +596,59 @@ You can learn more in their respective sections:
594
596
 
595
597
  📘 `definition`: `0 | 0n`
596
598
 
597
- > [`Integer<N, Then = N, Else = never>`](./ts/numeric/integer.ts#L15)
599
+ > [`Integer<N, Then = N, Else = never>`](./src/numeric/integer.ts#L15)
598
600
 
599
601
  ↪️ `parse`: is integer.
600
602
 
601
- > [`IsInteger<N, Then = true, Else = false>`](./ts/numeric/integer.ts#L32)
603
+ > [`IsInteger<N, Then = true, Else = false>`](./src/numeric/integer.ts#L32)
602
604
 
603
605
  ⭕ `predicate`: is integer.
604
606
 
605
- > [`NotInteger<N, Then = N, Else = never>`](./ts/numeric/integer.ts#L45)
607
+ > [`NotInteger<N, Then = N, Else = never>`](./src/numeric/integer.ts#L45)
606
608
 
607
609
  ↪️ `parse`: is not integer.
608
610
 
609
- > [`IsNotInteger<N, Then = true, Else = false>`](./ts/numeric/integer.ts#L60)
611
+ > [`IsNotInteger<N, Then = true, Else = false>`](./src/numeric/integer.ts#L60)
610
612
 
611
613
  ⭕ `predicate`: is not integer.
612
614
 
613
- > [`IsWhole<N, Then = true, Else = false>`](./ts/numeric/integer.ts#L75)
615
+ > [`IsWhole<N, Then = true, Else = false>`](./src/numeric/integer.ts#L75)
614
616
 
615
617
  💀⭕ `deprecated`, `predicate`: is integer. Use `IsInteger` instead.
616
618
 
617
- > [`Negative<N, Then = N, Else = never>`](./ts/numeric/negative.ts#L19)
619
+ > [`Negative<N, Then = N, Else = never>`](./src/numeric/negative.ts#L19)
618
620
 
619
621
  ↪️ `parse`: is negative.
620
622
 
621
- > [`IsNegative<N, Then = true, Else = false>`](./ts/numeric/negative.ts#L53)
623
+ > [`IsNegative<N, Then = true, Else = false>`](./src/numeric/negative.ts#L53)
622
624
 
623
625
  ⭕ `predicate`: is negative.
624
626
 
625
- > [`NonNegative<N, Then = N, Else = never>`](./ts/numeric/negative.ts#L69)
627
+ > [`NonNegative<N, Then = N, Else = never>`](./src/numeric/negative.ts#L69)
626
628
 
627
629
  ↪️ `parse`: is not negative.
628
630
 
629
- > [`IsNonNegative<N, Then = N, Else = never>`](./ts/numeric/negative.ts#L101)
631
+ > [`IsNonNegative<N, Then = N, Else = never>`](./src/numeric/negative.ts#L101)
630
632
 
631
633
  ⭕ `predicate`: is not negative.
632
634
 
633
- > [`Positive<N, Then = N, Else = never>`](./ts/numeric/positive.ts#15)
635
+ > [`Positive<N, Then = N, Else = never>`](./src/numeric/positive.ts#15)
634
636
 
635
637
  ↪️ `parse`: is positive.
636
638
 
637
- > [`IsPositive<N, Then = true, Else = false>`](./ts/numeric/positive.ts#L36)
639
+ > [`IsPositive<N, Then = true, Else = false>`](./src/numeric/positive.ts#L36)
638
640
 
639
641
  ⭕ `predicate`: is positive.
640
642
 
641
- > [`NotPositive<N, Then = N, Else = never>`](./ts/numeric/positive.ts#48)
643
+ > [`NotPositive<N, Then = N, Else = never>`](./src/numeric/positive.ts#48)
642
644
 
643
645
  ↪️ `parse`: is not positive.
644
646
 
645
- > [`IsNotPositive<N, Then = true, Else = false>`](./ts/numeric/positive.ts#L60)
647
+ > [`IsNotPositive<N, Then = true, Else = false>`](./src/numeric/positive.ts#L60)
646
648
 
647
649
  ⭕ `predicate`: is not positive.
648
650
 
649
- ### object
651
+ ### Object
650
652
 
651
653
  > `filterKey()`
652
654
 
@@ -684,7 +686,7 @@ You can learn more in their respective sections:
684
686
 
685
687
  🔨 `utilities`: gets the value type `T`from `Record<any, T>`
686
688
 
687
- [video](https://www.youtube.com/watch?v=1J7xK6FUqPw).
689
+ [Video](https://www.youtube.com/watch?v=1J7xK6FUqPw).
688
690
 
689
691
  > `reduceByKey()`
690
692
 
@@ -730,7 +732,7 @@ You can learn more in their respective sections:
730
732
  🔨 `utilities`: Apply the `transformer` to the `value`.\
731
733
  It is also exported under `MaybePromise.transform()`.
732
734
 
733
- ### string
735
+ ### String
734
736
 
735
737
  > [`StringType<T>`](ts/string/readme.md#type-checking)
736
738
 
@@ -748,7 +750,7 @@ You can learn more in their respective sections:
748
750
 
749
751
  ⭕ `predicate`: is not `string`.
750
752
 
751
- ### symbol
753
+ ### Symbol
752
754
 
753
755
  > [`SymbolType<T>`](ts/symbol/readme.md#type-checking)
754
756
 
@@ -766,16 +768,16 @@ You can learn more in their respective sections:
766
768
 
767
769
  ⭕ `predicate`: is not `symbol`.
768
770
 
769
- ### tuple
771
+ ### Tuple
770
772
 
771
- - 🌪️ [`TupleType`](./ts/tuple/readme.md#tupletype): Filter `T` to ensure it is a tuple, excluding array.
772
- - 🎭 [`IsTuple`](./ts/tuple/readme.md#istuple): Validate that `T` is a tuple, excluding array.
773
- - 🌪️ [`NotTupleType`](./ts/tuple/readme.md#nottupletype): Filter `T` to ensure it is not an tuple, excluding array.
774
- - 🎭 [`IsNotTuple`](./ts/tuple/readme.md#isnottupletype): Validate that `T` is not an tuple, excluding array.
775
- - ⚗️🔢[`CommonPropKeys`](./ts/tuple/readme.md#commonpropkeys): Gets the common property keys of the elements in tuple `T`.
773
+ - 🌪️ [`TupleType`](./src/tuple/readme.md#tupletype): Filter `T` to ensure it is a tuple, excluding array.
774
+ - 🎭 [`IsTuple`](./src/tuple/readme.md#istuple): Validate that `T` is a tuple, excluding array.
775
+ - 🌪️ [`NotTupleType`](./src/tuple/readme.md#nottupletype): Filter `T` to ensure it is not a tuple, excluding array.
776
+ - 🎭 [`IsNotTuple`](./src/tuple/readme.md#isnottupletype): Validate that `T` is not a tuple, excluding array.
777
+ - ⚗️🔢[`CommonPropKeys`](./src/tuple/readme.md#commonpropkeys): Gets the common property keys of the elements in tuple `T`.
776
778
  - ⚗️💀`CommonKeys`: Deprecated. Please use `CommonPropKeys` instead.
777
- - ⚗️🔢[`DropFirst`](./ts/tuple/readme.md#dropfirst): Drops the first entry in the tuple`T`.
778
- - ⚗️🔢[`DropLast`](./ts/tuple/readme.md#droplast): Drops the last entry in the tuple`T`.
779
+ - ⚗️🔢[`DropFirst`](./src/tuple/readme.md#dropfirst): Drops the first entry in the tuple`T`.
780
+ - ⚗️🔢[`DropLast`](./src/tuple/readme.md#droplast): Drops the last entry in the tuple`T`.
779
781
 
780
782
  > `CreateTuple<L, T>`
781
783
 
@@ -793,65 +795,65 @@ You can learn more in their respective sections:
793
795
 
794
796
  🔨 `utilities`: drop undefined entries from array of tuple `A`.
795
797
 
796
- ### undefined
798
+ ### Undefined
797
799
 
798
- > [`UndefinedType<T>`](./ts/undefined/readme.md#type-checking)
800
+ > [`UndefinedType<T>`](./src/undefined/readme.md#type-checking)
799
801
 
800
802
  ↪️ `parse`: `T === undefined`.
801
803
 
802
- > [`IsUndefined<T>`](./ts/undefined/readme.md#type-checking)
804
+ > [`IsUndefined<T>`](./src/undefined/readme.md#type-checking)
803
805
 
804
806
  ⭕ `predicate`: `T === undefined`
805
807
 
806
- > [`NotUndefinedType<T>`](./ts/undefined/readme.md#type-checking)
808
+ > [`NotUndefinedType<T>`](./src/undefined/readme.md#type-checking)
807
809
 
808
810
  ↪️ `parse`: `T !== undefined`.
809
811
 
810
- > [`IsNotUndefined<T>`](./ts/undefined/readme.md#type-checking)
812
+ > [`IsNotUndefined<T>`](./src/undefined/readme.md#type-checking)
811
813
 
812
814
  ⭕ `predicate`: `T !== undefined`
813
815
 
814
816
  ### unknown
815
817
 
816
- > [`UnknownType<T>`](./ts/unknown/readme.md#type-checking)
818
+ > [`UnknownType<T>`](./src/unknown/readme.md#type-checking)
817
819
 
818
820
  ↪️ `parse`: `T === unknown`.
819
821
 
820
- > [`IsUnknown<T>`](./ts/unknown/readme.md#type-checking)
822
+ > [`IsUnknown<T>`](./src/unknown/readme.md#type-checking)
821
823
 
822
824
  ⭕ `predicate`: `T === unknown`
823
825
 
824
- > [`NotUnknownType<T>`](./ts/unknown/readme.md#type-checking)
826
+ > [`NotUnknownType<T>`](./src/unknown/readme.md#type-checking)
825
827
 
826
828
  ↪️ `parse`: `T !== unknown`.
827
829
 
828
- > [`IsNotUnknown<T>`](./ts/unknown/readme.md#type-checking)
830
+ > [`IsNotUnknown<T>`](./src/unknown/readme.md#type-checking)
829
831
 
830
832
  ⭕ `predicate`: `T !== unknown`
831
833
 
832
834
  ### void
833
835
 
834
- > [`VoidType<T>`](./ts/void/readme.md#type-checking)
836
+ > [`VoidType<T>`](./src/void/readme.md#type-checking)
835
837
 
836
838
  ↪️ `parse`: `T === void`.
837
839
 
838
- > [`IsVoid<T>`](./ts/void/readme.md#type-checking)
840
+ > [`IsVoid<T>`](./src/void/readme.md#type-checking)
839
841
 
840
842
  ⭕ `predicate`: `T === void`
841
843
 
842
- > [`NotVoidType<T>`](./ts/void/readme.md#type-checking)
844
+ > [`NotVoidType<T>`](./src/void/readme.md#type-checking)
843
845
 
844
846
  ↪️ `parse`: `T !== void`.
845
847
 
846
- > [`IsNotVoid<T>`](./ts/void/readme.md#type-checking)
848
+ > [`IsNotVoid<T>`](./src/void/readme.md#type-checking)
847
849
 
848
850
  ⭕ `predicate`: `T !== void`
849
851
 
850
852
  ## Testing Utilities
851
853
 
852
- [type-plus](./README.md) privides some testing utilities to help you test your types.
854
+ [`type-plus`](./README.md) provides some testing utilities to help you test your types.
853
855
 
854
- One of the key utilities is [`testType`](./ts/testing/readme.md#testtype).
856
+ One of the key utilities is [`testType`](./src/testing/readme.md#testtype).
855
857
 
856
858
  ```ts
857
859
  import { testType } from 'type-plus'
@@ -861,7 +863,7 @@ testType.equal<A, B>(true) // A is equal to B
861
863
  testType.never<T>(false) // T is not `never`
862
864
  ```
863
865
 
864
- You can learn more about them in the [docs](./ts/testing/readme.md).
866
+ You can learn more about them in the [docs](./src/testing/readme.md).
865
867
 
866
868
  ## Constant Types
867
869
 
@@ -931,7 +933,7 @@ JSONTypes.get<string>(someJson, 'a', 'b', 1, 'c') // miku
931
933
 
932
934
  > `EitherAnd<A, B, [C, D]>`
933
935
 
934
- 💀🔨 `deprecated`,`utilities`: Renamed to `EitherOrBoth`. combines 2 to 4 types as `A | B | (A & B)`.
936
+ 💀🔨 `deprecated`,`utilities`: Renamed to `EitherOrBoth`. Combines 2 to 4 types as `A | B | (A & B)`.
935
937
 
936
938
  This is useful for combining options.
937
939
 
@@ -1048,7 +1050,7 @@ They can be used to compose complex types.
1048
1050
 
1049
1051
  > `IsAny<T>`
1050
1052
 
1051
- 🔨 `utilities`: `T === any` (updated to impl: [expect-type]).
1053
+ 🔨 `utilities`: `T === any`.
1052
1054
 
1053
1055
  > `IsBoolean<T>`
1054
1056
 
@@ -1236,7 +1238,7 @@ overrider(source, { foo: !!source.foo })
1236
1238
  🔨 `utilities`: a context builder.
1237
1239
 
1238
1240
  This is useful to build context for functional programming.
1239
- It is a sync version of the `AsyncContext` from [async-fp](https://unional/async-fp).
1241
+ It is a sync version of the `AsyncContext` from [`async-fp`](https://unional/async-fp).
1240
1242
 
1241
1243
  ```ts
1242
1244
  import { context } from 'type-plus'
@@ -1330,45 +1332,45 @@ Whenever possible, I add attribution to the person who created those **codes** i
1330
1332
 
1331
1333
  ## Similar projects
1332
1334
 
1333
- - [expect-type]: Compile-time tests for types
1334
- - [hotscript]: Higher-order TypeScript
1335
- - [spec.ts]: write tests for your types!
1336
- - [ts-calc]: compute with typescript type system, part of [hotscript]
1337
- - [ts-essentials]: all essential TypeScript types in one place.
1338
- - [ts-expect]: Checks values in TypeScript match expectations.
1339
- - [ts-toolbelt]: TypeScript's largest utility library.
1340
- - [type-fest]: a collection of essential TypeScript types.
1341
- - [type-zoo]: a modest type lib usable today.
1342
- - [typepark]: a new type collection offering tuple manipulation and `Pipe`.
1343
- - [typelevel-ts]: a type lib by [@gcanti], author of several FP libraries in TS.
1344
- - [typical]: a playground of type-level operations for TypeScript.
1345
- - [utility-types]: collection of utility types, complementing TypeScript build-in mapped types ans aliases.
1346
- - [earl]: Ergonomic, modern and type-safe assertion library for TypeScript
1335
+ - [`expect-type`]: Compile-time tests for types
1336
+ - [`hotscript`]: Higher-order TypeScript
1337
+ - [`spec.ts`]: write tests for your types!
1338
+ - [`ts-calc`]: compute with typescript type system, part of [`hotscript`]
1339
+ - [`ts-essentials`]: all essential TypeScript types in one place.
1340
+ - [`ts-expect`]: Checks values in TypeScript match expectations.
1341
+ - [`ts-toolbelt`]: TypeScript's largest utility library.
1342
+ - [`type-fest`]: a collection of essential TypeScript types.
1343
+ - [`type-zoo`]: a modest type lib usable today.
1344
+ - [`typepark`]: a new type collection offering tuple manipulation and `Pipe`.
1345
+ - [`typelevel-ts`]: a type lib by [@gcanti], author of several FP libraries in TS.
1346
+ - [`typical`]: a playground of type-level operations for TypeScript.
1347
+ - [`utility-types`]: collection of utility types, complementing TypeScript built-in mapped types and aliases.
1348
+ - [`earl`]: Ergonomic, modern and type-safe assertion library for TypeScript
1347
1349
 
1348
1350
  [@gcanti]: https://github.com/gcanti
1349
- [codecov_image]: https://codecov.io/gh/unional/type-plus/branch/master/graph/badge.svg
1350
- [codecov_url]: https://codecov.io/gh/unional/type-plus
1351
+ [codecov_image]: https://codecov.io/gh/cyberuni/type-plus/branch/main/graph/badge.svg
1352
+ [codecov_url]: https://codecov.io/gh/cyberuni/type-plus
1351
1353
  [downloads_image]: https://img.shields.io/npm/dm/type-plus.svg?style=flat
1352
- [earl]: https://github.com/l2beat/earl
1353
- [expect-type]: https://github.com/mmkal/expect-type
1354
- [github_action_url]: https://github.com/unional/type-plus/actions
1355
- [github_release]: https://github.com/unional/type-plus/workflows/release/badge.svg
1356
- [hotscript]: https://github.com/gvergnaud/hotscript
1354
+ [`earl`]: https://github.com/l2beat/earl
1355
+ [`expect-type`]: https://github.com/mmkal/expect-type
1356
+ [github_action_url]: https://github.com/cyberuni/type-plus/actions
1357
+ [github_release]: https://github.com/cyberuni/type-plus/workflows/release/badge.svg
1358
+ [`hotscript`]: https://github.com/gvergnaud/hotscript
1357
1359
  [npm_image]: https://img.shields.io/npm/v/type-plus.svg?style=flat
1358
1360
  [npm_url]: https://npmjs.org/package/type-plus
1359
- [spec.ts]: https://github.com/aleclarson/spec.ts
1360
- [ts-calc]: https://github.com/ecyrbe/ts-calc
1361
- [ts-essentials]: https://github.com/ts-essentials/ts-essentials
1362
- [ts-expect]: https://github.com/TypeStrong/ts-expect
1363
- [ts-toolbelt]: https://github.com/millsp/ts-toolbelt
1364
- [type-fest]: https://github.com/sindresorhus/type-fest
1365
- [type-plus]: https://github.com/unional/type-plus
1366
- [type-zoo]: https://github.com/pelotom/type-zoo
1367
- [typelevel-ts]: https://github.com/gcanti/typelevel-ts
1368
- [typepark]: https://github.com/kgtkr/typepark
1361
+ [`spec.ts`]: https://github.com/aleclarson/spec.ts
1362
+ [`ts-calc`]: https://github.com/ecyrbe/ts-calc
1363
+ [`ts-essentials`]: https://github.com/ts-essentials/ts-essentials
1364
+ [`ts-expect`]: https://github.com/TypeStrong/ts-expect
1365
+ [`ts-toolbelt`]: https://github.com/millsp/ts-toolbelt
1366
+ [`type-fest`]: https://github.com/sindresorhus/type-fest
1367
+ [`type-plus`]: https://github.com/cyberuni/type-plus
1368
+ [`type-zoo`]: https://github.com/pelotom/type-zoo
1369
+ [`typelevel-ts`]: https://github.com/gcanti/typelevel-ts
1370
+ [`typepark`]: https://github.com/kgtkr/typepark
1369
1371
  [TypeScript]: https://www.typescriptlang.org
1370
- [typical]: https://github.com/KiaraGrouwstra/typical
1371
- [utility-types]: https://github.com/piotrwitek/utility-types
1372
+ [`typical`]: https://github.com/KiaraGrouwstra/typical
1373
+ [`utility-types`]: https://github.com/piotrwitek/utility-types
1372
1374
  [vscode_image]: https://img.shields.io/badge/vscode-ready-green.svg
1373
1375
  [vscode_url]: https://code.visualstudio.com/
1374
1376
  [assertion_functions]: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#assertion-functions