inferred-types 0.51.1 → 0.51.2

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 (1006) hide show
  1. package/dist/constants/tsconfig.tsbuildinfo +1 -1
  2. package/dist/index.cjs +28 -9
  3. package/dist/index.js +28 -9
  4. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
  5. package/dist/runtime/errors/KindError.d.ts +10 -7
  6. package/dist/runtime/errors/KindError.d.ts.map +1 -1
  7. package/dist/runtime/errors/KindError.js +40 -14
  8. package/dist/runtime/errors/index.d.ts +1 -1
  9. package/dist/runtime/errors/index.d.ts.map +1 -1
  10. package/dist/runtime/errors/index.js +1 -1
  11. package/dist/runtime/tsconfig.tsbuildinfo +1 -1
  12. package/dist/types/dictionary/CombinedKeys.d.ts.map +1 -1
  13. package/dist/types/errors/KindError.d.ts +11 -6
  14. package/dist/types/errors/KindError.d.ts.map +1 -1
  15. package/dist/types/tsconfig.tsbuildinfo +1 -1
  16. package/dist/types/type-conversion/MergeObjects.d.ts +3 -3
  17. package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -1
  18. package/package.json +21 -19
  19. package/dist/runtime/errors/kindedError.d.ts +0 -27
  20. package/dist/runtime/errors/kindedError.d.ts.map +0 -1
  21. package/dist/runtime/errors/kindedError.js +0 -33
  22. package/src/constants/Alpha.ts +0 -21
  23. package/src/constants/Books.ts +0 -9
  24. package/src/constants/Characters.ts +0 -6
  25. package/src/constants/Comma.ts +0 -18
  26. package/src/constants/CommonObjProps.ts +0 -7
  27. package/src/constants/Consonants.ts +0 -25
  28. package/src/constants/Constant.ts +0 -11
  29. package/src/constants/DateTime.ts +0 -40
  30. package/src/constants/FalsyValues.ts +0 -9
  31. package/src/constants/Functional.ts +0 -20
  32. package/src/constants/Geo.ts +0 -99
  33. package/src/constants/HashTable.ts +0 -131
  34. package/src/constants/ISO3166.ts +0 -147
  35. package/src/constants/Images.ts +0 -22
  36. package/src/constants/Marked.ts +0 -11
  37. package/src/constants/Markers.ts +0 -23
  38. package/src/constants/Metrics.ts +0 -171
  39. package/src/constants/NetworkConstants.ts +0 -91
  40. package/src/constants/Never.ts +0 -11
  41. package/src/constants/News.ts +0 -441
  42. package/src/constants/NoDefaultValue.ts +0 -13
  43. package/src/constants/NotApplicable.ts +0 -11
  44. package/src/constants/NotDefined.ts +0 -10
  45. package/src/constants/NumericChar.ts +0 -14
  46. package/src/constants/NumericDigit.ts +0 -11
  47. package/src/constants/Phone.ts +0 -263
  48. package/src/constants/PluralExceptions.ts +0 -113
  49. package/src/constants/ProxmoxConstants.ts +0 -6
  50. package/src/constants/RepoConstants.ts +0 -56
  51. package/src/constants/Retail.ts +0 -113
  52. package/src/constants/Shape.ts +0 -16
  53. package/src/constants/SingularNounEnding.ts +0 -15
  54. package/src/constants/Social.ts +0 -131
  55. package/src/constants/Tailwind.ts +0 -92
  56. package/src/constants/TypeComparisons.ts +0 -63
  57. package/src/constants/TypeOf.ts +0 -6
  58. package/src/constants/TypeTokens.ts +0 -291
  59. package/src/constants/TypeTransforms.ts +0 -47
  60. package/src/constants/Types.ts +0 -32
  61. package/src/constants/Wide.ts +0 -36
  62. package/src/constants/createConstant.ts +0 -13
  63. package/src/constants/index.ts +0 -41
  64. package/src/constants/tsconfig.json +0 -21
  65. package/src/inferred-types/README.md +0 -3
  66. package/src/inferred-types/index.ts +0 -3
  67. package/src/inferred-types/tsconfig.json +0 -49
  68. package/src/runtime/README.md +0 -3
  69. package/src/runtime/api/defineApi.ts +0 -153
  70. package/src/runtime/api/handleDoneFn.ts +0 -31
  71. package/src/runtime/api/index.ts +0 -3
  72. package/src/runtime/boolean-logic/ifArray.ts +0 -22
  73. package/src/runtime/boolean-logic/ifArrayPartial.ts +0 -13
  74. package/src/runtime/boolean-logic/ifBoolean.ts +0 -30
  75. package/src/runtime/boolean-logic/ifChar.ts +0 -23
  76. package/src/runtime/boolean-logic/ifContainer.ts +0 -20
  77. package/src/runtime/boolean-logic/ifFalse.ts +0 -26
  78. package/src/runtime/boolean-logic/ifFunction.ts +0 -31
  79. package/src/runtime/boolean-logic/ifHasKey.ts +0 -27
  80. package/src/runtime/boolean-logic/ifLength.ts +0 -39
  81. package/src/runtime/boolean-logic/ifNotNull.ts +0 -30
  82. package/src/runtime/boolean-logic/ifNull.ts +0 -31
  83. package/src/runtime/boolean-logic/ifNumber.ts +0 -30
  84. package/src/runtime/boolean-logic/ifObject.ts +0 -15
  85. package/src/runtime/boolean-logic/ifSameType.ts +0 -29
  86. package/src/runtime/boolean-logic/ifScalar.ts +0 -42
  87. package/src/runtime/boolean-logic/ifString.ts +0 -37
  88. package/src/runtime/boolean-logic/ifTrue.ts +0 -33
  89. package/src/runtime/boolean-logic/ifUndefined.ts +0 -39
  90. package/src/runtime/boolean-logic/index.ts +0 -19
  91. package/src/runtime/combinators/and.ts +0 -11
  92. package/src/runtime/combinators/f2.ts.HOLD +0 -241
  93. package/src/runtime/combinators/index.ts +0 -2
  94. package/src/runtime/combinators/or.ts +0 -13
  95. package/src/runtime/dictionary/defineOptions.ts +0 -82
  96. package/src/runtime/dictionary/entries.ts +0 -34
  97. package/src/runtime/dictionary/get.ts +0 -168
  98. package/src/runtime/dictionary/index.ts +0 -23
  99. package/src/runtime/dictionary/keysOf.ts +0 -28
  100. package/src/runtime/dictionary/omit.ts +0 -40
  101. package/src/runtime/dictionary/retain.ts +0 -35
  102. package/src/runtime/dictionary/sharedKeys.ts +0 -16
  103. package/src/runtime/dictionary/takeProp.ts +0 -28
  104. package/src/runtime/dictionary/valuesOf.ts +0 -21
  105. package/src/runtime/dictionary/withDefaults.ts +0 -27
  106. package/src/runtime/dictionary/withKeys.ts +0 -22
  107. package/src/runtime/dictionary/withoutKeys.ts +0 -23
  108. package/src/runtime/dictionary/withoutValue.ts +0 -26
  109. package/src/runtime/errors/KindError.ts +0 -59
  110. package/src/runtime/errors/TypedError.ts +0 -69
  111. package/src/runtime/errors/createErrorCondition.ts +0 -35
  112. package/src/runtime/errors/index.ts +0 -2
  113. package/src/runtime/errors/kindedError.ts +0 -59
  114. package/src/runtime/functional/index.ts +0 -1
  115. package/src/runtime/functional/result.ts +0 -309
  116. package/src/runtime/functions/fnMeta.ts +0 -27
  117. package/src/runtime/functions/index.ts +0 -3
  118. package/src/runtime/functions/wrapFn.ts +0 -32
  119. package/src/runtime/index.ts +0 -18
  120. package/src/runtime/initializers/addFnToProps.ts +0 -35
  121. package/src/runtime/initializers/addPropsToFn.ts +0 -42
  122. package/src/runtime/initializers/createCssSelector.ts +0 -78
  123. package/src/runtime/initializers/createFnWithProps.ts +0 -40
  124. package/src/runtime/initializers/defineObj.ts +0 -55
  125. package/src/runtime/initializers/defineTuple.ts +0 -28
  126. package/src/runtime/initializers/index.ts +0 -6
  127. package/src/runtime/lists/asArray.ts +0 -29
  128. package/src/runtime/lists/createComparison.ts +0 -15
  129. package/src/runtime/lists/createConverter.ts +0 -104
  130. package/src/runtime/lists/filter.ts +0 -62
  131. package/src/runtime/lists/find.ts +0 -51
  132. package/src/runtime/lists/getEach.ts +0 -48
  133. package/src/runtime/lists/index.ts +0 -26
  134. package/src/runtime/lists/indexOf.ts +0 -58
  135. package/src/runtime/lists/intersection.ts +0 -69
  136. package/src/runtime/lists/join.ts +0 -34
  137. package/src/runtime/lists/last.ts +0 -5
  138. package/src/runtime/lists/logicalReturns.ts +0 -18
  139. package/src/runtime/lists/reverse.ts +0 -10
  140. package/src/runtime/lists/shift.ts +0 -66
  141. package/src/runtime/lists/slice.ts +0 -16
  142. package/src/runtime/lists/unique.ts +0 -26
  143. package/src/runtime/literals/box.ts +0 -75
  144. package/src/runtime/literals/capitalize.ts +0 -9
  145. package/src/runtime/literals/color/cssColor.ts +0 -31
  146. package/src/runtime/literals/color/index.ts +0 -2
  147. package/src/runtime/literals/color/twColor.ts +0 -40
  148. package/src/runtime/literals/ensureLeading.ts +0 -27
  149. package/src/runtime/literals/ensureSurround.ts +0 -32
  150. package/src/runtime/literals/ensureTrailing.ts +0 -20
  151. package/src/runtime/literals/identity.ts +0 -22
  152. package/src/runtime/literals/ifLowercase.ts +0 -57
  153. package/src/runtime/literals/ifUppercase.ts +0 -34
  154. package/src/runtime/literals/index.ts +0 -58
  155. package/src/runtime/literals/literal.ts +0 -48
  156. package/src/runtime/literals/lowercase.ts +0 -11
  157. package/src/runtime/literals/narrow.ts +0 -44
  158. package/src/runtime/literals/pathJoin.ts +0 -25
  159. package/src/runtime/literals/phone/asPhoneNumber.ts +0 -72
  160. package/src/runtime/literals/phone/getPhoneCountryCode.ts +0 -16
  161. package/src/runtime/literals/phone/index.ts +0 -3
  162. package/src/runtime/literals/phone/removePhoneCountryCode.ts +0 -16
  163. package/src/runtime/literals/pluralize.ts +0 -74
  164. package/src/runtime/literals/retainAfter.ts +0 -71
  165. package/src/runtime/literals/retainChars.ts +0 -30
  166. package/src/runtime/literals/retainUntil.ts +0 -67
  167. package/src/runtime/literals/retainWhile.ts +0 -23
  168. package/src/runtime/literals/rightWhitespace.ts +0 -17
  169. package/src/runtime/literals/split.ts +0 -19
  170. package/src/runtime/literals/stripAfter.ts +0 -20
  171. package/src/runtime/literals/stripBefore.ts +0 -23
  172. package/src/runtime/literals/stripChars.ts +0 -25
  173. package/src/runtime/literals/stripLeading.ts +0 -28
  174. package/src/runtime/literals/stripSurround.ts +0 -54
  175. package/src/runtime/literals/stripTrailing.ts +0 -29
  176. package/src/runtime/literals/stripUntil.ts +0 -18
  177. package/src/runtime/literals/stripWhile.ts +0 -19
  178. package/src/runtime/literals/surround.ts +0 -23
  179. package/src/runtime/literals/takeNumericCharacters.ts +0 -16
  180. package/src/runtime/literals/toCamelCase.ts +0 -28
  181. package/src/runtime/literals/toKebabCase.ts +0 -31
  182. package/src/runtime/literals/toLowercase.ts +0 -13
  183. package/src/runtime/literals/toNumericArray.ts +0 -5
  184. package/src/runtime/literals/toPascalCase.ts +0 -38
  185. package/src/runtime/literals/toSnakeCase.ts +0 -33
  186. package/src/runtime/literals/toString.ts +0 -11
  187. package/src/runtime/literals/toUppercase.ts +0 -13
  188. package/src/runtime/literals/trim.ts +0 -55
  189. package/src/runtime/literals/truncate.ts +0 -20
  190. package/src/runtime/literals/tuple.ts +0 -41
  191. package/src/runtime/literals/uncapitalize.ts +0 -9
  192. package/src/runtime/literals/unset.ts +0 -18
  193. package/src/runtime/literals/uppercase.ts +0 -9
  194. package/src/runtime/literals/widen.ts +0 -13
  195. package/src/runtime/meta/index.ts +0 -2
  196. package/src/runtime/meta/urlMeta.ts +0 -187
  197. package/src/runtime/meta/youtube-meta.ts +0 -146
  198. package/src/runtime/queues/fifo.ts +0 -51
  199. package/src/runtime/queues/index.ts +0 -2
  200. package/src/runtime/queues/lifo.ts +0 -45
  201. package/src/runtime/runtime-types/README.md +0 -3
  202. package/src/runtime/runtime-types/asDefineObject.ts +0 -29
  203. package/src/runtime/runtime-types/asToken.ts +0 -155
  204. package/src/runtime/runtime-types/asType.ts +0 -57
  205. package/src/runtime/runtime-types/choices.ts +0 -86
  206. package/src/runtime/runtime-types/dict.hold +0 -65
  207. package/src/runtime/runtime-types/index.ts +0 -9
  208. package/src/runtime/runtime-types/ip6Prefix.ts +0 -20
  209. package/src/runtime/runtime-types/list.ts +0 -141
  210. package/src/runtime/runtime-types/rec.ts +0 -11
  211. package/src/runtime/runtime-types/shape-helpers/addToken.ts +0 -11
  212. package/src/runtime/runtime-types/shape-helpers/atomics.ts +0 -21
  213. package/src/runtime/runtime-types/shape-helpers/functions.ts +0 -36
  214. package/src/runtime/runtime-types/shape-helpers/getTokenData.ts +0 -14
  215. package/src/runtime/runtime-types/shape-helpers/getTokenName.ts +0 -13
  216. package/src/runtime/runtime-types/shape-helpers/literal-containers.ts +0 -18
  217. package/src/runtime/runtime-types/shape-helpers/regexToken.ts +0 -44
  218. package/src/runtime/runtime-types/shape-helpers/singletons.ts +0 -108
  219. package/src/runtime/runtime-types/shape-helpers/union.ts +0 -15
  220. package/src/runtime/runtime-types/shape-helpers/wide-containers.ts +0 -60
  221. package/src/runtime/runtime-types/shape.ts +0 -87
  222. package/src/runtime/runtime-types/tokens/createTypeToken.ts +0 -114
  223. package/src/runtime/runtime-types/tokens/index.ts +0 -2
  224. package/src/runtime/runtime-types/tokens/simpleToken.ts +0 -85
  225. package/src/runtime/sets/index.ts +0 -1
  226. package/src/runtime/sets/uniqueKeys.ts +0 -48
  227. package/src/runtime/tsconfig.json +0 -47
  228. package/src/runtime/type-conversion/asChars.ts +0 -10
  229. package/src/runtime/type-conversion/asRecord.ts +0 -14
  230. package/src/runtime/type-conversion/asString.ts +0 -35
  231. package/src/runtime/type-conversion/csv.ts +0 -56
  232. package/src/runtime/type-conversion/index.ts +0 -18
  233. package/src/runtime/type-conversion/intersect.ts +0 -12
  234. package/src/runtime/type-conversion/ip6GroupExpansion.ts +0 -17
  235. package/src/runtime/type-conversion/json.ts +0 -32
  236. package/src/runtime/type-conversion/lookupCountry.ts +0 -242
  237. package/src/runtime/type-conversion/mergeObjects.ts +0 -31
  238. package/src/runtime/type-conversion/mergeScalars.ts +0 -16
  239. package/src/runtime/type-conversion/mergeTuples.ts +0 -16
  240. package/src/runtime/type-conversion/mutable.ts +0 -5
  241. package/src/runtime/type-conversion/never.ts +0 -13
  242. package/src/runtime/type-conversion/optional.ts +0 -37
  243. package/src/runtime/type-conversion/toNumber.ts +0 -35
  244. package/src/runtime/type-conversion/union.ts +0 -15
  245. package/src/runtime/type-conversion/unionize.ts +0 -12
  246. package/src/runtime/type-guards/api-tg.ts +0 -45
  247. package/src/runtime/type-guards/geo/index.ts +0 -3
  248. package/src/runtime/type-guards/geo/isIso3166Alpha2.ts +0 -79
  249. package/src/runtime/type-guards/geo/isUsState.ts +0 -15
  250. package/src/runtime/type-guards/geo/isZipCode.ts +0 -45
  251. package/src/runtime/type-guards/hasDefaultValue.ts +0 -16
  252. package/src/runtime/type-guards/hasErrorConditions.ts +0 -8
  253. package/src/runtime/type-guards/hasIndexOf.ts +0 -36
  254. package/src/runtime/type-guards/hasKeys.ts +0 -38
  255. package/src/runtime/type-guards/hasWhitespace.ts +0 -13
  256. package/src/runtime/type-guards/higher-order/endsWith.ts +0 -23
  257. package/src/runtime/type-guards/higher-order/index.ts +0 -7
  258. package/src/runtime/type-guards/higher-order/isEqual.ts +0 -23
  259. package/src/runtime/type-guards/higher-order/isLength.ts +0 -36
  260. package/src/runtime/type-guards/higher-order/isSameTypeOf.ts +0 -15
  261. package/src/runtime/type-guards/higher-order/isTuple.ts +0 -31
  262. package/src/runtime/type-guards/higher-order/isTypeOf.ts +0 -16
  263. package/src/runtime/type-guards/higher-order/startsWith.ts +0 -42
  264. package/src/runtime/type-guards/html/index.ts +0 -1
  265. package/src/runtime/type-guards/html/isHtmlElement.ts +0 -11
  266. package/src/runtime/type-guards/index.ts +0 -57
  267. package/src/runtime/type-guards/isAlpha.ts +0 -13
  268. package/src/runtime/type-guards/isArray.ts +0 -9
  269. package/src/runtime/type-guards/isBoolean.ts +0 -10
  270. package/src/runtime/type-guards/isBooleanLike.ts +0 -17
  271. package/src/runtime/type-guards/isConstant.ts +0 -20
  272. package/src/runtime/type-guards/isContainer.ts +0 -20
  273. package/src/runtime/type-guards/isCssAspectRatio.ts +0 -16
  274. package/src/runtime/type-guards/isDefined.ts +0 -9
  275. package/src/runtime/type-guards/isDoneFn.ts +0 -14
  276. package/src/runtime/type-guards/isEmail.ts +0 -31
  277. package/src/runtime/type-guards/isErrorCondition.ts +0 -19
  278. package/src/runtime/type-guards/isFalse.ts +0 -3
  279. package/src/runtime/type-guards/isFalsy.ts +0 -14
  280. package/src/runtime/type-guards/isFnWithParams.ts +0 -11
  281. package/src/runtime/type-guards/isFunction.ts +0 -15
  282. package/src/runtime/type-guards/isHexadecimal.ts +0 -15
  283. package/src/runtime/type-guards/isIndexable.ts +0 -14
  284. package/src/runtime/type-guards/isInlineSvg.ts +0 -12
  285. package/src/runtime/type-guards/isLeftRight.ts +0 -16
  286. package/src/runtime/type-guards/isNever.ts +0 -12
  287. package/src/runtime/type-guards/isNotNull.ts +0 -10
  288. package/src/runtime/type-guards/isNothing.ts +0 -5
  289. package/src/runtime/type-guards/isNull.ts +0 -11
  290. package/src/runtime/type-guards/isNumber.ts +0 -9
  291. package/src/runtime/type-guards/isNumericString.ts +0 -41
  292. package/src/runtime/type-guards/isObject.ts +0 -13
  293. package/src/runtime/type-guards/isPhoneNumber.ts +0 -35
  294. package/src/runtime/type-guards/isReadonlyArray.ts +0 -17
  295. package/src/runtime/type-guards/isRef.ts +0 -15
  296. package/src/runtime/type-guards/isRegExp.ts +0 -37
  297. package/src/runtime/type-guards/isRuntimeUnion.ts +0 -12
  298. package/src/runtime/type-guards/isScalar.ts +0 -17
  299. package/src/runtime/type-guards/isSpecificConstant.ts +0 -17
  300. package/src/runtime/type-guards/isString.ts +0 -13
  301. package/src/runtime/type-guards/isSymbol.ts +0 -12
  302. package/src/runtime/type-guards/isThenable.ts +0 -8
  303. package/src/runtime/type-guards/isTrimmable.ts +0 -10
  304. package/src/runtime/type-guards/isTrue.ts +0 -8
  305. package/src/runtime/type-guards/isTruthy.ts +0 -15
  306. package/src/runtime/type-guards/isTypeToken.ts +0 -20
  307. package/src/runtime/type-guards/isTypeTuple.ts +0 -10
  308. package/src/runtime/type-guards/isUndefined.ts +0 -10
  309. package/src/runtime/type-guards/isUnset.ts +0 -26
  310. package/src/runtime/type-guards/isUrl.ts +0 -55
  311. package/src/runtime/type-guards/metrics/index.ts +0 -2
  312. package/src/runtime/type-guards/metrics/isMetric.ts +0 -133
  313. package/src/runtime/type-guards/metrics/isUom.ts +0 -125
  314. package/src/runtime/type-guards/network-tg.ts +0 -123
  315. package/src/runtime/type-guards/tokens/index.ts +0 -8
  316. package/src/runtime/type-guards/tokens/isAtomicToken.ts +0 -16
  317. package/src/runtime/type-guards/tokens/isContainerToken.ts +0 -64
  318. package/src/runtime/type-guards/tokens/isDefineObject.ts +0 -16
  319. package/src/runtime/type-guards/tokens/isFunctionToken.ts +0 -11
  320. package/src/runtime/type-guards/tokens/isShapeCallback.ts +0 -9
  321. package/src/runtime/type-guards/tokens/isShapeToken.ts +0 -33
  322. package/src/runtime/type-guards/tokens/isSimpleToken.ts +0 -100
  323. package/src/runtime/type-guards/tokens/isSingletonToken.ts +0 -17
  324. package/src/runtime/type-guards/tokens/isTupleToken.ts +0 -0
  325. package/src/runtime/type-guards/tokens/isUnionSetToken.ts +0 -0
  326. package/src/runtime/type-guards/tokens/isUnionToken.ts +0 -16
  327. package/src/runtime/type-guards/urls/Social.ts +0 -25
  328. package/src/runtime/type-guards/urls/books.ts +0 -2
  329. package/src/runtime/type-guards/urls/index.ts +0 -9
  330. package/src/runtime/type-guards/urls/news/australian.ts +0 -14
  331. package/src/runtime/type-guards/urls/news/belgium.ts +0 -14
  332. package/src/runtime/type-guards/urls/news/canadian.ts +0 -14
  333. package/src/runtime/type-guards/urls/news/chinese.ts +0 -14
  334. package/src/runtime/type-guards/urls/news/danish.ts +0 -14
  335. package/src/runtime/type-guards/urls/news/dutch.ts +0 -15
  336. package/src/runtime/type-guards/urls/news/french.ts +0 -14
  337. package/src/runtime/type-guards/urls/news/german.ts +0 -14
  338. package/src/runtime/type-guards/urls/news/index.ts +0 -51
  339. package/src/runtime/type-guards/urls/news/indian.ts +0 -14
  340. package/src/runtime/type-guards/urls/news/italian.ts +0 -14
  341. package/src/runtime/type-guards/urls/news/japanese.ts +0 -14
  342. package/src/runtime/type-guards/urls/news/mexican.ts +0 -14
  343. package/src/runtime/type-guards/urls/news/norwegian.ts +0 -14
  344. package/src/runtime/type-guards/urls/news/south-korean.ts +0 -14
  345. package/src/runtime/type-guards/urls/news/spanish.ts +0 -14
  346. package/src/runtime/type-guards/urls/news/swiss.ts +0 -14
  347. package/src/runtime/type-guards/urls/news/turkish.ts +0 -14
  348. package/src/runtime/type-guards/urls/news/uk.ts +0 -14
  349. package/src/runtime/type-guards/urls/news/us.ts +0 -14
  350. package/src/runtime/type-guards/urls/repos/bitbucket.ts +0 -18
  351. package/src/runtime/type-guards/urls/repos/codeCommit.ts +0 -19
  352. package/src/runtime/type-guards/urls/repos/github.ts +0 -198
  353. package/src/runtime/type-guards/urls/repos/index.ts +0 -19
  354. package/src/runtime/type-guards/urls/repos/isSemanticVersion.ts +0 -46
  355. package/src/runtime/type-guards/urls/retail.ts +0 -221
  356. package/src/runtime/type-guards/urls/youtube.ts +0 -172
  357. package/src/runtime/vuejs/asVueRef.ts +0 -18
  358. package/src/runtime/vuejs/index.ts +0 -1
  359. package/src/types/README.md +0 -3
  360. package/src/types/api/api.ts +0 -368
  361. package/src/types/api/index.ts +0 -1
  362. package/src/types/base-types/AnyArray.ts +0 -6
  363. package/src/types/base-types/AnyObject.ts +0 -12
  364. package/src/types/base-types/Container.ts +0 -19
  365. package/src/types/base-types/Defined.ts +0 -8
  366. package/src/types/base-types/Dictionary.ts +0 -14
  367. package/src/types/base-types/Digital.ts +0 -27
  368. package/src/types/base-types/EmptyObject.ts +0 -14
  369. package/src/types/base-types/FalsyValue.ts +0 -8
  370. package/src/types/base-types/Indexable.ts +0 -10
  371. package/src/types/base-types/IndexableObject.ts +0 -36
  372. package/src/types/base-types/LikeRegExp.ts +0 -10
  373. package/src/types/base-types/List.ts +0 -386
  374. package/src/types/base-types/NarrowObject.ts +0 -11
  375. package/src/types/base-types/NonArray.ts +0 -10
  376. package/src/types/base-types/NotNull.ts +0 -8
  377. package/src/types/base-types/Nothing.ts +0 -7
  378. package/src/types/base-types/NumericSign.ts +0 -6
  379. package/src/types/base-types/ObjectKey.ts +0 -8
  380. package/src/types/base-types/Scalar.ts +0 -7
  381. package/src/types/base-types/ScalarNotSymbol.ts +0 -7
  382. package/src/types/base-types/Something.ts +0 -10
  383. package/src/types/base-types/Thenable.ts +0 -12
  384. package/src/types/base-types/Tuple.ts +0 -42
  385. package/src/types/base-types/fns/AnyFunction.ts +0 -10
  386. package/src/types/base-types/fns/EscapeFunction.ts +0 -25
  387. package/src/types/base-types/fns/FnAllowingProps.ts +0 -14
  388. package/src/types/base-types/fns/IdentityFunction.ts +0 -5
  389. package/src/types/base-types/fns/JustFunction.ts +0 -11
  390. package/src/types/base-types/fns/OptionalParamFn.ts +0 -42
  391. package/src/types/base-types/fns/RegularFn.ts +0 -11
  392. package/src/types/base-types/fns/TypedFunction.ts +0 -10
  393. package/src/types/base-types/fns/index.ts +0 -9
  394. package/src/types/base-types/functional/LeftRight.ts +0 -251
  395. package/src/types/base-types/functional/index.ts +0 -1
  396. package/src/types/base-types/index.ts +0 -27
  397. package/src/types/boolean-logic/LogicalCombinator.ts +0 -4
  398. package/src/types/boolean-logic/branching/Default.ts +0 -18
  399. package/src/types/boolean-logic/branching/Fail.ts +0 -38
  400. package/src/types/boolean-logic/branching/Handle.ts +0 -52
  401. package/src/types/boolean-logic/branching/If.ts +0 -45
  402. package/src/types/boolean-logic/branching/IfAllExtend.ts +0 -17
  403. package/src/types/boolean-logic/branching/IfAllLiteral.ts +0 -13
  404. package/src/types/boolean-logic/branching/IfEqual.ts +0 -31
  405. package/src/types/boolean-logic/branching/IfErrorCondition.ts +0 -20
  406. package/src/types/boolean-logic/branching/IfLength.ts +0 -34
  407. package/src/types/boolean-logic/branching/IfNever.ts +0 -13
  408. package/src/types/boolean-logic/branching/IfUnset.ts +0 -32
  409. package/src/types/boolean-logic/branching/Iff.ts +0 -55
  410. package/src/types/boolean-logic/branching/OnPass.ts +0 -113
  411. package/src/types/boolean-logic/branching/Passthrough.ts +0 -26
  412. package/src/types/boolean-logic/branching/README.md +0 -3
  413. package/src/types/boolean-logic/branching/WhenNever.ts +0 -17
  414. package/src/types/boolean-logic/branching/index.ts +0 -15
  415. package/src/types/boolean-logic/combinators/And.ts +0 -44
  416. package/src/types/boolean-logic/combinators/Compare.ts +0 -188
  417. package/src/types/boolean-logic/combinators/Not.ts +0 -68
  418. package/src/types/boolean-logic/combinators/Or.ts +0 -69
  419. package/src/types/boolean-logic/combinators/README.md +0 -3
  420. package/src/types/boolean-logic/combinators/Some.ts +0 -44
  421. package/src/types/boolean-logic/combinators/index.ts +0 -5
  422. package/src/types/boolean-logic/index.ts +0 -7
  423. package/src/types/boolean-logic/narrowing/As.ts +0 -10
  424. package/src/types/boolean-logic/narrowing/AsDoneFn.ts +0 -12
  425. package/src/types/boolean-logic/narrowing/AsIndexOf.ts +0 -24
  426. package/src/types/boolean-logic/narrowing/AsSomething.ts +0 -38
  427. package/src/types/boolean-logic/narrowing/index.ts +0 -5
  428. package/src/types/boolean-logic/operators/AllExtend.ts +0 -29
  429. package/src/types/boolean-logic/operators/AllLiteral.ts +0 -29
  430. package/src/types/boolean-logic/operators/AllNumericLiterals.ts +0 -14
  431. package/src/types/boolean-logic/operators/AllStringLiterals.ts +0 -14
  432. package/src/types/boolean-logic/operators/ApiOperators.ts +0 -30
  433. package/src/types/boolean-logic/operators/AreSameLength.ts +0 -29
  434. package/src/types/boolean-logic/operators/AreSameType.ts +0 -22
  435. package/src/types/boolean-logic/operators/Contains.ts +0 -76
  436. package/src/types/boolean-logic/operators/ContainsAll.ts +0 -31
  437. package/src/types/boolean-logic/operators/DoesExtend.ts +0 -16
  438. package/src/types/boolean-logic/operators/DoesNotExtend.ts +0 -14
  439. package/src/types/boolean-logic/operators/EndsWith.ts +0 -56
  440. package/src/types/boolean-logic/operators/Extends.ts +0 -14
  441. package/src/types/boolean-logic/operators/ExtendsAll.ts +0 -26
  442. package/src/types/boolean-logic/operators/ExtendsNone.ts +0 -16
  443. package/src/types/boolean-logic/operators/ExtendsSome.ts +0 -18
  444. package/src/types/boolean-logic/operators/HasArray.ts +0 -17
  445. package/src/types/boolean-logic/operators/HasCharacters.ts +0 -73
  446. package/src/types/boolean-logic/operators/HasIndex.ts +0 -18
  447. package/src/types/boolean-logic/operators/HasOtherCharacters.ts +0 -39
  448. package/src/types/boolean-logic/operators/HasParameters.ts +0 -18
  449. package/src/types/boolean-logic/operators/HasProp.ts +0 -20
  450. package/src/types/boolean-logic/operators/HasRequiredProps.ts +0 -17
  451. package/src/types/boolean-logic/operators/HasSameKeys.ts +0 -41
  452. package/src/types/boolean-logic/operators/HasSameValues.ts +0 -53
  453. package/src/types/boolean-logic/operators/HasUnionType.ts +0 -16
  454. package/src/types/boolean-logic/operators/HasWideValues.ts +0 -14
  455. package/src/types/boolean-logic/operators/HaveSameNumericSign.ts +0 -24
  456. package/src/types/boolean-logic/operators/IsAllCaps.ts +0 -23
  457. package/src/types/boolean-logic/operators/IsAllLowercase.ts +0 -22
  458. package/src/types/boolean-logic/operators/IsAny.ts +0 -10
  459. package/src/types/boolean-logic/operators/IsAnyEqual.ts +0 -14
  460. package/src/types/boolean-logic/operators/IsArray.ts +0 -12
  461. package/src/types/boolean-logic/operators/IsBoolean.ts +0 -13
  462. package/src/types/boolean-logic/operators/IsBooleanLiteral.ts +0 -20
  463. package/src/types/boolean-logic/operators/IsContainer.ts +0 -16
  464. package/src/types/boolean-logic/operators/IsCssHexadecimal.ts +0 -15
  465. package/src/types/boolean-logic/operators/IsDefined.ts +0 -6
  466. package/src/types/boolean-logic/operators/IsDotPath.ts +0 -55
  467. package/src/types/boolean-logic/operators/IsEmptyObject.ts +0 -19
  468. package/src/types/boolean-logic/operators/IsEmptyString.ts +0 -18
  469. package/src/types/boolean-logic/operators/IsEqual.ts +0 -23
  470. package/src/types/boolean-logic/operators/IsErrorCondition.ts +0 -19
  471. package/src/types/boolean-logic/operators/IsFalse.ts +0 -22
  472. package/src/types/boolean-logic/operators/IsFalsy.ts +0 -13
  473. package/src/types/boolean-logic/operators/IsFloat.ts +0 -24
  474. package/src/types/boolean-logic/operators/IsFnWithParams.ts +0 -37
  475. package/src/types/boolean-logic/operators/IsFunction.ts +0 -10
  476. package/src/types/boolean-logic/operators/IsGreaterThan.ts +0 -43
  477. package/src/types/boolean-logic/operators/IsInteger.ts +0 -18
  478. package/src/types/boolean-logic/operators/IsIterable.ts +0 -35
  479. package/src/types/boolean-logic/operators/IsLength.ts +0 -14
  480. package/src/types/boolean-logic/operators/IsLessThan.ts +0 -39
  481. package/src/types/boolean-logic/operators/IsLiteral.ts +0 -48
  482. package/src/types/boolean-logic/operators/IsLiteralFn.ts +0 -24
  483. package/src/types/boolean-logic/operators/IsLiteralUnion.ts +0 -21
  484. package/src/types/boolean-logic/operators/IsNarrowingFn.ts +0 -19
  485. package/src/types/boolean-logic/operators/IsNegativeNumber.ts +0 -23
  486. package/src/types/boolean-logic/operators/IsNever.ts +0 -10
  487. package/src/types/boolean-logic/operators/IsNonLiteralUnion.ts +0 -23
  488. package/src/types/boolean-logic/operators/IsNotEqual.ts +0 -7
  489. package/src/types/boolean-logic/operators/IsNothing.ts +0 -11
  490. package/src/types/boolean-logic/operators/IsNull.ts +0 -17
  491. package/src/types/boolean-logic/operators/IsNumber.ts +0 -14
  492. package/src/types/boolean-logic/operators/IsNumberLike.ts +0 -17
  493. package/src/types/boolean-logic/operators/IsNumericLiteral.ts +0 -14
  494. package/src/types/boolean-logic/operators/IsObject.ts +0 -23
  495. package/src/types/boolean-logic/operators/IsObjectLiteral.ts +0 -37
  496. package/src/types/boolean-logic/operators/IsOptionalScalar.ts +0 -28
  497. package/src/types/boolean-logic/operators/IsPositiveNumber.ts +0 -13
  498. package/src/types/boolean-logic/operators/IsReadonlyArray.ts +0 -14
  499. package/src/types/boolean-logic/operators/IsReadonlyObject.ts +0 -15
  500. package/src/types/boolean-logic/operators/IsScalar.ts +0 -25
  501. package/src/types/boolean-logic/operators/IsSingleChar.ts +0 -20
  502. package/src/types/boolean-logic/operators/IsSingularNoun.ts +0 -20
  503. package/src/types/boolean-logic/operators/IsString.ts +0 -16
  504. package/src/types/boolean-logic/operators/IsStringLiteral.ts +0 -16
  505. package/src/types/boolean-logic/operators/IsSymbol.ts +0 -8
  506. package/src/types/boolean-logic/operators/IsTrue.ts +0 -27
  507. package/src/types/boolean-logic/operators/IsTruthy.ts +0 -40
  508. package/src/types/boolean-logic/operators/IsTuple.ts +0 -27
  509. package/src/types/boolean-logic/operators/IsUndefined.ts +0 -9
  510. package/src/types/boolean-logic/operators/IsUnion.ts +0 -18
  511. package/src/types/boolean-logic/operators/IsUnionArray.ts +0 -17
  512. package/src/types/boolean-logic/operators/IsUnset.ts +0 -10
  513. package/src/types/boolean-logic/operators/IsUrl.ts +0 -65
  514. package/src/types/boolean-logic/operators/IsValidDotPath.ts +0 -42
  515. package/src/types/boolean-logic/operators/IsValidIndex.ts +0 -59
  516. package/src/types/boolean-logic/operators/IsVueRef.ts +0 -34
  517. package/src/types/boolean-logic/operators/IsWideType.ts +0 -116
  518. package/src/types/boolean-logic/operators/IsWideUnion.ts +0 -25
  519. package/src/types/boolean-logic/operators/MaybeError.ts +0 -32
  520. package/src/types/boolean-logic/operators/NarrowlyContains.ts +0 -23
  521. package/src/types/boolean-logic/operators/Network-operators.ts +0 -192
  522. package/src/types/boolean-logic/operators/NotEqual.ts +0 -11
  523. package/src/types/boolean-logic/operators/NotLength.ts +0 -12
  524. package/src/types/boolean-logic/operators/PhoneOperators.ts +0 -62
  525. package/src/types/boolean-logic/operators/README.md +0 -3
  526. package/src/types/boolean-logic/operators/Returns.ts +0 -16
  527. package/src/types/boolean-logic/operators/ReturnsBoolean.ts +0 -13
  528. package/src/types/boolean-logic/operators/ReturnsFalse.ts +0 -15
  529. package/src/types/boolean-logic/operators/ReturnsTrue.ts +0 -17
  530. package/src/types/boolean-logic/operators/SomeEqual.ts +0 -17
  531. package/src/types/boolean-logic/operators/SomeExtend.ts +0 -26
  532. package/src/types/boolean-logic/operators/StartsWith.ts +0 -54
  533. package/src/types/boolean-logic/operators/UnionHasArray.ts +0 -22
  534. package/src/types/boolean-logic/operators/Validate.ts +0 -54
  535. package/src/types/boolean-logic/operators/YouTube-operators.ts +0 -68
  536. package/src/types/boolean-logic/operators/index.ts +0 -103
  537. package/src/types/classes/Constructor.ts +0 -10
  538. package/src/types/classes/KlassMeta.ts +0 -28
  539. package/src/types/classes/index.ts +0 -2
  540. package/src/types/containers/IsEmptyContainer.ts +0 -21
  541. package/src/types/containers/IsNonEmptyContainer.ts +0 -15
  542. package/src/types/containers/RemoveEmpty.ts +0 -78
  543. package/src/types/containers/RemoveMarked.ts +0 -53
  544. package/src/types/containers/RemoveNever.ts +0 -69
  545. package/src/types/containers/RemoveUndefined.ts +0 -55
  546. package/src/types/containers/index.ts +0 -6
  547. package/src/types/dictionary/AddKeyValue.ts +0 -34
  548. package/src/types/dictionary/CamelKeys.ts +0 -42
  549. package/src/types/dictionary/CombinedKeys.ts +0 -21
  550. package/src/types/dictionary/CreateKV.ts +0 -30
  551. package/src/types/dictionary/CreateLookup.ts +0 -59
  552. package/src/types/dictionary/DefineObject.ts +0 -45
  553. package/src/types/dictionary/DictChangeValue.ts +0 -34
  554. package/src/types/dictionary/EnsureKeys.ts +0 -34
  555. package/src/types/dictionary/FilterProps.ts +0 -45
  556. package/src/types/dictionary/FromMaybeRef.ts +0 -13
  557. package/src/types/dictionary/Get.ts +0 -20
  558. package/src/types/dictionary/KebabKeys.ts +0 -42
  559. package/src/types/dictionary/Keys.ts +0 -171
  560. package/src/types/dictionary/KeysEqualValue.ts +0 -19
  561. package/src/types/dictionary/KeysNotEqualValue.ts +0 -20
  562. package/src/types/dictionary/KeysWithValue.ts +0 -51
  563. package/src/types/dictionary/KeysWithoutValue.ts +0 -18
  564. package/src/types/dictionary/KvFn.ts +0 -20
  565. package/src/types/dictionary/MakeKeysOptional.ts +0 -49
  566. package/src/types/dictionary/MakeKeysRequired.ts +0 -23
  567. package/src/types/dictionary/MakePropsMutable.ts +0 -51
  568. package/src/types/dictionary/MapTo.ts +0 -475
  569. package/src/types/dictionary/MaybeRef.ts +0 -17
  570. package/src/types/dictionary/MergeKVs.ts +0 -30
  571. package/src/types/dictionary/MutableProps.ts +0 -9
  572. package/src/types/dictionary/NonNumericKeys.ts +0 -8
  573. package/src/types/dictionary/NonStringKeys.ts +0 -15
  574. package/src/types/dictionary/OptionalKeys.ts +0 -36
  575. package/src/types/dictionary/OptionalProps.ts +0 -11
  576. package/src/types/dictionary/PascalKeys.ts +0 -42
  577. package/src/types/dictionary/ReadonlyKeys.ts +0 -19
  578. package/src/types/dictionary/ReadonlyProps.ts +0 -9
  579. package/src/types/dictionary/RemoveIndexKeys.ts +0 -22
  580. package/src/types/dictionary/RequireProps.ts +0 -15
  581. package/src/types/dictionary/RequiredKeys.ts +0 -27
  582. package/src/types/dictionary/RequiredProps.ts +0 -8
  583. package/src/types/dictionary/RetainProps.ts +0 -45
  584. package/src/types/dictionary/SharedKeys.ts +0 -21
  585. package/src/types/dictionary/SimplifyObject.ts +0 -11
  586. package/src/types/dictionary/SnakeKeys.ts +0 -42
  587. package/src/types/dictionary/StringKeys.ts +0 -8
  588. package/src/types/dictionary/TakeProp.ts +0 -16
  589. package/src/types/dictionary/UpsertKeyValue.ts +0 -29
  590. package/src/types/dictionary/ValidKey.ts +0 -16
  591. package/src/types/dictionary/Values.ts +0 -47
  592. package/src/types/dictionary/WithKeys.ts +0 -42
  593. package/src/types/dictionary/WithNumericKeys.ts +0 -8
  594. package/src/types/dictionary/WithStringKeys.ts +0 -9
  595. package/src/types/dictionary/WithValue.ts +0 -42
  596. package/src/types/dictionary/WithoutKeys.ts +0 -40
  597. package/src/types/dictionary/WithoutValue.ts +0 -20
  598. package/src/types/dictionary/index.ts +0 -64
  599. package/src/types/errors/AsError.ts +0 -110
  600. package/src/types/errors/CompleteError.ts +0 -80
  601. package/src/types/errors/ErrorCondition.ts +0 -126
  602. package/src/types/errors/ErrorConditionHandler.ts +0 -10
  603. package/src/types/errors/KindError.ts +0 -49
  604. package/src/types/errors/MapError.ts +0 -29
  605. package/src/types/errors/PartialError.ts +0 -25
  606. package/src/types/errors/ProxyError.ts +0 -45
  607. package/src/types/errors/StackTrace.ts +0 -14
  608. package/src/types/errors/Throw.ts +0 -58
  609. package/src/types/errors/index.ts +0 -10
  610. package/src/types/functional/Left.ts +0 -8
  611. package/src/types/functional/Option.ts +0 -0
  612. package/src/types/functional/Result.ts +0 -327
  613. package/src/types/functional/Right.ts +0 -8
  614. package/src/types/functional/index.ts +0 -3
  615. package/src/types/functions/AsFnMeta.ts +0 -32
  616. package/src/types/functions/FnFrom.ts +0 -14
  617. package/src/types/functions/FnMeta.ts +0 -36
  618. package/src/types/functions/FnProps.ts +0 -26
  619. package/src/types/functions/FnWithDescription.ts +0 -19
  620. package/src/types/functions/FnWithProps.ts +0 -26
  621. package/src/types/functions/HandleDoneFn.ts +0 -12
  622. package/src/types/functions/IdentityFn.ts +0 -20
  623. package/src/types/functions/LiteralFn.ts +0 -53
  624. package/src/types/functions/LogicFunction.ts +0 -11
  625. package/src/types/functions/NarrowingFn.ts +0 -73
  626. package/src/types/functions/OnlyFnProps.ts +0 -11
  627. package/src/types/functions/PromiseAll.ts +0 -13
  628. package/src/types/functions/RemoveFnProps.ts +0 -11
  629. package/src/types/functions/ToFn.ts +0 -22
  630. package/src/types/functions/TypeGuard.ts +0 -9
  631. package/src/types/functions/WrapperFn.ts +0 -40
  632. package/src/types/functions/index.ts +0 -28
  633. package/src/types/index.ts +0 -26
  634. package/src/types/kv/DictFromKv.ts +0 -3
  635. package/src/types/kv/KeyValue.ts +0 -12
  636. package/src/types/kv/KvFrom.ts +0 -8
  637. package/src/types/kv/KvTuple.ts +0 -14
  638. package/src/types/kv/index.ts +0 -15
  639. package/src/types/lists/AfterFirst.ts +0 -15
  640. package/src/types/lists/AllowNonTupleWhenSingular.ts +0 -18
  641. package/src/types/lists/ArrayElementType.ts +0 -17
  642. package/src/types/lists/AsArray.ts +0 -24
  643. package/src/types/lists/AsNumericArray.ts +0 -21
  644. package/src/types/lists/AsReadonlyArray.ts +0 -3
  645. package/src/types/lists/AsTuple.ts +0 -16
  646. package/src/types/lists/BeforeLast.ts +0 -34
  647. package/src/types/lists/ConvertAndMap.ts +0 -138
  648. package/src/types/lists/ConvertSet.ts +0 -44
  649. package/src/types/lists/ElementOf.ts +0 -7
  650. package/src/types/lists/Filter.ts +0 -86
  651. package/src/types/lists/FilterByProp.ts +0 -87
  652. package/src/types/lists/FilterLiterals.ts +0 -29
  653. package/src/types/lists/FilterWideTypes.ts +0 -24
  654. package/src/types/lists/Find.ts +0 -52
  655. package/src/types/lists/First.ts +0 -21
  656. package/src/types/lists/FirstOrElse.ts +0 -15
  657. package/src/types/lists/FirstString.ts +0 -7
  658. package/src/types/lists/Flatten.ts +0 -149
  659. package/src/types/lists/GetEach.ts +0 -62
  660. package/src/types/lists/IndexOf.ts +0 -151
  661. package/src/types/lists/Intersect.ts +0 -19
  662. package/src/types/lists/IntersectAll.ts +0 -26
  663. package/src/types/lists/Last.ts +0 -29
  664. package/src/types/lists/Length.ts +0 -65
  665. package/src/types/lists/LogicalReturns.ts +0 -30
  666. package/src/types/lists/MaxLength.ts +0 -44
  667. package/src/types/lists/NumericKeys.ts +0 -55
  668. package/src/types/lists/NumericSort.ts +0 -183
  669. package/src/types/lists/Pop.ts +0 -39
  670. package/src/types/lists/Push.ts +0 -25
  671. package/src/types/lists/ReplaceLast.ts +0 -14
  672. package/src/types/lists/Retain.ts +0 -81
  673. package/src/types/lists/RetainByProp.ts +0 -105
  674. package/src/types/lists/RetainLiterals.ts +0 -30
  675. package/src/types/lists/RetainWideTypes.ts +0 -31
  676. package/src/types/lists/ReturnTypes.ts +0 -20
  677. package/src/types/lists/Reverse.ts +0 -14
  678. package/src/types/lists/Second.ts +0 -22
  679. package/src/types/lists/Shift.ts +0 -50
  680. package/src/types/lists/Slice.ts +0 -133
  681. package/src/types/lists/TakeFirst.ts +0 -67
  682. package/src/types/lists/TakeLast.ts +0 -31
  683. package/src/types/lists/ToCSV.ts +0 -29
  684. package/src/types/lists/TruthyReturns.ts +0 -23
  685. package/src/types/lists/UnionFromProp.ts +0 -26
  686. package/src/types/lists/index.ts +0 -61
  687. package/src/types/literals/BooleanLike.ts +0 -9
  688. package/src/types/literals/Box.ts +0 -20
  689. package/src/types/literals/Choices.ts +0 -251
  690. package/src/types/literals/Color.ts +0 -54
  691. package/src/types/literals/ContainerBlockKey.ts +0 -22
  692. package/src/types/literals/ContainerKeyGuarantee.ts +0 -26
  693. package/src/types/literals/DoneFnTuple.ts +0 -31
  694. package/src/types/literals/ExpandRecursively.ts +0 -68
  695. package/src/types/literals/FromDefn.ts +0 -151
  696. package/src/types/literals/FromTokenNames.ts +0 -81
  697. package/src/types/literals/Narrow.ts +0 -10
  698. package/src/types/literals/Narrowable.ts +0 -9
  699. package/src/types/literals/NarrowableDefined.ts +0 -11
  700. package/src/types/literals/NarrowableScalar.ts +0 -14
  701. package/src/types/literals/OptRequired.ts +0 -4
  702. package/src/types/literals/RuntimeUnion.ts +0 -16
  703. package/src/types/literals/Unset.ts +0 -14
  704. package/src/types/literals/VueComputedRef.ts +0 -41
  705. package/src/types/literals/VueRef.ts +0 -23
  706. package/src/types/literals/index.ts +0 -19
  707. package/src/types/numeric-literals/Abs.ts +0 -31
  708. package/src/types/numeric-literals/AbsMaybe.ts +0 -21
  709. package/src/types/numeric-literals/Add.ts +0 -179
  710. package/src/types/numeric-literals/AsNegativeNumber.ts +0 -32
  711. package/src/types/numeric-literals/AsNumberWhenPossible.ts +0 -41
  712. package/src/types/numeric-literals/CSV.ts +0 -164
  713. package/src/types/numeric-literals/Decrement.ts +0 -21
  714. package/src/types/numeric-literals/Delta.ts +0 -70
  715. package/src/types/numeric-literals/Digit.ts +0 -10
  716. package/src/types/numeric-literals/DigitNonZero.ts +0 -8
  717. package/src/types/numeric-literals/Digitize.ts +0 -42
  718. package/src/types/numeric-literals/Increment.ts +0 -26
  719. package/src/types/numeric-literals/InvertNumericSign.ts +0 -18
  720. package/src/types/numeric-literals/LessThan.ts +0 -23
  721. package/src/types/numeric-literals/LessThanOrEqual.ts +0 -24
  722. package/src/types/numeric-literals/Negative.ts +0 -12
  723. package/src/types/numeric-literals/NextDigit.ts +0 -35
  724. package/src/types/numeric-literals/NumberLike.ts +0 -7
  725. package/src/types/numeric-literals/NumericRange.ts +0 -17
  726. package/src/types/numeric-literals/PriorDigit.ts +0 -35
  727. package/src/types/numeric-literals/Subtract.ts +0 -84
  728. package/src/types/numeric-literals/ToInteger.ts +0 -45
  729. package/src/types/numeric-literals/ToNumericArray.ts +0 -27
  730. package/src/types/numeric-literals/Zero.ts +0 -8
  731. package/src/types/numeric-literals/index.ts +0 -24
  732. package/src/types/queues/FifoQueue.ts +0 -39
  733. package/src/types/queues/LifoQueue.ts +0 -39
  734. package/src/types/queues/index.ts +0 -3
  735. package/src/types/runtime-types/AsType.ts +0 -65
  736. package/src/types/runtime-types/Dict.ts +0 -79
  737. package/src/types/runtime-types/FromLiteralTokens.ts +0 -56
  738. package/src/types/runtime-types/Rec.ts +0 -18
  739. package/src/types/runtime-types/Shape.ts +0 -384
  740. package/src/types/runtime-types/SimpleType.ts +0 -168
  741. package/src/types/runtime-types/StringLiteralToken.ts +0 -43
  742. package/src/types/runtime-types/TokenizeStringLiteral.ts +0 -65
  743. package/src/types/runtime-types/Type.ts +0 -381
  744. package/src/types/runtime-types/TypeOf.ts +0 -76
  745. package/src/types/runtime-types/TypeToken.ts +0 -384
  746. package/src/types/runtime-types/TypeTuple.ts +0 -22
  747. package/src/types/runtime-types/index.ts +0 -12
  748. package/src/types/sets/IntersectingKeys.ts +0 -17
  749. package/src/types/sets/Intersection.ts +0 -151
  750. package/src/types/sets/Relate.ts +0 -20
  751. package/src/types/sets/SetCandidate.ts +0 -9
  752. package/src/types/sets/Unique.ts +0 -87
  753. package/src/types/sets/UniqueKeys.ts +0 -36
  754. package/src/types/sets/UniqueKeysUnion.ts +0 -27
  755. package/src/types/sets/UniqueKv.ts +0 -17
  756. package/src/types/sets/index.ts +0 -9
  757. package/src/types/string-literals/AfterFirstChar.ts +0 -34
  758. package/src/types/string-literals/Cardinality.ts +0 -82
  759. package/src/types/string-literals/Chars.ts +0 -27
  760. package/src/types/string-literals/Concat.ts +0 -45
  761. package/src/types/string-literals/Date.ts +0 -156
  762. package/src/types/string-literals/DateTime.ts +0 -56
  763. package/src/types/string-literals/EmptyString.ts +0 -7
  764. package/src/types/string-literals/EmptyStringOr.ts +0 -12
  765. package/src/types/string-literals/EnsureLeading.ts +0 -70
  766. package/src/types/string-literals/EnsureLeadingEvery.ts +0 -22
  767. package/src/types/string-literals/EnsureSurround.ts +0 -17
  768. package/src/types/string-literals/EnsureTrailing.ts +0 -60
  769. package/src/types/string-literals/FindIndex.ts +0 -174
  770. package/src/types/string-literals/FirstChar.ts +0 -33
  771. package/src/types/string-literals/HasUppercase.ts +0 -16
  772. package/src/types/string-literals/IsCapitalized.ts +0 -18
  773. package/src/types/string-literals/Join.ts +0 -64
  774. package/src/types/string-literals/LastChar.ts +0 -35
  775. package/src/types/string-literals/PathJoin.ts +0 -55
  776. package/src/types/string-literals/Pluralize.ts +0 -107
  777. package/src/types/string-literals/Prepend.ts +0 -17
  778. package/src/types/string-literals/PrependAll.ts +0 -18
  779. package/src/types/string-literals/Proxmox.ts +0 -6
  780. package/src/types/string-literals/Repeat.ts +0 -14
  781. package/src/types/string-literals/RetainAfter.ts +0 -68
  782. package/src/types/string-literals/RetainUntil.ts +0 -69
  783. package/src/types/string-literals/Split.ts +0 -113
  784. package/src/types/string-literals/StrLen.ts +0 -17
  785. package/src/types/string-literals/StripAfter.ts +0 -24
  786. package/src/types/string-literals/StripBefore.ts +0 -24
  787. package/src/types/string-literals/StripLeading.ts +0 -48
  788. package/src/types/string-literals/StripSurround.ts +0 -34
  789. package/src/types/string-literals/StripTrailing.ts +0 -51
  790. package/src/types/string-literals/StripUntil.ts +0 -56
  791. package/src/types/string-literals/Suggest.ts +0 -52
  792. package/src/types/string-literals/Surround.ts +0 -48
  793. package/src/types/string-literals/Time.ts +0 -333
  794. package/src/types/string-literals/Truncate.ts +0 -59
  795. package/src/types/string-literals/UnderlyingType.ts +0 -29
  796. package/src/types/string-literals/casing/AllCaps.ts +0 -24
  797. package/src/types/string-literals/casing/CamelCase.ts +0 -32
  798. package/src/types/string-literals/casing/CapFirstAlpha.ts +0 -22
  799. package/src/types/string-literals/casing/CapitalizeWords.ts +0 -8
  800. package/src/types/string-literals/casing/DashToSnake.ts +0 -3
  801. package/src/types/string-literals/casing/DashUppercase.ts +0 -23
  802. package/src/types/string-literals/casing/KebabCase.ts +0 -48
  803. package/src/types/string-literals/casing/LowerAllCaps.ts +0 -17
  804. package/src/types/string-literals/casing/NamingConvention.ts +0 -14
  805. package/src/types/string-literals/casing/PascalCase.ts +0 -28
  806. package/src/types/string-literals/casing/RaiseAllLowercase.ts +0 -12
  807. package/src/types/string-literals/casing/SnakeCase.ts +0 -60
  808. package/src/types/string-literals/casing/index.ts +0 -12
  809. package/src/types/string-literals/character-sets/Alpha.ts +0 -19
  810. package/src/types/string-literals/character-sets/AlphaChar.ts +0 -10
  811. package/src/types/string-literals/character-sets/AlphaNumeric.ts +0 -31
  812. package/src/types/string-literals/character-sets/BCP.ts +0 -37
  813. package/src/types/string-literals/character-sets/CSV.ts +0 -26
  814. package/src/types/string-literals/character-sets/CarriageReturn.ts +0 -22
  815. package/src/types/string-literals/character-sets/Consonants.ts +0 -19
  816. package/src/types/string-literals/character-sets/Country.ts +0 -217
  817. package/src/types/string-literals/character-sets/DomainName.ts +0 -56
  818. package/src/types/string-literals/character-sets/DotPathFor.ts +0 -46
  819. package/src/types/string-literals/character-sets/Hexadecimal.ts +0 -27
  820. package/src/types/string-literals/character-sets/Indent.ts +0 -37
  821. package/src/types/string-literals/character-sets/InlineSvg.ts +0 -8
  822. package/src/types/string-literals/character-sets/IpAddress.ts +0 -161
  823. package/src/types/string-literals/character-sets/LowerAlpha.ts +0 -19
  824. package/src/types/string-literals/character-sets/LowerAlphaChar.ts +0 -10
  825. package/src/types/string-literals/character-sets/NonAlpha.ts +0 -7
  826. package/src/types/string-literals/character-sets/NumericChar.ts +0 -33
  827. package/src/types/string-literals/character-sets/Optional.ts +0 -48
  828. package/src/types/string-literals/character-sets/OptionalSpace.ts +0 -22
  829. package/src/types/string-literals/character-sets/PlusMinus.ts +0 -1
  830. package/src/types/string-literals/character-sets/Punctuation.ts +0 -9
  831. package/src/types/string-literals/character-sets/Repos.ts +0 -54
  832. package/src/types/string-literals/character-sets/SingularNoun.ts +0 -37
  833. package/src/types/string-literals/character-sets/SpecialChar.ts +0 -5
  834. package/src/types/string-literals/character-sets/StringDelimiter.ts +0 -5
  835. package/src/types/string-literals/character-sets/UpperAlphaChar.ts +0 -10
  836. package/src/types/string-literals/character-sets/ValueAtDotPath.ts +0 -61
  837. package/src/types/string-literals/character-sets/Variable.ts +0 -20
  838. package/src/types/string-literals/character-sets/Whitespace.ts +0 -19
  839. package/src/types/string-literals/character-sets/YouTube.ts +0 -238
  840. package/src/types/string-literals/character-sets/brackets/Brackets.ts +0 -7
  841. package/src/types/string-literals/character-sets/brackets/ClosingBracket.ts +0 -4
  842. package/src/types/string-literals/character-sets/brackets/OpeningBracket.ts +0 -4
  843. package/src/types/string-literals/character-sets/brackets/index.ts +0 -3
  844. package/src/types/string-literals/character-sets/css/color.ts +0 -98
  845. package/src/types/string-literals/character-sets/css/display-position.ts +0 -42
  846. package/src/types/string-literals/character-sets/css/global.ts +0 -4
  847. package/src/types/string-literals/character-sets/css/html-element.ts +0 -195
  848. package/src/types/string-literals/character-sets/css/index.ts +0 -11
  849. package/src/types/string-literals/character-sets/css/object.ts +0 -54
  850. package/src/types/string-literals/character-sets/css/overflow.ts +0 -55
  851. package/src/types/string-literals/character-sets/css/property.ts +0 -36
  852. package/src/types/string-literals/character-sets/css/props.ts +0 -115
  853. package/src/types/string-literals/character-sets/css/pseudo-classes.ts +0 -169
  854. package/src/types/string-literals/character-sets/css/selector.ts +0 -51
  855. package/src/types/string-literals/character-sets/css/sizing.ts +0 -35
  856. package/src/types/string-literals/character-sets/images/Exif.ts +0 -581
  857. package/src/types/string-literals/character-sets/images/ImgFormat.ts +0 -30
  858. package/src/types/string-literals/character-sets/images/index.ts +0 -2
  859. package/src/types/string-literals/character-sets/index.ts +0 -39
  860. package/src/types/string-literals/character-sets/phone/CountryPhoneNumber.ts +0 -20
  861. package/src/types/string-literals/character-sets/phone/DialCountryCode.ts +0 -10
  862. package/src/types/string-literals/character-sets/phone/GetPhoneCountryCode.ts +0 -29
  863. package/src/types/string-literals/character-sets/phone/GetPhoneNumberType.ts +0 -39
  864. package/src/types/string-literals/character-sets/phone/InternationalPhoneNumber.ts +0 -19
  865. package/src/types/string-literals/character-sets/phone/LocalPhoneNumber.ts +0 -14
  866. package/src/types/string-literals/character-sets/phone/PhoneAreaCode.ts +0 -7
  867. package/src/types/string-literals/character-sets/phone/PhoneCountryCode.ts +0 -14
  868. package/src/types/string-literals/character-sets/phone/PhoneNumber.ts +0 -112
  869. package/src/types/string-literals/character-sets/phone/PhoneNumberDelimiter.ts +0 -5
  870. package/src/types/string-literals/character-sets/phone/PhoneShortCode.ts +0 -37
  871. package/src/types/string-literals/character-sets/phone/RawPhoneNumber.ts +0 -88
  872. package/src/types/string-literals/character-sets/phone/RemovePhoneCountryCode.ts +0 -38
  873. package/src/types/string-literals/character-sets/phone/ToPhoneFormat.ts +0 -44
  874. package/src/types/string-literals/character-sets/phone/index.ts +0 -14
  875. package/src/types/string-literals/character-sets/phone.ts +0 -7
  876. package/src/types/string-literals/character-sets/quotation-marks/ClosingMark.ts +0 -20
  877. package/src/types/string-literals/character-sets/quotation-marks/OpeningMark.ts +0 -20
  878. package/src/types/string-literals/character-sets/quotation-marks/QuotationMark.ts +0 -33
  879. package/src/types/string-literals/character-sets/quotation-marks/SmartMark.ts +0 -28
  880. package/src/types/string-literals/character-sets/quotation-marks/StandardMark.ts +0 -22
  881. package/src/types/string-literals/character-sets/quotation-marks/index.ts +0 -6
  882. package/src/types/string-literals/character-sets/quotation-marks/individual-smart-marks.ts +0 -77
  883. package/src/types/string-literals/character-sets/tw/TwColor.ts +0 -138
  884. package/src/types/string-literals/character-sets/tw/index.ts +0 -1
  885. package/src/types/string-literals/character-sets/urls/Github.ts +0 -163
  886. package/src/types/string-literals/character-sets/urls/Social.ts +0 -43
  887. package/src/types/string-literals/character-sets/urls/Url.ts +0 -428
  888. package/src/types/string-literals/character-sets/urls/bitbucket.ts +0 -71
  889. package/src/types/string-literals/character-sets/urls/book-urls.ts +0 -8
  890. package/src/types/string-literals/character-sets/urls/index.ts +0 -6
  891. package/src/types/string-literals/character-sets/urls/news/australian.ts +0 -26
  892. package/src/types/string-literals/character-sets/urls/news/belgian.ts +0 -26
  893. package/src/types/string-literals/character-sets/urls/news/canadian.ts +0 -27
  894. package/src/types/string-literals/character-sets/urls/news/chinese.ts +0 -26
  895. package/src/types/string-literals/character-sets/urls/news/danish.ts +0 -26
  896. package/src/types/string-literals/character-sets/urls/news/dutch.ts +0 -26
  897. package/src/types/string-literals/character-sets/urls/news/french.ts +0 -26
  898. package/src/types/string-literals/character-sets/urls/news/german.ts +0 -26
  899. package/src/types/string-literals/character-sets/urls/news/index.ts +0 -63
  900. package/src/types/string-literals/character-sets/urls/news/indian.ts +0 -26
  901. package/src/types/string-literals/character-sets/urls/news/italian.ts +0 -26
  902. package/src/types/string-literals/character-sets/urls/news/japanese.ts +0 -26
  903. package/src/types/string-literals/character-sets/urls/news/mexican.ts +0 -26
  904. package/src/types/string-literals/character-sets/urls/news/norwegian.ts +0 -26
  905. package/src/types/string-literals/character-sets/urls/news/south-korean.ts +0 -26
  906. package/src/types/string-literals/character-sets/urls/news/spanish.ts +0 -26
  907. package/src/types/string-literals/character-sets/urls/news/swiss.ts +0 -26
  908. package/src/types/string-literals/character-sets/urls/news/turkish.ts +0 -26
  909. package/src/types/string-literals/character-sets/urls/news/uk.ts +0 -26
  910. package/src/types/string-literals/character-sets/urls/news/us.ts +0 -26
  911. package/src/types/string-literals/character-sets/urls/retail.ts +0 -59
  912. package/src/types/string-literals/geo/index.ts +0 -2
  913. package/src/types/string-literals/geo/state.ts +0 -63
  914. package/src/types/string-literals/geo/zip.ts +0 -34
  915. package/src/types/string-literals/index.ts +0 -56
  916. package/src/types/string-literals/metrics/acceleration.ts +0 -34
  917. package/src/types/string-literals/metrics/area.ts +0 -34
  918. package/src/types/string-literals/metrics/current.ts +0 -34
  919. package/src/types/string-literals/metrics/distance.ts +0 -33
  920. package/src/types/string-literals/metrics/energy.ts +0 -34
  921. package/src/types/string-literals/metrics/frequency.ts +0 -34
  922. package/src/types/string-literals/metrics/global.ts +0 -63
  923. package/src/types/string-literals/metrics/index.ts +0 -17
  924. package/src/types/string-literals/metrics/luminosity.ts +0 -34
  925. package/src/types/string-literals/metrics/mass.ts +0 -34
  926. package/src/types/string-literals/metrics/power.ts +0 -34
  927. package/src/types/string-literals/metrics/pressure.ts +0 -34
  928. package/src/types/string-literals/metrics/resistance.ts +0 -34
  929. package/src/types/string-literals/metrics/speed.ts +0 -31
  930. package/src/types/string-literals/metrics/temperature.ts +0 -34
  931. package/src/types/string-literals/metrics/time.ts +0 -34
  932. package/src/types/string-literals/metrics/voltage.ts +0 -34
  933. package/src/types/string-literals/metrics/volume.ts +0 -34
  934. package/src/types/string-literals/options/DropChars.ts +0 -47
  935. package/src/types/string-literals/options/TypeRequired.ts +0 -8
  936. package/src/types/string-literals/options/TypeStrength.ts +0 -9
  937. package/src/types/string-literals/options/index.ts +0 -3
  938. package/src/types/tsconfig.json +0 -51
  939. package/src/types/tuples/DictArray.ts +0 -21
  940. package/src/types/tuples/FirstKey.ts +0 -16
  941. package/src/types/tuples/FirstKeyValue.ts +0 -10
  942. package/src/types/tuples/FirstOfEach.ts +0 -16
  943. package/src/types/tuples/FixedLengthArray.ts +0 -28
  944. package/src/types/tuples/FromDictArray.ts +0 -13
  945. package/src/types/tuples/LastCharOfSome.ts +0 -0
  946. package/src/types/tuples/LastOfEach.ts +0 -21
  947. package/src/types/tuples/SecondOfEach.ts +0 -13
  948. package/src/types/tuples/index.ts +0 -19
  949. package/src/types/type-conversion/AsBoolean.ts +0 -16
  950. package/src/types/type-conversion/AsContainer.ts +0 -17
  951. package/src/types/type-conversion/AsDefined.ts +0 -8
  952. package/src/types/type-conversion/AsDictionary.ts +0 -5
  953. package/src/types/type-conversion/AsFunction.ts +0 -14
  954. package/src/types/type-conversion/AsNonNull.ts +0 -38
  955. package/src/types/type-conversion/AsNumber.ts +0 -29
  956. package/src/types/type-conversion/AsObject.ts +0 -6
  957. package/src/types/type-conversion/AsObjectKeys.ts +0 -21
  958. package/src/types/type-conversion/AsPropertyKey.ts +0 -11
  959. package/src/types/type-conversion/AsRecord.ts +0 -21
  960. package/src/types/type-conversion/AsRef.ts +0 -5
  961. package/src/types/type-conversion/AsString.ts +0 -28
  962. package/src/types/type-conversion/AsStringUnion.ts +0 -49
  963. package/src/types/type-conversion/Awaited.ts +0 -11
  964. package/src/types/type-conversion/Break.ts +0 -24
  965. package/src/types/type-conversion/IntersectWithAll.ts +0 -21
  966. package/src/types/type-conversion/JSON.ts +0 -40
  967. package/src/types/type-conversion/LeftWhitespace.ts +0 -19
  968. package/src/types/type-conversion/Merge.ts +0 -124
  969. package/src/types/type-conversion/MergeObjects.ts +0 -56
  970. package/src/types/type-conversion/Mutable.ts +0 -46
  971. package/src/types/type-conversion/ObjectToKvDict.ts +0 -21
  972. package/src/types/type-conversion/ReduceValues.ts +0 -32
  973. package/src/types/type-conversion/RemoveFromEnd.ts +0 -14
  974. package/src/types/type-conversion/RemoveFromStart.ts +0 -14
  975. package/src/types/type-conversion/RemoveIndex.ts +0 -27
  976. package/src/types/type-conversion/Replace.ts +0 -28
  977. package/src/types/type-conversion/ReplaceAll.ts +0 -87
  978. package/src/types/type-conversion/RetainChars.ts +0 -35
  979. package/src/types/type-conversion/ReturnValues.ts +0 -31
  980. package/src/types/type-conversion/RightWhitespace.ts +0 -13
  981. package/src/types/type-conversion/StringLength.ts +0 -34
  982. package/src/types/type-conversion/StringLiteralFromTuple.ts +0 -38
  983. package/src/types/type-conversion/StripChars.ts +0 -44
  984. package/src/types/type-conversion/ToBoolean.ts +0 -47
  985. package/src/types/type-conversion/ToContainer.ts +0 -41
  986. package/src/types/type-conversion/ToJsonValue.ts +0 -76
  987. package/src/types/type-conversion/ToNumber.ts +0 -54
  988. package/src/types/type-conversion/ToString.ts +0 -43
  989. package/src/types/type-conversion/ToStringArray.ts +0 -15
  990. package/src/types/type-conversion/ToUnion.ts +0 -11
  991. package/src/types/type-conversion/Trim.ts +0 -28
  992. package/src/types/type-conversion/TrimLeft.ts +0 -14
  993. package/src/types/type-conversion/TrimRight.ts +0 -14
  994. package/src/types/type-conversion/TupleToUnion.ts +0 -19
  995. package/src/types/type-conversion/UnionArrayToTuple.ts +0 -29
  996. package/src/types/type-conversion/UnionFilter.ts +0 -116
  997. package/src/types/type-conversion/UnionShift.ts +0 -30
  998. package/src/types/type-conversion/UnionToIntersection.ts +0 -10
  999. package/src/types/type-conversion/UnionToTuple.ts +0 -31
  1000. package/src/types/type-conversion/UnionWithAll.ts +0 -18
  1001. package/src/types/type-conversion/ValueOrReturnValue.ts +0 -28
  1002. package/src/types/type-conversion/Widen.ts +0 -244
  1003. package/src/types/type-conversion/WidenValues.ts +0 -37
  1004. package/src/types/type-conversion/WithDefault.ts +0 -31
  1005. package/src/types/type-conversion/form-fields.ts +0 -10
  1006. package/src/types/type-conversion/index.ts +0 -71
@@ -1,198 +0,0 @@
1
- import {
2
- GithubOrgUrl,
3
- GithubRepoIssuesListUrl,
4
- GithubRepoIssueUrl,
5
- GithubRepoProjectsUrl,
6
- GithubRepoProjectUrl,
7
- GithubRepoReleasesUrl,
8
- GithubRepoReleaseTagUrl,
9
- GithubRepoUrl,
10
- GithubUrl
11
- } from "inferred-types/dist/types/index"
12
- import { isString } from "inferred-types/dist/runtime/index"
13
- import { stripLeading, stripTrailing } from "../../../literals"
14
-
15
-
16
- /**
17
- * **isGithubUrl**`(val)`
18
- *
19
- * Type guard which validates that the passed in value is a valid
20
- * **Github** URL.
21
- */
22
- export const isGithubUrl = (val: unknown): val is GithubUrl => {
23
- const valid = [
24
- "https://github.com",
25
- 'https://www.github.com',
26
- 'https://github.io'
27
- ];
28
- return isString(val) && valid.some(i =>
29
- val === i ||
30
- val.startsWith(`${i}/`) ||
31
- val.startsWith(`${i}?`)
32
- );
33
- }
34
-
35
- /**
36
- * **isGithubOrgUrl**`(val)`
37
- *
38
- * Type guard which validates that the passed in value is a valid
39
- * **Github** _organization_ URL.
40
- */
41
- export const isGithubOrgUrl = <T>(val: T): val is GithubOrgUrl & T => {
42
- return isString(val) && (
43
- val.startsWith("https://github.com/") &&
44
- stripper(val).length === 2
45
- )
46
- }
47
-
48
- const stripper = (s: string) => {
49
- return stripTrailing(
50
- stripLeading(s, "https://github.com/"),
51
- "/"
52
- )
53
- }
54
-
55
- /**
56
- * **isGithubRepoUrl**`(val)`
57
- *
58
- * Type guard which validates that the passed in value is a valid
59
- * **Github** _repo_ URL.
60
- */
61
- export const isGithubRepoUrl = <T>(val: T): val is GithubRepoUrl & T => {
62
- return isString(val) && (
63
- val.startsWith("https://github.com/") &&
64
- stripper(val).split("/").length === 2
65
- ) ? true : false
66
- }
67
-
68
-
69
- /**
70
- * **isGithubRepoReleasesUrl**`(val)`
71
- *
72
- * Type guard which validates that the passed in value is a valid
73
- * URL for the _releases_ of a given _repo_.
74
- *
75
- * **Related:** `isGithubRepoReleaseTagUrl`
76
- */
77
- export const isGithubRepoReleasesUrl = <T>(val: T): val is GithubRepoReleasesUrl & T => {
78
- return isString(val) && (
79
- val.startsWith("https://github.com/") &&
80
- val.includes("/releases") &&
81
- stripper(val).split("/").length === 3
82
- )
83
- }
84
-
85
- /**
86
- * **isGithubRepoReleaseTagUrl**`(val)`
87
- *
88
- * Type guard which validates that the passed in value is a valid
89
- * URL for the _releases_ of a given _repo_.
90
- *
91
- * **Related:** `isGithubRepoReleasesUrl`
92
- */
93
- export const isGithubRepoReleaseTagUrl = <T>(val: T): val is GithubRepoReleaseTagUrl & T => {
94
- return isString(val) && (
95
- val.startsWith("https://github.com/") &&
96
- val.includes("/releases/tag/") &&
97
- stripper(val).length === 4
98
- )
99
- }
100
-
101
-
102
- /**
103
- * **isGithubIssuesListUrl**`(val)`
104
- *
105
- * Type guard which validates that the passed in value is a valid
106
- * URL for the _issues_ of a given _repo_.
107
- *
108
- * **Related:** `isGithubIssueUrl`
109
- */
110
- export const isGithubIssuesListUrl = <T>(val: T): val is GithubRepoIssuesListUrl & T => {
111
- return isString(val) &&
112
- val.startsWith("https://github.com/") &&
113
- val.includes("/issues")
114
- }
115
-
116
-
117
- /**
118
- * **isGithubIssueUrl**`(val)`
119
- *
120
- * Type guard which validates that the passed in value is a valid
121
- * URL for the _issues_ of a given _repo_.
122
- *
123
- * **Related:** `isGithubIssuesListUrl`
124
- */
125
- export const isGithubIssueUrl = <T>(val: T): val is GithubRepoIssueUrl & T => {
126
- return isString(val) && (
127
- val.startsWith("https://github.com/") &&
128
- val.includes("/issues/")
129
- )
130
- }
131
-
132
- /**
133
- * **isGithubProjectsListUrl**`(val)`
134
- *
135
- * Type guard which validates that the passed in value is a valid
136
- * URL for the _projects_ of a given _repo_.
137
- *
138
- * **Related:** `isGithubProjectUrl`
139
- */
140
- export const isGithubProjectsListUrl = <T>(val: T): val is GithubRepoProjectsUrl & T => {
141
- return isString(val) && (
142
- val.startsWith("https://github.com/") &&
143
- (val.includes("/projects?") || val.trim().endsWith("/projects") ) &&
144
- stripper(val).split("/").length === 3
145
- )
146
- }
147
-
148
-
149
- /**
150
- * **isGithubProjectUrl**`(val)`
151
- *
152
- * Type guard which validates that the passed in value is a valid
153
- * URL for a _specific project_ of a given _repo_.
154
- *
155
- * **Related:** `isGithubProjectsListUrl`
156
- */
157
- export const isGithubProjectUrl = <T>(val: T): val is GithubRepoProjectUrl & T => {
158
- return isString(val) && (
159
- val.startsWith("https://github.com/") &&
160
- val.includes("/projects/") &&
161
- stripper(val).split("/").length === 4
162
- )
163
- }
164
-
165
-
166
- /**
167
- * **isGithubReleasesListUrl**`(val)`
168
- *
169
- * Type guard which validates that the passed in value is a valid
170
- * URL for the _Releases_ of a given _repo_.
171
- *
172
- * **Related:** `isGithubReleaseTagUrl`
173
- */
174
- export const isGithubReleasesListUrl = <T>(val: T): val is GithubRepoReleasesUrl & T => {
175
- return isString(val) && (
176
- val.startsWith("https://github.com/") &&
177
- (val.includes("/releases?") || val.trim().endsWith("/releases") ) &&
178
- stripper(val).split("/").length === 3
179
- )
180
- }
181
-
182
-
183
- /**
184
- * **isGithubReleaseTagUrl**`(val)`
185
- *
186
- * Type guard which validates that the passed in value is a valid
187
- * URL for a _specific release_ of a given _repo_.
188
- *
189
- * **Related:** `isGithubReleasesListUrl`
190
- */
191
- export const isGithubReleaseTagUrl = <T>(val: T): val is GithubRepoProjectUrl & T => {
192
- return isString(val) && (
193
- val.startsWith("https://github.com/") &&
194
- val.includes("/releases/tag/") &&
195
- stripper(val).split("/").length === 5
196
- )
197
- }
198
-
@@ -1,19 +0,0 @@
1
- import { RepoUrls } from "inferred-types/dist/types/index";
2
- import { isGithubUrl } from "./github";
3
- import { isBitbucketUrl } from "./bitbucket";
4
- import { isCodeCommitUrl } from "./codeCommit";
5
-
6
- export * from "./github";
7
- export * from "./bitbucket";
8
- export * from "./codeCommit";
9
- export * from "./isSemanticVersion"
10
-
11
- /**
12
- * **isRepoUrl**`(val)`
13
- *
14
- * Type guard which validates that the value passed in is a valid Repo URL
15
- */
16
- export const isRepoUrl = (val: unknown): val is RepoUrls => {
17
- return isGithubUrl(val) || isBitbucketUrl(val) || isCodeCommitUrl(val)
18
- }
19
-
@@ -1,46 +0,0 @@
1
- import {
2
- RepoSource,
3
- SemanticVersion,
4
- } from "inferred-types/dist/types/index";
5
- import { REPO_SOURCES } from "inferred-types/dist/constants/index";
6
- import { stripLeading, isString } from "src/runtime/index";
7
-
8
- /**
9
- * **isRepoSource**`(val)`
10
- *
11
- * Type guard which validates whether the value passed in is a
12
- * `RepoSource`.
13
- */
14
- export const isRepoSource = <T>(v: T): v is T & RepoSource => {
15
- return isString(v) && REPO_SOURCES.includes(v as any);
16
- }
17
-
18
- /**
19
- * **isSemanticVersion**`(val,[allowPrefix]=false)`
20
- *
21
- * Type guard which validates whether the value passed in is a
22
- * semantic version number.
23
- *
24
- * - the optional `allowPrefix` parameter allows for a lowercase "v"
25
- * to be prefixed to the version so that values like `v1.0.12` and
26
- * `v 1.0.12` are allowed.
27
- * - by default the `allowPrefix` option is set to false
28
- */
29
- export const isSemanticVersion = <T,P extends boolean>(
30
- v:T,
31
- allowPrefix: P = false as P
32
- ): v is T & SemanticVersion<P> => {
33
- return (
34
- isString(v) &&
35
- v.split(".").length === 3 &&
36
- !Number.isNaN(Number(v.split(".")[1])) &&
37
- !Number.isNaN(Number(v.split(".")[2])) &&
38
- (
39
- !Number.isNaN(Number(v.split(".")[0])) ||
40
- (
41
- allowPrefix && !Number.isNaN(Number(stripLeading(v.split(".")[0], "v").trim()))
42
- )
43
- )
44
- );
45
- }
46
-
@@ -1,221 +0,0 @@
1
- import {
2
- AmazonUrl,
3
- AppleUrl,
4
- BestBuyUrl,
5
- CostCoUrl,
6
- CvsUrl,
7
- DellUrl,
8
- EbayUrl,
9
- EtsyUrl,
10
- HandMUrl,
11
- HomeDepotUrl,
12
- IkeaUrl,
13
- KrogerUrl,
14
- LowesUrl,
15
- MacysUrl,
16
- NikeUrl,
17
- RetailUrl,
18
- TargetUrl,
19
- WalgreensUrl,
20
- WalmartUrl,
21
- WayFairUrl,
22
- WholeFoodsUrl,
23
- ZaraUrl
24
- } from "inferred-types/dist/types/index";
25
- import { isString } from "../isString";
26
- import {
27
- AMAZON_DNS,
28
- APPLE_DNS,
29
- BEST_BUY_DNS,
30
- COSTCO_DNS,
31
- CVS_DNS,
32
- DELL_DNS,
33
- EBAY_DNS,
34
- ETSY_DNS,
35
- HM_DNS,
36
- HOME_DEPOT_DNS,
37
- KROGER_DNS,
38
- MACYS_DNS,
39
- NIKE_DNS,
40
- TARGET_DNS,
41
- WALGREENS_DNS,
42
- WALMART_DNS,
43
- WAYFAIR_DNS,
44
- WHOLE_FOODS_DNS,
45
- ZARA_DNS,
46
- } from "inferred-types/dist/constants/index";
47
-
48
- /**
49
- * type guard which validates that the `val` passed in is a valid URL
50
- * for **Whole Food Markets**.
51
- */
52
- export const isWholeFoodsUrl = (val: unknown): val is WholeFoodsUrl => {
53
- return isString(val) && WHOLE_FOODS_DNS.some(i => val.startsWith(`https://${i}`));
54
- }
55
-
56
- /**
57
- * type guard which validates that the `val` passed in is a valid URL
58
- * for **CVS** pharmacy.
59
- */
60
- export const isCvsUrl = (val: unknown): val is CvsUrl => {
61
- return isString(val) && CVS_DNS.some(i => val.startsWith(`https://${i}`));
62
- }
63
-
64
- /**
65
- * type guard which validates that the `val` passed in is a valid URL
66
- * for **Walgreens** pharmacy.
67
- */
68
- export const isWalgreensUrl = (val: unknown): val is WalgreensUrl => {
69
- return isString(val) && WALGREENS_DNS.some(i => val.startsWith(`https://${i}`));
70
- }
71
-
72
- /**
73
- * type guard which validates that the `val` passed in is a valid URL
74
- * for **CVS** pharmacy.
75
- */
76
- export const isKrogersUrl = (val: unknown): val is KrogerUrl => {
77
- return isString(val) && KROGER_DNS.some(i => val.startsWith(`https://${i}`));
78
- }
79
-
80
- /**
81
- * type guard which validates that the `val` passed in is a valid URL
82
- * for **CVS** pharmacy.
83
- */
84
- export const isZaraUrl = (val: unknown): val is ZaraUrl => {
85
- return isString(val) && ZARA_DNS.some(i => val.startsWith(`https://${i}`));
86
- }
87
-
88
- /**
89
- * type guard which validates that the `val` passed in is a valid URL
90
- * for **H&M** retailer.
91
- */
92
- export const isHmUrl = (val: unknown): val is HandMUrl => {
93
- return isString(val) && HM_DNS.some(i => val.startsWith(`https://${i}`));
94
- }
95
-
96
- /**
97
- * type guard which validates that the `val` passed in is a valid URL
98
- * for **Dell** retailer.
99
- */
100
- export const isDellUrl = (val: unknown): val is DellUrl => {
101
- return isString(val) && DELL_DNS.some(i => val.startsWith(`https://${i}`));
102
- }
103
-
104
- /**
105
- * type guard which validates that the `val` passed in is a valid URL
106
- * for **Ikea** retailer.
107
- */
108
- export const isIkeaUrl = (val: unknown): val is IkeaUrl => {
109
- return isString(val) && KROGER_DNS.some(i => val.startsWith(`https://${i}`));
110
- }
111
-
112
- /**
113
- * type guard which validates that the `val` passed in is a valid URL
114
- * for **Lowes** retailer.
115
- */
116
- export const isLowesUrl = (val: unknown): val is LowesUrl => {
117
- return isString(val) && KROGER_DNS.some(i => val.startsWith(`https://${i}`));
118
- }
119
-
120
- /**
121
- * type guard which validates that the `val` passed in is a valid URL
122
- * for **Macy's** retailer.
123
- */
124
- export const isNikeUrl = (val: unknown): val is NikeUrl => {
125
- return isString(val) && NIKE_DNS.some(i => val.startsWith(`https://${i}`));
126
- }
127
-
128
- /**
129
- * type guard which validates that the `val` passed in is a valid URL
130
- * for **Macy's** retailer.
131
- */
132
- export const isWayfairUrl = (val: unknown): val is WayFairUrl => {
133
- return isString(val) && WAYFAIR_DNS.some(i => val.startsWith(`https://${i}`));
134
- }
135
- /**
136
- * type guard which validates that the `val` passed in is a valid URL
137
- * for **Macy's** retailer.
138
- */
139
- export const isBestBuyUrl = (val: unknown): val is BestBuyUrl => {
140
- return isString(val) && BEST_BUY_DNS.some(i => val.startsWith(`https://${i}`));
141
- }
142
- /**
143
- * type guard which validates that the `val` passed in is a valid URL
144
- * for **Macy's** retailer.
145
- */
146
- export const isCostCoUrl = (val: unknown): val is CostCoUrl => {
147
- return isString(val) && COSTCO_DNS.some(i => val.startsWith(`https://${i}`));
148
- }
149
-
150
- /**
151
- * type guard which validates that the `val` passed in is a valid URL
152
- * for **Macy's** retailer.
153
- */
154
- export const isEtsyUrl = (val: unknown): val is EtsyUrl => {
155
- return isString(val) && ETSY_DNS.some(i => val.startsWith(`https://${i}`));
156
- }
157
-
158
- /**
159
- * type guard which validates that the `val` passed in is a valid URL
160
- * for **Macy's** retailer.
161
- */
162
- export const isTargetUrl = (val: unknown): val is TargetUrl => {
163
- return isString(val) && TARGET_DNS.some(i => val.startsWith(`https://${i}`));
164
- }
165
-
166
- /**
167
- * type guard which validates that the `val` passed in is a valid URL
168
- * for **Macy's** retailer.
169
- */
170
- export const isEbayUrl = (val: unknown): val is EbayUrl => {
171
- return isString(val) && EBAY_DNS.some(i => val.startsWith(`https://${i}`));
172
- }
173
-
174
- /**
175
- * type guard which validates that the `val` passed in is a valid URL
176
- * for the **Home Depot** retailer.
177
- */
178
- export const isHomeDepotUrl = (val: unknown): val is HomeDepotUrl => {
179
- return isString(val) && HOME_DEPOT_DNS.some(i => val.startsWith(`https://${i}`));
180
- }
181
- /**
182
- * type guard which validates that the `val` passed in is a valid URL
183
- * for the **Macy's** retailer.
184
- */
185
- export const isMacysUrl = (val: unknown): val is MacysUrl => {
186
- return isString(val) && MACYS_DNS.some(i => val.startsWith(`https://${i}`));
187
- }
188
-
189
-
190
- /**
191
- * type guard which validates that the `val` passed in is a valid URL
192
- * for **Apple**.
193
- */
194
- export const isAppleUrl = (val: unknown): val is AppleUrl => {
195
- return isString(val) && APPLE_DNS.some(i => val.startsWith(`https://${i}`));
196
- }
197
-
198
- /**
199
- * type guard which validates that the `val` passed in is a valid URL
200
- * for **Walmart**.
201
- */
202
- export const isWalmartUrl = (val: unknown): val is WalmartUrl => {
203
- return isString(val) && WALMART_DNS.some(i => val.startsWith(`https://${i}`));
204
- }
205
-
206
- /**
207
- * type guard which validates that the `val` passed in is a valid URL
208
- * for **Walmart**.
209
- */
210
- export const isAmazonUrl = (val: unknown): val is AmazonUrl => {
211
- return isString(val) && AMAZON_DNS.some(i => val.startsWith(`https://${i}`));
212
- }
213
-
214
- /**
215
- * type guard which check if the passed in value is a Url for one
216
- * of the top retailers in the world
217
- */
218
- export const isRetailUrl = (val: unknown): val is RetailUrl => {
219
- return isAmazonUrl(val) || isWalgreensUrl(val) || isAppleUrl(val) || isMacysUrl(val) || isEbayUrl(val) || isHomeDepotUrl(val) || isTargetUrl(val) || isEtsyUrl(val) || isCostCoUrl(val) || isBestBuyUrl(val) || isWayfairUrl(val) || isNikeUrl(val) || isLowesUrl(val) || isIkeaUrl(val) || isDellUrl(val) || isHmUrl(val) || isZaraUrl(val) || isKrogersUrl(val) || isWalgreensUrl(val) || isCvsUrl(val) || isWholeFoodsUrl(val)
220
-
221
- }
@@ -1,172 +0,0 @@
1
- import {
2
- YouTubeCreatorUrl,
3
- YouTubeFeedType,
4
- YouTubeFeedUrl,
5
- YouTubePlaylistUrl,
6
- YouTubeShareUrl,
7
- YouTubeUrl,
8
- YouTubeVideosInPlaylist
9
- } from "inferred-types/dist/types/index";
10
- import { isString, isUndefined, hasUrlQueryParameter } from "src/runtime/index";
11
-
12
- /**
13
- * **isYouTubeUrl**`(val)`
14
- *
15
- * Type guard which checks whether the passed in value is a valid
16
- * YouTube URL.
17
- */
18
- export const isYouTubeUrl = <T>(val: T): val is T & YouTubeUrl => {
19
- return isString(val) && (
20
- val.startsWith("https://www.youtube.com") ||
21
- val.startsWith("https://youtube.com") ||
22
- val.startsWith("https://youtu.be")
23
- )
24
- }
25
-
26
- /**
27
- * **isYouTubeShareUrl**`(val)`
28
- *
29
- * Type guard which checks whether the passed in value is a URL
30
- * from YouTube's _URL shortening_ site `https://youtu.be`.
31
- */
32
- export const isYouTubeShareUrl = <T>(val:T): val is T & YouTubeShareUrl => {
33
- return isString(val) && val.startsWith(`https://youtu.be`);
34
- }
35
-
36
- /**
37
- * **isYouTubeVideoUrl**`(val)`
38
- *
39
- * Type guard which checks whether the passed in value is a valid
40
- * YouTube URL _which plays video_.
41
- */
42
- export const isYouTubeVideoUrl = <T>(val: T): val is T & YouTubeUrl => {
43
- return isString(val) && (
44
- val.startsWith("https://www.youtube.com") ||
45
- val.startsWith("https://youtube.com") ||
46
- val.startsWith("https://youtu.be")
47
- )
48
- }
49
-
50
- /**
51
- * **isYouTubePlaylistUrl**`(val)`
52
- *
53
- * Type guard which checks whether the passed in value is a valid
54
- * YouTube URL which points to a "playlist" on the platform.
55
- */
56
- export const isYouTubePlaylistUrl = <T>(val: T): val is T & YouTubePlaylistUrl => {
57
- return isString(val) && (
58
- val === `https://www.youtube.com/feed/playlists` ||
59
- val === `https://youtube.com/feed/playlists` ||
60
- val === `https://www.youtube.com/channel/playlists` ||
61
- val === `https://youtube.com/channel/playlists` ||
62
- ( val.startsWith(`https://www.youtube.com/@`) && val.endsWith(`/playlists`)) ||
63
- ( val.startsWith(`https://youtube.com/@`) && val.endsWith(`/playlists`))
64
- )
65
- }
66
-
67
- /**
68
- * maps the "feed type" to a URL path
69
- */
70
- const feed_map = <T extends YouTubeFeedType | undefined>(type: T) => {
71
- return isUndefined(type)
72
- ? `/feed`
73
- : type === "liked"
74
- ? `/playlist?list=LL`
75
- : ["history","playlists","trending","subscriptions"].includes(type)
76
- ? `/feed/${type}`
77
- : `/feed/`;
78
- }
79
-
80
- /**
81
- * **isYouTubeFeedUrl**`(val,[kind])**
82
- *
83
- * Type guard which checks whether the passed in value is a valid
84
- * YouTube URL which responds with "feed" content. This is content
85
- * which is available to a logged in user and helps them see lists
86
- * of videos related to their settings.
87
- *
88
- * By default any "feed" URL is matched but you can narrow that down
89
- * to a specific feed type by specifying the `kind` variable.
90
- */
91
- export const isYouTubeFeedUrl = <
92
- T,
93
- U extends YouTubeFeedType = YouTubeFeedType
94
- >(
95
- val:T,
96
- type?: U
97
- ): val is T & YouTubeFeedUrl<U> => {
98
- return isString(val) && (
99
- val.startsWith(`https://www.youtube.com${feed_map(type)}`) ||
100
- val.startsWith(`https://youtube.com${feed_map(type)}`)
101
- )
102
- }
103
-
104
- /**
105
- * **isYouTubeHistoryUrl**`(val,[kind])**
106
- *
107
- * Type guard which checks whether the passed in value is a valid
108
- * YouTube URL which responds with a user's history feed.
109
- */
110
- export const isYouTubeFeedHistoryUrl = <T>(val: T) => {
111
- return isString(val) && (
112
- val.startsWith(`https://www.youtube.com/feed/history`) ||
113
- val.startsWith(`https://youtube.com/feed/history`)
114
- )
115
- }
116
-
117
- /**
118
- * **isYouTubePlaylistsUrl**`(val,[kind])**
119
- *
120
- * Type guard which checks whether the passed in value is a valid
121
- * YouTube URL which responds with a user's own playlists page.
122
- */
123
- export const isYouTubePlaylistsUrl = <T>(val: T) => {
124
- return isString(val) && (
125
- val.startsWith(`https://www.youtube.com/feed/playlists`) ||
126
- val.startsWith(`https://youtube.com/feed/playlists`)
127
- )
128
- }
129
-
130
- /**
131
- * **isYouTubeTrendingUrl**`(val,[kind])**
132
- *
133
- * Type guard which checks whether the passed in value is a valid
134
- * YouTube URL which responds with a user's own history feed.
135
- */
136
- export const isYouTubeTrendingUrl = <T>(val: T) => {
137
- return isString(val) && (
138
- val.startsWith(`https://www.youtube.com/feed/trending`) ||
139
- val.startsWith(`https://youtube.com/feed/trending`)
140
- )
141
- }
142
-
143
- /**
144
- * **isYouTubeSubscriptionsUrl**`(val,[kind])**
145
- *
146
- * Type guard which checks whether the passed in value is a valid
147
- * YouTube URL which responds with a user's own subscriptions feed.
148
- */
149
- export const isYouTubeSubscriptionsUrl = <T>(val: T) => {
150
- return isString(val) && (
151
- val.startsWith(`https://www.youtube.com/feed/subscriptions`) ||
152
- val.startsWith(`https://youtube.com/feed/subscriptions`)
153
- )
154
- }
155
-
156
-
157
- export const isYouTubeCreatorUrl = <T extends string>(
158
- url: T
159
- ): url is T & YouTubeCreatorUrl => {
160
- return isString(url) && (
161
- url.startsWith(`https://www.youtube.com/@`) ||
162
- url.startsWith(`https://youtube.com/@`) ||
163
- url.startsWith(`https://www.youtube.com/channel/`)
164
- );
165
- }
166
-
167
- export const isYouTubeVideosInPlaylist = <T>(val: T): val is T & YouTubeVideosInPlaylist => {
168
- return isString(val) && (
169
- val.startsWith(`https://www.youtube.com/playlist?`) ||
170
- val.startsWith(`https://youtube.com/playlist?`)
171
- ) && hasUrlQueryParameter(val, "list")
172
- }
@@ -1,18 +0,0 @@
1
- import { Narrowable, VueRef } from "inferred-types/dist/types/index";
2
-
3
- /**
4
- * **asVueRef**(value)
5
- *
6
- * Receives a _value_ and makes it look like a `VueRef<T>` which will make
7
- * it pass the `IsRef<T>` type check. It also provides a hidden `_value` property
8
- * to the runtime which makes it pass the `isRef()` runtime check.
9
- *
10
- * Note:
11
- *
12
- * - this is a convenience function for building test cases in a library where you're
13
- * not actually exporting VueJS symbols (like inferred-types).
14
- */
15
- export const asVueRef = <T extends Narrowable>(value: T) => ({
16
- value,
17
- _value: null
18
- }) as unknown as VueRef<T>;
@@ -1 +0,0 @@
1
- export * from "./asVueRef";
@@ -1,3 +0,0 @@
1
- # Types
2
-
3
- A directory for types only. These types _will_ be exported as symbols during the build process.