@ezez/utils 4.5.0 → 4.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (375) hide show
  1. package/.github/workflows/docs.yml +4 -3
  2. package/CHANGELOG.md +20 -1
  3. package/README.md +19 -6
  4. package/dist/assertProps.d.ts +6 -0
  5. package/dist/assertProps.d.ts.map +1 -0
  6. package/dist/assertProps.js +11 -0
  7. package/dist/assertProps.js.map +1 -0
  8. package/dist/cap.d.ts.map +1 -1
  9. package/dist/cap.js.map +1 -1
  10. package/dist/capitalize.d.ts.map +1 -1
  11. package/dist/capitalize.js.map +1 -1
  12. package/dist/compareArrays.d.ts +4 -4
  13. package/dist/compareArrays.d.ts.map +1 -1
  14. package/dist/compareArrays.js.map +1 -1
  15. package/dist/ensureError.d.ts.map +1 -1
  16. package/dist/ensureError.js +3 -1
  17. package/dist/ensureError.js.map +1 -1
  18. package/dist/ensurePrefix.d.ts.map +1 -1
  19. package/dist/ensurePrefix.js.map +1 -1
  20. package/dist/ensureSuffix.d.ts.map +1 -1
  21. package/dist/ensureSuffix.js.map +1 -1
  22. package/dist/escapeRegExp.d.ts.map +1 -1
  23. package/dist/escapeRegExp.js.map +1 -1
  24. package/dist/formatDate.d.ts.map +1 -1
  25. package/dist/formatDate.js.map +1 -1
  26. package/dist/getMultiple.d.ts.map +1 -1
  27. package/dist/getMultiple.js.map +1 -1
  28. package/dist/hasProps.d.ts +3 -0
  29. package/dist/hasProps.d.ts.map +1 -0
  30. package/dist/hasProps.js +16 -0
  31. package/dist/hasProps.js.map +1 -0
  32. package/dist/ignore.d.ts +3 -0
  33. package/dist/ignore.d.ts.map +1 -0
  34. package/dist/ignore.js +16 -0
  35. package/dist/ignore.js.map +1 -0
  36. package/dist/index.d.ts +1 -0
  37. package/dist/index.d.ts.map +1 -1
  38. package/dist/index.js +1 -0
  39. package/dist/index.js.map +1 -1
  40. package/dist/isEmpty.d.ts.map +1 -1
  41. package/dist/isEmpty.js +4 -4
  42. package/dist/isEmpty.js.map +1 -1
  43. package/dist/isNumericString.d.ts.map +1 -1
  44. package/dist/isNumericString.js.map +1 -1
  45. package/dist/isPlainObject.d.ts.map +1 -1
  46. package/dist/isPlainObject.js.map +1 -1
  47. package/dist/match.d.ts.map +1 -1
  48. package/dist/match.js.map +1 -1
  49. package/dist/memoize.d.ts.map +1 -1
  50. package/dist/memoize.js.map +1 -1
  51. package/dist/mostFrequent.d.ts.map +1 -1
  52. package/dist/mostFrequent.js.map +1 -1
  53. package/dist/noop.d.ts.map +1 -1
  54. package/dist/noop.js.map +1 -1
  55. package/dist/occurrences.d.ts.map +1 -1
  56. package/dist/occurrences.js.map +1 -1
  57. package/dist/removeCommonProperties.d.ts.map +1 -1
  58. package/dist/removeCommonProperties.js.map +1 -1
  59. package/dist/replace.d.ts.map +1 -1
  60. package/dist/replace.js.map +1 -1
  61. package/dist/rethrow.d.ts +1 -1
  62. package/dist/rethrow.d.ts.map +1 -1
  63. package/dist/rethrow.js.map +1 -1
  64. package/dist/round.d.ts.map +1 -1
  65. package/dist/round.js.map +1 -1
  66. package/dist/safe.d.ts.map +1 -1
  67. package/dist/safe.js.map +1 -1
  68. package/dist/scale.d.ts.map +1 -1
  69. package/dist/scale.js.map +1 -1
  70. package/dist/seq.d.ts.map +1 -1
  71. package/dist/seq.js +5 -1
  72. package/dist/seq.js.map +1 -1
  73. package/dist/serialize.d.ts.map +1 -1
  74. package/dist/serialize.js +2 -2
  75. package/dist/serialize.js.map +1 -1
  76. package/dist/serializeToBuffer/serializeToBuffer.d.ts.map +1 -1
  77. package/dist/serializeToBuffer/serializeToBuffer.js.map +1 -1
  78. package/dist/serializeToBuffer/unserializeFromBuffer.d.ts.map +1 -1
  79. package/dist/serializeToBuffer/unserializeFromBuffer.js.map +1 -1
  80. package/dist/setImmutable.js.map +1 -1
  81. package/dist/sortBy.d.ts +1 -1
  82. package/dist/sortBy.d.ts.map +1 -1
  83. package/dist/sortBy.js.map +1 -1
  84. package/dist/sortByMultiple.d.ts +1 -1
  85. package/dist/sortByMultiple.d.ts.map +1 -1
  86. package/dist/sortByMultiple.js.map +1 -1
  87. package/dist/trim.d.ts.map +1 -1
  88. package/dist/trim.js +1 -1
  89. package/dist/trim.js.map +1 -1
  90. package/dist/trimEnd.d.ts.map +1 -1
  91. package/dist/trimEnd.js.map +1 -1
  92. package/dist/trimStart.d.ts.map +1 -1
  93. package/dist/trimStart.js.map +1 -1
  94. package/dist/unique.d.ts +1 -1
  95. package/dist/unique.d.ts.map +1 -1
  96. package/dist/unique.js.map +1 -1
  97. package/dist/utils/utils.js +1 -0
  98. package/dist/utils/utils.js.map +1 -1
  99. package/dist/wait.d.ts.map +1 -1
  100. package/dist/wait.js.map +1 -1
  101. package/dist/waitFor.d.ts.map +1 -1
  102. package/dist/waitFor.js.map +1 -1
  103. package/dist/waitSync.d.ts.map +1 -1
  104. package/dist/waitSync.js.map +1 -1
  105. package/docs/assets/hierarchy.js +1 -0
  106. package/docs/assets/icons.js +1 -1
  107. package/docs/assets/icons.svg +1 -1
  108. package/docs/assets/main.js +5 -5
  109. package/docs/assets/navigation.js +1 -1
  110. package/docs/assets/search.js +1 -1
  111. package/docs/assets/style.css +1405 -1288
  112. package/docs/documents/Changelog.html +377 -0
  113. package/docs/functions/index.cap.html +3 -3
  114. package/docs/functions/index.capitalize.html +7 -7
  115. package/docs/functions/index.coalesce.html +8 -8
  116. package/docs/functions/index.compareArrays.html +5 -5
  117. package/docs/functions/index.compareProps.html +5 -5
  118. package/docs/functions/index.deserialize.html +4 -4
  119. package/docs/functions/index.ensureArray.html +3 -3
  120. package/docs/functions/index.ensureDate.html +6 -6
  121. package/docs/functions/index.ensureError.html +6 -6
  122. package/docs/functions/index.ensurePrefix.html +5 -5
  123. package/docs/functions/index.ensureSuffix.html +5 -5
  124. package/docs/functions/index.ensureTimestamp.html +6 -6
  125. package/docs/functions/index.escapeRegExp.html +5 -5
  126. package/docs/functions/index.formatDate.html +5 -2
  127. package/docs/functions/index.get.html +8 -8
  128. package/docs/functions/index.getMultiple.html +6 -6
  129. package/docs/functions/index.ignore.html +8 -0
  130. package/docs/functions/index.insertSeparator.html +5 -5
  131. package/docs/functions/index.isEmpty.html +12 -13
  132. package/docs/functions/index.isNumericString.html +3 -3
  133. package/docs/functions/index.isPlainObject.html +8 -8
  134. package/docs/functions/index.last.html +7 -7
  135. package/docs/functions/index.later-1.html +3 -3
  136. package/docs/functions/index.mapAsync.html +5 -5
  137. package/docs/functions/index.mapValues.html +7 -7
  138. package/docs/functions/index.match.html +7 -4
  139. package/docs/functions/index.memoize.html +4 -4
  140. package/docs/functions/index.merge.html +6 -6
  141. package/docs/functions/index.mostFrequent.html +2 -2
  142. package/docs/functions/index.noop.html +2 -2
  143. package/docs/functions/index.occurrences.html +7 -6
  144. package/docs/functions/index.omit.html +7 -7
  145. package/docs/functions/index.pick.html +7 -7
  146. package/docs/functions/index.pull.html +2 -2
  147. package/docs/functions/index.race.html +5 -5
  148. package/docs/functions/index.remove.html +2 -2
  149. package/docs/functions/index.removeCommonProperties.html +5 -5
  150. package/docs/functions/index.replace.html +6 -6
  151. package/docs/functions/index.replaceDeep.html +3 -3
  152. package/docs/functions/index.rethrow.html +2 -2
  153. package/docs/functions/index.retry.html +4 -4
  154. package/docs/functions/index.round.html +4 -4
  155. package/docs/functions/index.safe.html +5 -5
  156. package/docs/functions/index.sample.html +4 -4
  157. package/docs/functions/index.samples.html +3 -3
  158. package/docs/functions/index.scale.html +2 -2
  159. package/docs/functions/index.seq.html +7 -7
  160. package/docs/functions/index.seqEarlyBreak.html +6 -6
  161. package/docs/functions/index.serialize.html +3 -3
  162. package/docs/functions/index.serializeToBuffer.html +7 -7
  163. package/docs/functions/index.set.html +8 -8
  164. package/docs/functions/index.setImmutable.html +7 -7
  165. package/docs/functions/index.shuffle.html +3 -3
  166. package/docs/functions/index.sortBy.html +3 -3
  167. package/docs/functions/index.sortByMultiple.html +5 -5
  168. package/docs/functions/index.sortProps.html +4 -4
  169. package/docs/functions/index.stripPrefix.html +3 -3
  170. package/docs/functions/index.stripSuffix.html +3 -3
  171. package/docs/functions/index.throttle.html +4 -4
  172. package/docs/functions/index.toggle.html +4 -4
  173. package/docs/functions/index.trim.html +4 -4
  174. package/docs/functions/index.trimEnd.html +4 -4
  175. package/docs/functions/index.trimStart.html +4 -4
  176. package/docs/functions/index.truthy.html +4 -4
  177. package/docs/functions/index.unique.html +4 -4
  178. package/docs/functions/index.unserializeFromBuffer.html +6 -6
  179. package/docs/functions/index.wait.html +3 -3
  180. package/docs/functions/index.waitFor.html +4 -4
  181. package/docs/functions/index.waitSync.html +3 -3
  182. package/docs/index.html +35 -22
  183. package/docs/interfaces/index.ComparePropsOptions.html +4 -4
  184. package/docs/interfaces/index.GetMultipleSource.html +3 -3
  185. package/docs/interfaces/index.GetSource.html +3 -3
  186. package/docs/interfaces/index.IsNumericStringOptions.html +5 -5
  187. package/docs/interfaces/index.OccurencesOptions.html +2 -2
  188. package/docs/interfaces/index.SetImmutableSource.html +3 -3
  189. package/docs/interfaces/index.SetSource.html +3 -3
  190. package/docs/interfaces/index.ThrottleOptions.html +3 -3
  191. package/docs/interfaces/index.ThrottledFunctionExtras.html +4 -4
  192. package/docs/modules/index.html +1 -93
  193. package/docs/modules.html +1 -3
  194. package/docs/types/index.CustomDeserializers.html +1 -1
  195. package/docs/types/index.CustomSerializers.html +1 -1
  196. package/docs/types/index.Later.html +4 -4
  197. package/docs/types/index.MapValuesFn.html +7 -7
  198. package/docs/types/index.MatchCallback.html +1 -1
  199. package/docs/types/index.MergeTwo.html +2 -2
  200. package/docs/types/index.SeqEarlyBreaker.html +4 -4
  201. package/docs/types/index.SeqFn.html +3 -3
  202. package/docs/types/index.SeqFunctions.html +3 -3
  203. package/docs/types/index.SetImmutablePath.html +2 -2
  204. package/docs/types/index.ThrottledFunction.html +1 -1
  205. package/docs/variables/index.mapValuesUNSET.html +2 -2
  206. package/docs/variables/index.mergeUNSET.html +3 -3
  207. package/esm/assertProps.d.ts +6 -0
  208. package/esm/assertProps.d.ts.map +1 -0
  209. package/esm/assertProps.js +8 -0
  210. package/esm/assertProps.js.map +1 -0
  211. package/esm/cap.d.ts.map +1 -1
  212. package/esm/cap.js.map +1 -1
  213. package/esm/capitalize.d.ts.map +1 -1
  214. package/esm/capitalize.js.map +1 -1
  215. package/esm/compareArrays.d.ts +4 -4
  216. package/esm/compareArrays.d.ts.map +1 -1
  217. package/esm/compareArrays.js.map +1 -1
  218. package/esm/ensureError.d.ts.map +1 -1
  219. package/esm/ensureError.js +3 -1
  220. package/esm/ensureError.js.map +1 -1
  221. package/esm/ensurePrefix.d.ts.map +1 -1
  222. package/esm/ensurePrefix.js.map +1 -1
  223. package/esm/ensureSuffix.d.ts.map +1 -1
  224. package/esm/ensureSuffix.js.map +1 -1
  225. package/esm/escapeRegExp.d.ts.map +1 -1
  226. package/esm/escapeRegExp.js.map +1 -1
  227. package/esm/formatDate.d.ts.map +1 -1
  228. package/esm/formatDate.js.map +1 -1
  229. package/esm/getMultiple.d.ts.map +1 -1
  230. package/esm/getMultiple.js.map +1 -1
  231. package/esm/hasProps.d.ts +3 -0
  232. package/esm/hasProps.d.ts.map +1 -0
  233. package/esm/hasProps.js +13 -0
  234. package/esm/hasProps.js.map +1 -0
  235. package/esm/ignore.d.ts +3 -0
  236. package/esm/ignore.d.ts.map +1 -0
  237. package/esm/ignore.js +13 -0
  238. package/esm/ignore.js.map +1 -0
  239. package/esm/index.d.ts +1 -0
  240. package/esm/index.d.ts.map +1 -1
  241. package/esm/index.js +1 -0
  242. package/esm/index.js.map +1 -1
  243. package/esm/isEmpty.d.ts.map +1 -1
  244. package/esm/isEmpty.js +4 -4
  245. package/esm/isEmpty.js.map +1 -1
  246. package/esm/isNumericString.d.ts.map +1 -1
  247. package/esm/isNumericString.js.map +1 -1
  248. package/esm/isPlainObject.d.ts.map +1 -1
  249. package/esm/isPlainObject.js.map +1 -1
  250. package/esm/match.d.ts.map +1 -1
  251. package/esm/match.js.map +1 -1
  252. package/esm/memoize.d.ts.map +1 -1
  253. package/esm/memoize.js.map +1 -1
  254. package/esm/mostFrequent.d.ts.map +1 -1
  255. package/esm/mostFrequent.js.map +1 -1
  256. package/esm/noop.d.ts.map +1 -1
  257. package/esm/noop.js.map +1 -1
  258. package/esm/occurrences.d.ts.map +1 -1
  259. package/esm/occurrences.js.map +1 -1
  260. package/esm/removeCommonProperties.d.ts.map +1 -1
  261. package/esm/removeCommonProperties.js.map +1 -1
  262. package/esm/replace.d.ts.map +1 -1
  263. package/esm/replace.js.map +1 -1
  264. package/esm/rethrow.d.ts +1 -1
  265. package/esm/rethrow.d.ts.map +1 -1
  266. package/esm/rethrow.js.map +1 -1
  267. package/esm/round.d.ts.map +1 -1
  268. package/esm/round.js.map +1 -1
  269. package/esm/safe.d.ts.map +1 -1
  270. package/esm/safe.js.map +1 -1
  271. package/esm/scale.d.ts.map +1 -1
  272. package/esm/scale.js.map +1 -1
  273. package/esm/seq.d.ts.map +1 -1
  274. package/esm/seq.js +5 -1
  275. package/esm/seq.js.map +1 -1
  276. package/esm/serialize.d.ts.map +1 -1
  277. package/esm/serialize.js +2 -2
  278. package/esm/serialize.js.map +1 -1
  279. package/esm/serializeToBuffer/serializeToBuffer.d.ts.map +1 -1
  280. package/esm/serializeToBuffer/serializeToBuffer.js.map +1 -1
  281. package/esm/serializeToBuffer/unserializeFromBuffer.d.ts.map +1 -1
  282. package/esm/serializeToBuffer/unserializeFromBuffer.js.map +1 -1
  283. package/esm/setImmutable.js.map +1 -1
  284. package/esm/sortBy.d.ts +1 -1
  285. package/esm/sortBy.d.ts.map +1 -1
  286. package/esm/sortBy.js.map +1 -1
  287. package/esm/sortByMultiple.d.ts +1 -1
  288. package/esm/sortByMultiple.d.ts.map +1 -1
  289. package/esm/sortByMultiple.js.map +1 -1
  290. package/esm/trim.d.ts.map +1 -1
  291. package/esm/trim.js +1 -1
  292. package/esm/trim.js.map +1 -1
  293. package/esm/trimEnd.d.ts.map +1 -1
  294. package/esm/trimEnd.js.map +1 -1
  295. package/esm/trimStart.d.ts.map +1 -1
  296. package/esm/trimStart.js.map +1 -1
  297. package/esm/unique.d.ts +1 -1
  298. package/esm/unique.d.ts.map +1 -1
  299. package/esm/unique.js.map +1 -1
  300. package/esm/utils/utils.js +1 -0
  301. package/esm/utils/utils.js.map +1 -1
  302. package/esm/wait.d.ts.map +1 -1
  303. package/esm/wait.js.map +1 -1
  304. package/esm/waitFor.d.ts.map +1 -1
  305. package/esm/waitFor.js.map +1 -1
  306. package/esm/waitSync.d.ts.map +1 -1
  307. package/esm/waitSync.js.map +1 -1
  308. package/package.json +31 -34
  309. package/src/assertProps.spec.ts +128 -0
  310. package/src/assertProps.ts +37 -0
  311. package/src/cap.ts +1 -1
  312. package/src/capitalize.ts +3 -3
  313. package/src/compareArrays.ts +2 -3
  314. package/src/deserialize.spec.ts +2 -1
  315. package/src/ensureError.ts +6 -2
  316. package/src/ensurePrefix.ts +1 -1
  317. package/src/ensureSuffix.ts +1 -1
  318. package/src/escapeRegExp.ts +1 -1
  319. package/src/formatDate.ts +7 -2
  320. package/src/get.spec.ts +0 -1
  321. package/src/getMultiple.ts +0 -1
  322. package/src/hasProps.spec.ts +122 -0
  323. package/src/hasProps.ts +36 -0
  324. package/src/ignore.spec.ts +80 -0
  325. package/src/ignore.ts +38 -0
  326. package/src/index.ts +1 -0
  327. package/src/isEmpty.ts +9 -15
  328. package/src/isNumericString.ts +1 -1
  329. package/src/isPlainObject.ts +1 -1
  330. package/src/later.spec.ts +1 -0
  331. package/src/mapAsync.ts +4 -4
  332. package/src/match.ts +2 -1
  333. package/src/memoize.spec.ts +1 -1
  334. package/src/memoize.ts +1 -1
  335. package/src/mostFrequent.spec.ts +2 -0
  336. package/src/mostFrequent.ts +0 -1
  337. package/src/noop.ts +1 -1
  338. package/src/occurrences.ts +1 -1
  339. package/src/remove.spec.ts +1 -1
  340. package/src/removeCommonProperties.spec.ts +2 -0
  341. package/src/removeCommonProperties.ts +1 -1
  342. package/src/replace.ts +1 -1
  343. package/src/replaceDeep.spec.ts +2 -0
  344. package/src/replaceDeepByFn.spec.ts +2 -0
  345. package/src/rethrow.ts +1 -1
  346. package/src/round.ts +1 -1
  347. package/src/safe.ts +2 -1
  348. package/src/scale.ts +1 -1
  349. package/src/seq.ts +7 -3
  350. package/src/serialize.spec.ts +2 -1
  351. package/src/serialize.ts +3 -3
  352. package/src/serializeToBuffer/serialization.spec.ts +2 -2
  353. package/src/serializeToBuffer/serializeToBuffer.ts +0 -1
  354. package/src/serializeToBuffer/unserializeFromBuffer.ts +0 -1
  355. package/src/setImmutable.ts +1 -1
  356. package/src/sortBy.ts +3 -1
  357. package/src/sortByMultiple.ts +5 -3
  358. package/src/toggle.spec.ts +2 -0
  359. package/src/trim.spec.ts +2 -0
  360. package/src/trim.ts +3 -2
  361. package/src/trimEnd.spec.ts +2 -0
  362. package/src/trimEnd.ts +1 -1
  363. package/src/trimStart.spec.ts +2 -0
  364. package/src/trimStart.ts +1 -1
  365. package/src/unique.ts +2 -2
  366. package/src/wait.ts +1 -1
  367. package/src/waitFor.spec.ts +9 -8
  368. package/src/waitFor.ts +1 -1
  369. package/src/waitSync.spec.ts +2 -0
  370. package/src/waitSync.ts +1 -1
  371. package/.prettierignore +0 -3
  372. package/.prettierrc.json +0 -1
  373. package/docs/documents/CHANGELOG.html +0 -357
  374. package/pnpm-lock.yaml +0 -6529
  375. package/typedoc.cjs +0 -3
package/docs/index.html CHANGED
@@ -1,10 +1,10 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@ezez/utils - v4.5.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@ezez/utils - v4.5.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h1>@ezez/utils - v4.5.0</h1></div><div class="tsd-panel tsd-typography"><a id="md:ezezutils" class="tsd-anchor"></a><h1 class="tsd-anchor-link">@ezez/utils<a href="#md:ezezutils" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1><blockquote>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@ezez/utils - v4.7.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@ezez/utils - v4.7.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h1>@ezez/utils - v4.7.0</h1></div><div class="tsd-panel tsd-typography"><a id="ezezutils" class="tsd-anchor"></a><h1 class="tsd-anchor-link">@ezez/utils<a href="#ezezutils" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1><blockquote>
2
2
  <p>Formerly: bottom-line-utils, but I never liked the name</p>
3
3
  </blockquote>
4
4
  <p>A tiny and fast utils library.</p>
5
- <a id="md:documentation" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Documentation<a href="#md:documentation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>Documentation can be found here: <a href="https://ezez.dev/docs/utils/latest" target="_blank" class="external">documentation</a>.</p>
6
- <a id="md:installing" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Installing<a href="#md:installing" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p><code>npm install @ezez/utils</code></p>
7
- <a id="md:motivation" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Motivation<a href="#md:motivation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>Lodash complexity that causes big bundle sizes just for using single function (even with tree shaking!).</p>
5
+ <a id="documentation" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Documentation<a href="#documentation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>Documentation can be found here: <a href="https://ezez.dev/docs/utils/latest">documentation</a>.</p>
6
+ <a id="installing" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Installing<a href="#installing" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p><code>npm install @ezez/utils</code></p>
7
+ <a id="motivation" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Motivation<a href="#motivation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>Lodash complexity that causes big bundle sizes just for using single function (even with tree shaking!).</p>
8
8
  <p>Lodash is trying to cover each possible use case, even very rare while typical observed use case of lodash is basic
9
9
  methods used on basic data. As an example, let's take a <code>_.pick</code> method that simply returns an object, based on source
10
10
  object, with just some properties copied. Easy, right? Few lines of code? Lodash makes that 114 imports!</p>
@@ -16,22 +16,25 @@ object, with just some properties copied. Easy, right? Few lines of code? Lodash
16
16
  <li>not being a &quot;polyfill&quot; (no <code>map</code>/<code>forEach</code> functions etc.),</li>
17
17
  <li>perform fast and have code size small.</li>
18
18
  </ul>
19
- <a id="md:supported-methods" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Supported methods<a href="#md:supported-methods" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="md:string-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">String related<a href="#md:string-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
20
- <li><code>addPrefix</code> - add prefix to a string if not already present</li>
21
- <li><code>addSuffix</code> - add suffix to a string if not already present</li>
19
+ <a id="supported-methods" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Supported methods<a href="#supported-methods" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="string-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">String related<a href="#string-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
22
20
  <li><code>capitalize</code> - capitalize a string, optionally lower casing the rest</li>
21
+ <li><code>ensurePrefix</code> - add prefix to a string if not already present</li>
22
+ <li><code>ensureSuffix</code> - add suffix to a string if not already present</li>
23
23
  <li><code>isNumericString</code> - check if given value is a numeric string, features configurable</li>
24
24
  <li><code>occurrences</code> - count occurrences of a substring in a string, optionally allow overlapping</li>
25
25
  <li><code>replace</code> - replace all occurrences of a substring using a map of replacements</li>
26
26
  <li><code>stripPrefix</code> - strip prefix from a string</li>
27
27
  <li><code>stripSuffix</code> - strip suffix from a string</li>
28
+ <li><code>trim</code> - remove given characters from both sides of a string</li>
29
+ <li><code>trimEnd</code> - remove given characters from the end of a string</li>
30
+ <li><code>trimStart</code> - remove given characters from the start of a string</li>
28
31
  </ul>
29
- <a id="md:number-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Number related<a href="#md:number-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
32
+ <a id="number-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Number related<a href="#number-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
30
33
  <li><code>cap</code> - cap a value between lower and upper bound</li>
31
34
  <li><code>round</code> - round a value to given precision</li>
32
35
  <li><code>scale</code> - scale given value from old range to new range</li>
33
36
  </ul>
34
- <a id="md:array-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Array related<a href="#md:array-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
37
+ <a id="array-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Array related<a href="#array-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
35
38
  <li><code>compareArrays</code> - compare two arrays</li>
36
39
  <li><code>ensureArray</code> - ensure that given value is an array</li>
37
40
  <li><code>insertSeparator</code> - insert a separator between every character in an array</li>
@@ -40,10 +43,15 @@ object, with just some properties copied. Easy, right? Few lines of code? Lodash
40
43
  <li><code>mostFrequent</code> - find most frequent value in an array</li>
41
44
  <li><code>pull</code> - remove values from an array (by mutating)</li>
42
45
  <li><code>remove</code> - remove values from an array (by mutating) using predicate function and return removed values</li>
46
+ <li><code>sample</code> - pick a random element from an array</li>
47
+ <li><code>samples</code> - pick multiple random elements from an array without duplicates</li>
48
+ <li><code>shuffle</code> - shuffle an array, returning a new array</li>
43
49
  <li><code>sortBy</code> - sort an array by given property (create callback function for <code>Array.prototype.sort</code>)</li>
50
+ <li><code>sortByMultiple</code> - sort an array by multiple properties with individual sort directions</li>
51
+ <li><code>toggle</code> - toggle an item in an array (add if missing, remove if present)</li>
44
52
  <li><code>unique</code> - get unique values from an array</li>
45
53
  </ul>
46
- <a id="md:object-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Object related<a href="#md:object-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
54
+ <a id="object-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Object related<a href="#object-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
47
55
  <li><code>compareProps</code> - compare two objects and return list of different properties</li>
48
56
  <li><code>deserialize</code> - deserialize values serialized with <code>serialize</code></li>
49
57
  <li><code>isPlainObject</code> - check if given value is a plain object</li>
@@ -51,47 +59,52 @@ object, with just some properties copied. Easy, right? Few lines of code? Lodash
51
59
  <li><code>merge</code> - merge two objects shallowly, allowing to remove properties while doing so</li>
52
60
  <li><code>omit</code> - omit properties from an object</li>
53
61
  <li><code>pick</code> - pick some properties from an object</li>
62
+ <li><code>removeCommonProperties</code> - remove properties from targets that have the same value as in source</li>
54
63
  <li><code>replaceDeep</code> - recursively replace all occurrences of a value in an object/array</li>
55
- <li><code>sortProps</code> - sort object properties by key</li>
64
+ <li><code>replaceDeepByFn</code> - recursively replace values in an object/array using a callback function</li>
56
65
  <li><code>serialize</code> - like JSON.stringify but any data type is allowed</li>
66
+ <li><code>sortProps</code> - sort object properties by key</li>
57
67
  </ul>
58
- <a id="md:date-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Date related<a href="#md:date-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
68
+ <a id="date-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Date related<a href="#date-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
59
69
  <li><code>ensureDate</code> - ensure that given value is a Date instance</li>
60
70
  <li><code>ensureTimestamp</code> - ensure that given value is a numeric timestamp</li>
61
71
  <li><code>formatDate</code> - format a date using a format string, syntax from PHP</li>
62
72
  </ul>
63
- <a id="md:typedata-safety" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Type/data safety<a href="#md:typedata-safety" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
73
+ <a id="typedata-safety" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Type/data safety<a href="#typedata-safety" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
64
74
  <li><code>coalesce</code> - return first non-nullish value</li>
65
75
  <li><code>ensureError</code> - ensure that given value is an error</li>
66
76
  <li><code>escapeRegExp</code> - escape a string to be used in a regular expression</li>
67
77
  <li><code>safe</code> - runs function and returns its result or default value if function throws an error</li>
68
78
  </ul>
69
- <a id="md:flow-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Flow related<a href="#md:flow-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
79
+ <a id="flow-related" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Flow related<a href="#flow-related" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
80
+ <li><code>ignore</code> - execute a callback and ignore its result, errors, or promise rejections</li>
70
81
  <li><code>later</code> - create a promise you can resolve later, outside of Promise constructor</li>
71
82
  <li><code>mapAsync</code> - map an array asynchronously if sync version blocks your event loop for too long</li>
72
83
  <li><code>noop</code> - do nothing</li>
84
+ <li><code>race</code> - timeout your promises while keeping TypeScript types correct</li>
73
85
  <li><code>rethrow</code> - throw given value</li>
74
- <li><code>seq</code> - sequentially execute Promise-returning functions until one returns a value</li>
75
86
  <li><code>retry</code> - execute Promise-returning in a loop until it resolves</li>
87
+ <li><code>seq</code> - sequentially execute Promise-returning functions until one returns a value</li>
76
88
  <li><code>wait</code> - wait given amount of time (async)</li>
77
- <li><code>waitSync</code> - wait given amount of time (sync)</li>
78
89
  <li><code>waitFor</code> - wait for a condition to be true, checking every given amount of time</li>
90
+ <li><code>waitSync</code> - wait given amount of time (sync)</li>
79
91
  </ul>
80
- <a id="md:various" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Various<a href="#md:various" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
92
+ <a id="various" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Various<a href="#various" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><ul>
81
93
  <li><code>get</code> - extract a value from a deep object using specified path, optionally with a default value</li>
82
94
  <li><code>getMultiple</code> - same as above, but test multiple paths</li>
95
+ <li><code>isEmpty</code> - check if given value is empty</li>
96
+ <li><code>memoize</code> - memoize a function, caching the result of the last call</li>
83
97
  <li><code>set</code> - set a value in a deep object using specified path</li>
84
98
  <li><code>setImmutable</code> - set a value in a deep object using specified path, but return a new object</li>
85
- <li><code>isEmpty</code> - check if given value is empty</li>
86
99
  <li><code>throttle</code> - throttle a function, very configurable</li>
87
100
  <li><code>truthy</code> - is value truthy? (useful for filtering with more correct TypeScript support than <code>filter(Boolean)</code>)</li>
88
101
  </ul>
89
102
  <p>Methods will be added as I need them. I am open for suggestions and PRs. See next heading for list of methods that I
90
103
  want to add.</p>
91
- <a id="md:methods-to-be-supported" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Methods to be supported<a href="#md:methods-to-be-supported" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>(TODO)</p>
104
+ <a id="methods-to-be-supported" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Methods to be supported<a href="#methods-to-be-supported" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>(TODO)</p>
92
105
  <ul>
93
106
  <li>debounce</li>
94
107
  </ul>
95
- <a id="md:tested" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Tested<a href="#md:tested" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>This library is fully unit tested and can be used on production. See License.</p>
96
- <a id="md:license" class="tsd-anchor"></a><h2 class="tsd-anchor-link">License<a href="#md:license" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>MIT</p>
97
- </div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#md:ezezutils"><span>@ezez/utils</span></a><ul><li><a href="#md:documentation"><span>Documentation</span></a></li><li><a href="#md:installing"><span>Installing</span></a></li><li><a href="#md:motivation"><span>Motivation</span></a></li><li><a href="#md:supported-methods"><span>Supported methods</span></a></li><li><ul><li><a href="#md:string-related"><span>String related</span></a></li><li><a href="#md:number-related"><span>Number related</span></a></li><li><a href="#md:array-related"><span>Array related</span></a></li><li><a href="#md:object-related"><span>Object related</span></a></li><li><a href="#md:date-related"><span>Date related</span></a></li><li><a href="#md:typedata-safety"><span>Type/data safety</span></a></li><li><a href="#md:flow-related"><span>Flow related</span></a></li><li><a href="#md:various"><span>Various</span></a></li></ul></li><li><a href="#md:methods-to-be-supported"><span>Methods to be supported</span></a></li><li><a href="#md:tested"><span>Tested</span></a></li><li><a href="#md:license"><span>License</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-1"></use></svg><span>@ezez/utils - v4.5.0</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base="."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
108
+ <a id="tested" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Tested<a href="#tested" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>This library is fully unit tested and can be used on production. See License.</p>
109
+ <a id="license" class="tsd-anchor"></a><h2 class="tsd-anchor-link">License<a href="#license" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>MIT</p>
110
+ </div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#ezezutils"><span>@ezez/utils</span></a><ul><li><a href="#documentation"><span>Documentation</span></a></li><li><a href="#installing"><span>Installing</span></a></li><li><a href="#motivation"><span>Motivation</span></a></li><li><a href="#supported-methods"><span>Supported methods</span></a></li><li><ul><li><a href="#string-related"><span>String related</span></a></li><li><a href="#number-related"><span>Number related</span></a></li><li><a href="#array-related"><span>Array related</span></a></li><li><a href="#object-related"><span>Object related</span></a></li><li><a href="#date-related"><span>Date related</span></a></li><li><a href="#typedata-safety"><span>Type/data safety</span></a></li><li><a href="#flow-related"><span>Flow related</span></a></li><li><a href="#various"><span>Various</span></a></li></ul></li><li><a href="#methods-to-be-supported"><span>Methods to be supported</span></a></li><li><a href="#tested"><span>Tested</span></a></li><li><a href="#license"><span>License</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html">@ezez/utils - v4.7.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,5 +1,5 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ComparePropsOptions | @ezez/utils - v4.5.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.5.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.ComparePropsOptions.html">ComparePropsOptions</a></li></ul><h1>Interface ComparePropsOptions</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Options for <code>compareProps</code> function.</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">ComparePropsOptions</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="index.ComparePropsOptions.html#missingEqualsUndefined">missingEqualsUndefined</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/compareProps.ts#L6">compareProps.ts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="index.ComparePropsOptions.html#missingEqualsUndefined" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>missing<wbr/>Equals<wbr/>Undefined?</span></a>
3
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="missingEqualsUndefined" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>missing<wbr/>Equals<wbr/>Undefined</span><a href="#missingEqualsUndefined" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">missing<wbr/>Equals<wbr/>Undefined</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>If <code>true</code>, missing properties in the first object will be considered as equal to explicit <code>undefined</code> properties
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ComparePropsOptions | @ezez/utils - v4.7.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.7.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.ComparePropsOptions.html">ComparePropsOptions</a></li></ul><h1>Interface ComparePropsOptions</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Options for <code>compareProps</code> function.</p>
2
+ </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">ComparePropsOptions</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="index.ComparePropsOptions.html#missingequalsundefined">missingEqualsUndefined</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/compareProps.ts#L6">compareProps.ts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="index.ComparePropsOptions.html#missingequalsundefined" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>missing<wbr/>Equals<wbr/>Undefined?</span></a>
3
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="missingequalsundefined" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>missing<wbr/>Equals<wbr/>Undefined</span><a href="#missingequalsundefined" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">missingEqualsUndefined</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>If <code>true</code>, missing properties in the first object will be considered as equal to explicit <code>undefined</code> properties
4
4
  in the second.</p>
5
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/compareProps.ts#L11">compareProps.ts:11</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#missingEqualsUndefined" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>missing<wbr/>Equals<wbr/>Undefined</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@ezez/utils - v4.5.0</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
5
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/compareProps.ts#L11">compareProps.ts:11</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#missingequalsundefined" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>missing<wbr/>Equals<wbr/>Undefined</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@ezez/utils - v4.7.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,3 +1,3 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GetMultipleSource | @ezez/utils - v4.5.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.5.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.GetMultipleSource.html">GetMultipleSource</a></li></ul><h1>Interface GetMultipleSource</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Source object to search in.</p>
2
- </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-See"><h4 class="tsd-anchor-link"><a id="See" class="tsd-anchor"></a>See<a href="#See" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="../functions/index.getMultiple.html" class="tsd-kind-function">getMultiple</a>.</p>
3
- </div></div></section><section class="tsd-panel"><h4 class="tsd-before-signature">Indexable</h4><ul class="tsd-signatures"><li class="tsd-index-signature"><div class="tsd-signature"><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">unknown</span></div></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/getMultiple.ts#L8">getMultiple.ts:8</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@ezez/utils - v4.5.0</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GetMultipleSource | @ezez/utils - v4.7.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.7.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.GetMultipleSource.html">GetMultipleSource</a></li></ul><h1>Interface GetMultipleSource</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Source object to search in.</p>
2
+ </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link"><a id="see" class="tsd-anchor"></a>See<a href="#see" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="../functions/index.getMultiple.html" class="tsd-kind-function">getMultiple</a>.</p>
3
+ </div></div></section><section class="tsd-panel"><h4 class="tsd-before-signature">Indexable</h4><ul class="tsd-signatures"><li class="tsd-index-signature"><div class="tsd-signature"><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">unknown</span></div></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/getMultiple.ts#L8">getMultiple.ts:8</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@ezez/utils - v4.7.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,3 +1,3 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GetSource | @ezez/utils - v4.5.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.5.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.GetSource.html">GetSource</a></li></ul><h1>Interface GetSource</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Source object to search in.</p>
2
- </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-See"><h4 class="tsd-anchor-link"><a id="See" class="tsd-anchor"></a>See<a href="#See" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="../functions/index.get.html" class="tsd-kind-function">get</a>.</p>
3
- </div></div></section><section class="tsd-panel"><h4 class="tsd-before-signature">Indexable</h4><ul class="tsd-signatures"><li class="tsd-index-signature"><div class="tsd-signature"><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">unknown</span></div></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/get.ts#L6">get.ts:6</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@ezez/utils - v4.5.0</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GetSource | @ezez/utils - v4.7.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.7.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.GetSource.html">GetSource</a></li></ul><h1>Interface GetSource</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Source object to search in.</p>
2
+ </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link"><a id="see" class="tsd-anchor"></a>See<a href="#see" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="../functions/index.get.html" class="tsd-kind-function">get</a>.</p>
3
+ </div></div></section><section class="tsd-panel"><h4 class="tsd-before-signature">Indexable</h4><ul class="tsd-signatures"><li class="tsd-index-signature"><div class="tsd-signature"><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">unknown</span></div></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/get.ts#L6">get.ts:6</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@ezez/utils - v4.7.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,5 +1,5 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IsNumericStringOptions | @ezez/utils - v4.5.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.5.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.IsNumericStringOptions.html">IsNumericStringOptions</a></li></ul><h1>Interface IsNumericStringOptions</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">IsNumericStringOptions</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="index.IsNumericStringOptions.html#allowExponents">allowExponents</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.IsNumericStringOptions.html#allowFloats">allowFloats</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.IsNumericStringOptions.html#allowInfinity">allowInfinity</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.IsNumericStringOptions.html#allowNaN">allowNaN</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/isNumericString.ts#L1">isNumericString.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="index.IsNumericStringOptions.html#allowExponents" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Exponents?</span></a>
2
- <a href="index.IsNumericStringOptions.html#allowFloats" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Floats?</span></a>
3
- <a href="index.IsNumericStringOptions.html#allowInfinity" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Infinity?</span></a>
4
- <a href="index.IsNumericStringOptions.html#allowNaN" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>NaN?</span></a>
5
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="allowExponents" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>allow<wbr/>Exponents</span><a href="#allowExponents" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">allow<wbr/>Exponents</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/isNumericString.ts#L3">isNumericString.ts:3</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="allowFloats" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>allow<wbr/>Floats</span><a href="#allowFloats" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">allow<wbr/>Floats</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/isNumericString.ts#L2">isNumericString.ts:2</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="allowInfinity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>allow<wbr/>Infinity</span><a href="#allowInfinity" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">allow<wbr/>Infinity</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/isNumericString.ts#L4">isNumericString.ts:4</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="allowNaN" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>allow<wbr/>NaN</span><a href="#allowNaN" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">allow<wbr/>NaN</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/isNumericString.ts#L5">isNumericString.ts:5</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#allowExponents" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Exponents</span></a><a href="#allowFloats" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Floats</span></a><a href="#allowInfinity" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Infinity</span></a><a href="#allowNaN" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>NaN</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@ezez/utils - v4.5.0</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IsNumericStringOptions | @ezez/utils - v4.7.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.7.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.IsNumericStringOptions.html">IsNumericStringOptions</a></li></ul><h1>Interface IsNumericStringOptions</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">IsNumericStringOptions</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="index.IsNumericStringOptions.html#allowexponents">allowExponents</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="index.IsNumericStringOptions.html#allowfloats">allowFloats</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="index.IsNumericStringOptions.html#allowinfinity">allowInfinity</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="index.IsNumericStringOptions.html#allownan">allowNaN</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/isNumericString.ts#L1">isNumericString.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="index.IsNumericStringOptions.html#allowexponents" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Exponents?</span></a>
2
+ <a href="index.IsNumericStringOptions.html#allowfloats" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Floats?</span></a>
3
+ <a href="index.IsNumericStringOptions.html#allowinfinity" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Infinity?</span></a>
4
+ <a href="index.IsNumericStringOptions.html#allownan" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>NaN?</span></a>
5
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="allowexponents" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>allow<wbr/>Exponents</span><a href="#allowexponents" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">allowExponents</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/isNumericString.ts#L3">isNumericString.ts:3</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="allowfloats" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>allow<wbr/>Floats</span><a href="#allowfloats" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">allowFloats</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/isNumericString.ts#L2">isNumericString.ts:2</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="allowinfinity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>allow<wbr/>Infinity</span><a href="#allowinfinity" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">allowInfinity</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/isNumericString.ts#L4">isNumericString.ts:4</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="allownan" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>allow<wbr/>NaN</span><a href="#allownan" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">allowNaN</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/isNumericString.ts#L5">isNumericString.ts:5</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#allowexponents" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Exponents</span></a><a href="#allowfloats" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Floats</span></a><a href="#allowinfinity" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>Infinity</span></a><a href="#allownan" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>allow<wbr/>NaN</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@ezez/utils - v4.7.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,3 +1,3 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>OccurencesOptions | @ezez/utils - v4.5.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.5.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.OccurencesOptions.html">OccurencesOptions</a></li></ul><h1>Interface OccurencesOptions</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">OccurencesOptions</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="index.OccurencesOptions.html#overlap">overlap</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/occurrences.ts#L1">occurrences.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="index.OccurencesOptions.html#overlap" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>overlap?</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>OccurencesOptions | @ezez/utils - v4.7.0</title><meta name="description" content="Documentation for @ezez/utils"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v4.7.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@ezez/utils</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.OccurencesOptions.html">OccurencesOptions</a></li></ul><h1>Interface OccurencesOptions</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">OccurencesOptions</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="index.OccurencesOptions.html#overlap">overlap</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/occurrences.ts#L1">occurrences.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="index.OccurencesOptions.html#overlap" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>overlap?</span></a>
2
2
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="overlap" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>overlap</span><a href="#overlap" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">overlap</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Allow overlapping matches, ie. &quot;aa&quot; in &quot;aaa&quot; will return 2 instead of 1</p>
3
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/127ef3bcee40dc44bdf7d7565bad9b2287c7c0f4/src/occurrences.ts#L5">occurrences.ts:5</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#overlap" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>overlap</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@ezez/utils - v4.5.0</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
3
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dzek69/ezez-utils/blob/1374ae4d41f7b37c585555fcf09d669375d51357/src/occurrences.ts#L5">occurrences.ts:5</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#overlap" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>overlap</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@ezez/utils - v4.7.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>