@ezez/utils 1.2.0 → 1.4.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 (137) hide show
  1. package/.github/workflows/docs.yml +50 -0
  2. package/CHANGELOG.md +13 -0
  3. package/README.md +5 -1
  4. package/dist/ensureError.d.ts.map +1 -1
  5. package/dist/ensureError.js.map +1 -1
  6. package/dist/escapeRegExp.d.ts +3 -0
  7. package/dist/escapeRegExp.d.ts.map +1 -0
  8. package/dist/escapeRegExp.js +8 -0
  9. package/dist/escapeRegExp.js.map +1 -0
  10. package/dist/index.d.ts +4 -0
  11. package/dist/index.d.ts.map +1 -1
  12. package/dist/index.js +4 -0
  13. package/dist/index.js.map +1 -1
  14. package/dist/isPlainObject.d.ts.map +1 -1
  15. package/dist/isPlainObject.js.map +1 -1
  16. package/dist/replace.d.ts +3 -0
  17. package/dist/replace.d.ts.map +1 -0
  18. package/dist/replace.js +10 -0
  19. package/dist/replace.js.map +1 -0
  20. package/dist/safe.d.ts +4 -0
  21. package/dist/safe.d.ts.map +1 -0
  22. package/dist/safe.js +13 -0
  23. package/dist/safe.js.map +1 -0
  24. package/dist/sortProps.d.ts +3 -0
  25. package/dist/sortProps.d.ts.map +1 -0
  26. package/dist/sortProps.js +19 -0
  27. package/dist/sortProps.js.map +1 -0
  28. package/docs/assets/highlight.css +14 -0
  29. package/docs/assets/main.js +1 -1
  30. package/docs/assets/search.js +1 -1
  31. package/docs/assets/style.css +4 -5
  32. package/docs/functions/cap.html +11 -6
  33. package/docs/functions/capitalize.html +11 -6
  34. package/docs/functions/coalesce.html +13 -9
  35. package/docs/functions/ensureArray.html +12 -7
  36. package/docs/functions/ensureDate.html +11 -6
  37. package/docs/functions/ensureError.html +21 -6
  38. package/docs/functions/ensurePrefix.html +11 -6
  39. package/docs/functions/ensureSuffix.html +11 -6
  40. package/docs/functions/ensureTimestamp.html +11 -6
  41. package/docs/functions/escapeRegExp.html +127 -0
  42. package/docs/functions/get.html +11 -6
  43. package/docs/functions/getMultiple.html +11 -6
  44. package/docs/functions/insertSeparator.html +11 -6
  45. package/docs/functions/isEmpty.html +11 -6
  46. package/docs/functions/isNumericString.html +11 -6
  47. package/docs/functions/isPlainObject.html +26 -6
  48. package/docs/functions/last.html +11 -6
  49. package/docs/functions/mapAsync.html +11 -6
  50. package/docs/functions/mapValues.html +11 -6
  51. package/docs/functions/match.html +11 -6
  52. package/docs/functions/merge.html +19 -14
  53. package/docs/functions/mostFrequent.html +11 -6
  54. package/docs/functions/noop.html +11 -6
  55. package/docs/functions/occurrences.html +11 -6
  56. package/docs/functions/omit.html +11 -6
  57. package/docs/functions/pick.html +11 -6
  58. package/docs/functions/pull.html +11 -6
  59. package/docs/functions/remove.html +11 -6
  60. package/docs/functions/replace.html +133 -0
  61. package/docs/functions/rethrow.html +11 -6
  62. package/docs/functions/safe.html +171 -0
  63. package/docs/functions/scale.html +11 -6
  64. package/docs/functions/seq.html +11 -6
  65. package/docs/functions/seqEarlyBreak.html +11 -6
  66. package/docs/functions/set.html +11 -6
  67. package/docs/functions/setImmutable.html +11 -6
  68. package/docs/functions/sortBy.html +11 -6
  69. package/docs/functions/sortProps.html +136 -0
  70. package/docs/functions/stripPrefix.html +11 -6
  71. package/docs/functions/stripSuffix.html +11 -6
  72. package/docs/functions/throttle.html +11 -6
  73. package/docs/functions/truthy.html +11 -6
  74. package/docs/functions/wait.html +11 -6
  75. package/docs/functions/waitFor.html +11 -6
  76. package/docs/functions/waitSync.html +11 -6
  77. package/docs/index.html +16 -7
  78. package/docs/interfaces/GetMultipleSource.html +11 -6
  79. package/docs/interfaces/GetSource.html +11 -6
  80. package/docs/interfaces/IsNumericStringOptions.html +11 -10
  81. package/docs/interfaces/OccurencesOptions.html +8 -7
  82. package/docs/interfaces/SetImmutableSource.html +11 -6
  83. package/docs/interfaces/SetSource.html +11 -6
  84. package/docs/interfaces/ThrottleOptions.html +9 -8
  85. package/docs/interfaces/ThrottledFunctionExtras.html +9 -8
  86. package/docs/modules.html +14 -5
  87. package/docs/pages/CHANGELOG.html +764 -0
  88. package/docs/pages/Introduction.html +10 -5
  89. package/docs/types/MapValuesFn.html +11 -6
  90. package/docs/types/MatchCallback.html +11 -6
  91. package/docs/types/SeqEarlyBreaker.html +11 -6
  92. package/docs/types/SeqFn.html +11 -6
  93. package/docs/types/SeqFunctions.html +11 -6
  94. package/docs/types/SetImmutablePath.html +11 -6
  95. package/docs/types/ThrottledFunction.html +11 -6
  96. package/docs/variables/mapValuesUNSET.html +11 -6
  97. package/docs/variables/mergeUNSET.html +11 -6
  98. package/esm/ensureError.d.ts.map +1 -1
  99. package/esm/ensureError.js.map +1 -1
  100. package/esm/escapeRegExp.d.ts +3 -0
  101. package/esm/escapeRegExp.d.ts.map +1 -0
  102. package/esm/escapeRegExp.js +5 -0
  103. package/esm/escapeRegExp.js.map +1 -0
  104. package/esm/index.d.ts +4 -0
  105. package/esm/index.d.ts.map +1 -1
  106. package/esm/index.js +4 -0
  107. package/esm/index.js.map +1 -1
  108. package/esm/isPlainObject.d.ts.map +1 -1
  109. package/esm/isPlainObject.js.map +1 -1
  110. package/esm/replace.d.ts +3 -0
  111. package/esm/replace.d.ts.map +1 -0
  112. package/esm/replace.js +7 -0
  113. package/esm/replace.js.map +1 -0
  114. package/esm/safe.d.ts +4 -0
  115. package/esm/safe.d.ts.map +1 -0
  116. package/esm/safe.js +10 -0
  117. package/esm/safe.js.map +1 -0
  118. package/esm/sortProps.d.ts +3 -0
  119. package/esm/sortProps.d.ts.map +1 -0
  120. package/esm/sortProps.js +16 -0
  121. package/esm/sortProps.js.map +1 -0
  122. package/package.json +23 -23
  123. package/src/coalesce.ts +2 -2
  124. package/src/ensureArray.ts +1 -1
  125. package/src/ensureError.ts +7 -0
  126. package/src/escapeRegExp.spec.ts +31 -0
  127. package/src/escapeRegExp.ts +17 -0
  128. package/src/index.ts +4 -0
  129. package/src/isPlainObject.spec.ts +0 -7
  130. package/src/isPlainObject.ts +5 -0
  131. package/src/replace.spec.ts +22 -0
  132. package/src/replace.ts +19 -0
  133. package/src/safe.spec.ts +52 -0
  134. package/src/safe.ts +24 -0
  135. package/src/sortProps.spec.ts +20 -0
  136. package/src/sortProps.ts +21 -0
  137. package/typedoc.cjs +5 -0
@@ -1 +1 @@
1
- window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"33554432\":\"@knodes/typedoc-plugin-pages: page\"},\"rows\":[{\"kind\":64,\"name\":\"ensurePrefix\",\"url\":\"functions/ensurePrefix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureSuffix\",\"url\":\"functions/ensureSuffix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cap\",\"url\":\"functions/cap.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"capitalize\",\"url\":\"functions/capitalize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"coalesce\",\"url\":\"functions/coalesce.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureArray\",\"url\":\"functions/ensureArray.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureDate\",\"url\":\"functions/ensureDate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureError\",\"url\":\"functions/ensureError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureTimestamp\",\"url\":\"functions/ensureTimestamp.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/get.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"GetSource\",\"url\":\"interfaces/GetSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"getMultiple\",\"url\":\"functions/getMultiple.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"GetMultipleSource\",\"url\":\"interfaces/GetMultipleSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"insertSeparator\",\"url\":\"functions/insertSeparator.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isEmpty\",\"url\":\"functions/isEmpty.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isNumericString\",\"url\":\"functions/isNumericString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"IsNumericStringOptions\",\"url\":\"interfaces/IsNumericStringOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"allowFloats\",\"url\":\"interfaces/IsNumericStringOptions.html#allowFloats\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowExponents\",\"url\":\"interfaces/IsNumericStringOptions.html#allowExponents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowInfinity\",\"url\":\"interfaces/IsNumericStringOptions.html#allowInfinity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowNaN\",\"url\":\"interfaces/IsNumericStringOptions.html#allowNaN\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":64,\"name\":\"isPlainObject\",\"url\":\"functions/isPlainObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"last\",\"url\":\"functions/last.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapAsync\",\"url\":\"functions/mapAsync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapValues\",\"url\":\"functions/mapValues.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"mapValuesUNSET\",\"url\":\"variables/mapValuesUNSET.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/mapValuesUNSET.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"mapValuesUNSET\"},{\"kind\":4194304,\"name\":\"MapValuesFn\",\"url\":\"types/MapValuesFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapValuesFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapValuesFn\"},{\"kind\":64,\"name\":\"match\",\"url\":\"functions/match.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/match.html#match.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"match.match\"},{\"kind\":1024,\"name\":\"matched\",\"url\":\"functions/match.html#match.__type.matched\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"match.match.__type\"},{\"kind\":1024,\"name\":\"unmatched\",\"url\":\"functions/match.html#match.__type.unmatched\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"match.match.__type\"},{\"kind\":4194304,\"name\":\"MatchCallback\",\"url\":\"types/MatchCallback.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MatchCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MatchCallback\"},{\"kind\":64,\"name\":\"merge\",\"url\":\"functions/merge.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"mergeUNSET\",\"url\":\"variables/mergeUNSET.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/mergeUNSET.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"mergeUNSET\"},{\"kind\":64,\"name\":\"mostFrequent\",\"url\":\"functions/mostFrequent.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"noop\",\"url\":\"functions/noop.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"occurrences\",\"url\":\"functions/occurrences.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"OccurencesOptions\",\"url\":\"interfaces/OccurencesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"overlap\",\"url\":\"interfaces/OccurencesOptions.html#overlap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OccurencesOptions\"},{\"kind\":64,\"name\":\"omit\",\"url\":\"functions/omit.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pick\",\"url\":\"functions/pick.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pull\",\"url\":\"functions/pull.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"remove\",\"url\":\"functions/remove.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rethrow\",\"url\":\"functions/rethrow.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"scale\",\"url\":\"functions/scale.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"seq\",\"url\":\"functions/seq.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"seqEarlyBreak\",\"url\":\"functions/seqEarlyBreak.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SeqEarlyBreaker\",\"url\":\"types/SeqEarlyBreaker.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SeqEarlyBreaker.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SeqEarlyBreaker\"},{\"kind\":4194304,\"name\":\"SeqFunctions\",\"url\":\"types/SeqFunctions.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"SeqFn\",\"url\":\"types/SeqFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SeqFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SeqFn\"},{\"kind\":64,\"name\":\"set\",\"url\":\"functions/set.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"SetSource\",\"url\":\"interfaces/SetSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"setImmutable\",\"url\":\"functions/setImmutable.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SetImmutablePath\",\"url\":\"types/SetImmutablePath.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"SetImmutableSource\",\"url\":\"interfaces/SetImmutableSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"sortBy\",\"url\":\"functions/sortBy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/sortBy.html#sortBy.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"sortBy.sortBy\"},{\"kind\":64,\"name\":\"stripPrefix\",\"url\":\"functions/stripPrefix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"stripSuffix\",\"url\":\"functions/stripSuffix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"throttle\",\"url\":\"functions/throttle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ThrottledFunctionExtras\",\"url\":\"interfaces/ThrottledFunctionExtras.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"cancel\",\"url\":\"interfaces/ThrottledFunctionExtras.html#cancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottledFunctionExtras\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ThrottledFunctionExtras.html#cancel.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ThrottledFunctionExtras.cancel\"},{\"kind\":1024,\"name\":\"flush\",\"url\":\"interfaces/ThrottledFunctionExtras.html#flush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottledFunctionExtras\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ThrottledFunctionExtras.html#flush.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ThrottledFunctionExtras.flush\"},{\"kind\":256,\"name\":\"ThrottleOptions\",\"url\":\"interfaces/ThrottleOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"leading\",\"url\":\"interfaces/ThrottleOptions.html#leading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottleOptions\"},{\"kind\":1024,\"name\":\"trailing\",\"url\":\"interfaces/ThrottleOptions.html#trailing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottleOptions\"},{\"kind\":4194304,\"name\":\"ThrottledFunction\",\"url\":\"types/ThrottledFunction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ThrottledFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ThrottledFunction\"},{\"kind\":64,\"name\":\"truthy\",\"url\":\"functions/truthy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wait\",\"url\":\"functions/wait.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waitFor\",\"url\":\"functions/waitFor.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waitSync\",\"url\":\"functions/waitSync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":33554432,\"name\":\"Introduction\",\"url\":\"pages/Introduction.html\",\"classes\":\"pages-entry pages-entry-page\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,40.013]],[\"comment/0\",[]],[\"name/1\",[1,40.013]],[\"comment/1\",[]],[\"name/2\",[2,40.013]],[\"comment/2\",[]],[\"name/3\",[3,40.013]],[\"comment/3\",[]],[\"name/4\",[4,40.013]],[\"comment/4\",[]],[\"name/5\",[5,40.013]],[\"comment/5\",[]],[\"name/6\",[6,40.013]],[\"comment/6\",[]],[\"name/7\",[7,40.013]],[\"comment/7\",[]],[\"name/8\",[8,40.013]],[\"comment/8\",[]],[\"name/9\",[9,40.013]],[\"comment/9\",[]],[\"name/10\",[10,40.013]],[\"comment/10\",[]],[\"name/11\",[11,40.013]],[\"comment/11\",[]],[\"name/12\",[12,40.013]],[\"comment/12\",[]],[\"name/13\",[13,40.013]],[\"comment/13\",[]],[\"name/14\",[14,40.013]],[\"comment/14\",[]],[\"name/15\",[15,40.013]],[\"comment/15\",[]],[\"name/16\",[16,40.013]],[\"comment/16\",[]],[\"name/17\",[17,40.013]],[\"comment/17\",[]],[\"name/18\",[18,40.013]],[\"comment/18\",[]],[\"name/19\",[19,40.013]],[\"comment/19\",[]],[\"name/20\",[20,40.013]],[\"comment/20\",[]],[\"name/21\",[21,40.013]],[\"comment/21\",[]],[\"name/22\",[22,40.013]],[\"comment/22\",[]],[\"name/23\",[23,40.013]],[\"comment/23\",[]],[\"name/24\",[24,40.013]],[\"comment/24\",[]],[\"name/25\",[25,40.013]],[\"comment/25\",[]],[\"name/26\",[26,19.644]],[\"comment/26\",[]],[\"name/27\",[27,40.013]],[\"comment/27\",[]],[\"name/28\",[26,19.644]],[\"comment/28\",[]],[\"name/29\",[28,40.013]],[\"comment/29\",[]],[\"name/30\",[26,19.644]],[\"comment/30\",[]],[\"name/31\",[29,40.013]],[\"comment/31\",[]],[\"name/32\",[30,40.013]],[\"comment/32\",[]],[\"name/33\",[31,40.013]],[\"comment/33\",[]],[\"name/34\",[26,19.644]],[\"comment/34\",[]],[\"name/35\",[32,40.013]],[\"comment/35\",[]],[\"name/36\",[33,40.013]],[\"comment/36\",[]],[\"name/37\",[26,19.644]],[\"comment/37\",[]],[\"name/38\",[34,40.013]],[\"comment/38\",[]],[\"name/39\",[35,40.013]],[\"comment/39\",[]],[\"name/40\",[36,40.013]],[\"comment/40\",[]],[\"name/41\",[37,40.013]],[\"comment/41\",[]],[\"name/42\",[38,40.013]],[\"comment/42\",[]],[\"name/43\",[39,40.013]],[\"comment/43\",[]],[\"name/44\",[40,40.013]],[\"comment/44\",[]],[\"name/45\",[41,40.013]],[\"comment/45\",[]],[\"name/46\",[42,40.013]],[\"comment/46\",[]],[\"name/47\",[43,40.013]],[\"comment/47\",[]],[\"name/48\",[44,40.013]],[\"comment/48\",[]],[\"name/49\",[45,40.013]],[\"comment/49\",[]],[\"name/50\",[46,40.013]],[\"comment/50\",[]],[\"name/51\",[47,40.013]],[\"comment/51\",[]],[\"name/52\",[26,19.644]],[\"comment/52\",[]],[\"name/53\",[48,40.013]],[\"comment/53\",[]],[\"name/54\",[49,40.013]],[\"comment/54\",[]],[\"name/55\",[26,19.644]],[\"comment/55\",[]],[\"name/56\",[50,40.013]],[\"comment/56\",[]],[\"name/57\",[51,40.013]],[\"comment/57\",[]],[\"name/58\",[52,40.013]],[\"comment/58\",[]],[\"name/59\",[53,40.013]],[\"comment/59\",[]],[\"name/60\",[54,40.013]],[\"comment/60\",[]],[\"name/61\",[55,40.013]],[\"comment/61\",[]],[\"name/62\",[26,19.644]],[\"comment/62\",[]],[\"name/63\",[56,40.013]],[\"comment/63\",[]],[\"name/64\",[57,40.013]],[\"comment/64\",[]],[\"name/65\",[58,40.013]],[\"comment/65\",[]],[\"name/66\",[59,40.013]],[\"comment/66\",[]],[\"name/67\",[60,40.013]],[\"comment/67\",[]],[\"name/68\",[26,19.644]],[\"comment/68\",[]],[\"name/69\",[61,40.013]],[\"comment/69\",[]],[\"name/70\",[26,19.644]],[\"comment/70\",[]],[\"name/71\",[62,40.013]],[\"comment/71\",[]],[\"name/72\",[63,40.013]],[\"comment/72\",[]],[\"name/73\",[64,40.013]],[\"comment/73\",[]],[\"name/74\",[65,40.013]],[\"comment/74\",[]],[\"name/75\",[26,19.644]],[\"comment/75\",[]],[\"name/76\",[66,40.013]],[\"comment/76\",[]],[\"name/77\",[67,40.013]],[\"comment/77\",[]],[\"name/78\",[68,40.013]],[\"comment/78\",[]],[\"name/79\",[69,40.013]],[\"comment/79\",[]],[\"name/80\",[70,40.013]],[\"comment/80\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":26,\"name\":{\"26\":{},\"28\":{},\"30\":{},\"34\":{},\"37\":{},\"52\":{},\"55\":{},\"62\":{},\"68\":{},\"70\":{},\"75\":{}},\"comment\":{}}],[\"allowexponents\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"allowfloats\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"allowinfinity\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"allownan\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"cancel\",{\"_index\":60,\"name\":{\"67\":{}},\"comment\":{}}],[\"cap\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"capitalize\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"coalesce\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"ensurearray\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"ensuredate\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"ensureerror\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"ensureprefix\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"ensuresuffix\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"ensuretimestamp\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"flush\",{\"_index\":61,\"name\":{\"69\":{}},\"comment\":{}}],[\"get\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"getmultiple\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"getmultiplesource\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"getsource\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"insertseparator\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"introduction\",{\"_index\":70,\"name\":{\"80\":{}},\"comment\":{}}],[\"isempty\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"isnumericstring\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"isnumericstringoptions\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"isplainobject\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"last\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"leading\",{\"_index\":63,\"name\":{\"72\":{}},\"comment\":{}}],[\"mapasync\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"mapvalues\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"mapvaluesfn\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"mapvaluesunset\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"match\",{\"_index\":28,\"name\":{\"29\":{}},\"comment\":{}}],[\"matchcallback\",{\"_index\":31,\"name\":{\"33\":{}},\"comment\":{}}],[\"matched\",{\"_index\":29,\"name\":{\"31\":{}},\"comment\":{}}],[\"merge\",{\"_index\":32,\"name\":{\"35\":{}},\"comment\":{}}],[\"mergeunset\",{\"_index\":33,\"name\":{\"36\":{}},\"comment\":{}}],[\"mostfrequent\",{\"_index\":34,\"name\":{\"38\":{}},\"comment\":{}}],[\"noop\",{\"_index\":35,\"name\":{\"39\":{}},\"comment\":{}}],[\"occurencesoptions\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"occurrences\",{\"_index\":36,\"name\":{\"40\":{}},\"comment\":{}}],[\"omit\",{\"_index\":39,\"name\":{\"43\":{}},\"comment\":{}}],[\"overlap\",{\"_index\":38,\"name\":{\"42\":{}},\"comment\":{}}],[\"pick\",{\"_index\":40,\"name\":{\"44\":{}},\"comment\":{}}],[\"pull\",{\"_index\":41,\"name\":{\"45\":{}},\"comment\":{}}],[\"remove\",{\"_index\":42,\"name\":{\"46\":{}},\"comment\":{}}],[\"rethrow\",{\"_index\":43,\"name\":{\"47\":{}},\"comment\":{}}],[\"scale\",{\"_index\":44,\"name\":{\"48\":{}},\"comment\":{}}],[\"seq\",{\"_index\":45,\"name\":{\"49\":{}},\"comment\":{}}],[\"seqearlybreak\",{\"_index\":46,\"name\":{\"50\":{}},\"comment\":{}}],[\"seqearlybreaker\",{\"_index\":47,\"name\":{\"51\":{}},\"comment\":{}}],[\"seqfn\",{\"_index\":49,\"name\":{\"54\":{}},\"comment\":{}}],[\"seqfunctions\",{\"_index\":48,\"name\":{\"53\":{}},\"comment\":{}}],[\"set\",{\"_index\":50,\"name\":{\"56\":{}},\"comment\":{}}],[\"setimmutable\",{\"_index\":52,\"name\":{\"58\":{}},\"comment\":{}}],[\"setimmutablepath\",{\"_index\":53,\"name\":{\"59\":{}},\"comment\":{}}],[\"setimmutablesource\",{\"_index\":54,\"name\":{\"60\":{}},\"comment\":{}}],[\"setsource\",{\"_index\":51,\"name\":{\"57\":{}},\"comment\":{}}],[\"sortby\",{\"_index\":55,\"name\":{\"61\":{}},\"comment\":{}}],[\"stripprefix\",{\"_index\":56,\"name\":{\"63\":{}},\"comment\":{}}],[\"stripsuffix\",{\"_index\":57,\"name\":{\"64\":{}},\"comment\":{}}],[\"throttle\",{\"_index\":58,\"name\":{\"65\":{}},\"comment\":{}}],[\"throttledfunction\",{\"_index\":65,\"name\":{\"74\":{}},\"comment\":{}}],[\"throttledfunctionextras\",{\"_index\":59,\"name\":{\"66\":{}},\"comment\":{}}],[\"throttleoptions\",{\"_index\":62,\"name\":{\"71\":{}},\"comment\":{}}],[\"trailing\",{\"_index\":64,\"name\":{\"73\":{}},\"comment\":{}}],[\"truthy\",{\"_index\":66,\"name\":{\"76\":{}},\"comment\":{}}],[\"unmatched\",{\"_index\":30,\"name\":{\"32\":{}},\"comment\":{}}],[\"wait\",{\"_index\":67,\"name\":{\"77\":{}},\"comment\":{}}],[\"waitfor\",{\"_index\":68,\"name\":{\"78\":{}},\"comment\":{}}],[\"waitsync\",{\"_index\":69,\"name\":{\"79\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
1
+ window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"33554432\":\"@knodes/typedoc-plugin-pages: page\"},\"rows\":[{\"kind\":64,\"name\":\"ensurePrefix\",\"url\":\"functions/ensurePrefix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureSuffix\",\"url\":\"functions/ensureSuffix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cap\",\"url\":\"functions/cap.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"capitalize\",\"url\":\"functions/capitalize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"coalesce\",\"url\":\"functions/coalesce.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureArray\",\"url\":\"functions/ensureArray.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureDate\",\"url\":\"functions/ensureDate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureError\",\"url\":\"functions/ensureError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureTimestamp\",\"url\":\"functions/ensureTimestamp.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"escapeRegExp\",\"url\":\"functions/escapeRegExp.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/get.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"GetSource\",\"url\":\"interfaces/GetSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"getMultiple\",\"url\":\"functions/getMultiple.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"GetMultipleSource\",\"url\":\"interfaces/GetMultipleSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"insertSeparator\",\"url\":\"functions/insertSeparator.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isEmpty\",\"url\":\"functions/isEmpty.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isNumericString\",\"url\":\"functions/isNumericString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"IsNumericStringOptions\",\"url\":\"interfaces/IsNumericStringOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"allowFloats\",\"url\":\"interfaces/IsNumericStringOptions.html#allowFloats\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowExponents\",\"url\":\"interfaces/IsNumericStringOptions.html#allowExponents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowInfinity\",\"url\":\"interfaces/IsNumericStringOptions.html#allowInfinity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowNaN\",\"url\":\"interfaces/IsNumericStringOptions.html#allowNaN\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":64,\"name\":\"isPlainObject\",\"url\":\"functions/isPlainObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"last\",\"url\":\"functions/last.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapAsync\",\"url\":\"functions/mapAsync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapValues\",\"url\":\"functions/mapValues.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"mapValuesUNSET\",\"url\":\"variables/mapValuesUNSET.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/mapValuesUNSET.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"mapValuesUNSET\"},{\"kind\":4194304,\"name\":\"MapValuesFn\",\"url\":\"types/MapValuesFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapValuesFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapValuesFn\"},{\"kind\":64,\"name\":\"match\",\"url\":\"functions/match.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/match.html#match.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"match.match\"},{\"kind\":1024,\"name\":\"matched\",\"url\":\"functions/match.html#match.__type.matched\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"match.match.__type\"},{\"kind\":1024,\"name\":\"unmatched\",\"url\":\"functions/match.html#match.__type.unmatched\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"match.match.__type\"},{\"kind\":4194304,\"name\":\"MatchCallback\",\"url\":\"types/MatchCallback.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MatchCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MatchCallback\"},{\"kind\":64,\"name\":\"merge\",\"url\":\"functions/merge.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"mergeUNSET\",\"url\":\"variables/mergeUNSET.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/mergeUNSET.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"mergeUNSET\"},{\"kind\":64,\"name\":\"mostFrequent\",\"url\":\"functions/mostFrequent.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"noop\",\"url\":\"functions/noop.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"occurrences\",\"url\":\"functions/occurrences.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"OccurencesOptions\",\"url\":\"interfaces/OccurencesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"overlap\",\"url\":\"interfaces/OccurencesOptions.html#overlap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OccurencesOptions\"},{\"kind\":64,\"name\":\"omit\",\"url\":\"functions/omit.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pick\",\"url\":\"functions/pick.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pull\",\"url\":\"functions/pull.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"remove\",\"url\":\"functions/remove.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"replace\",\"url\":\"functions/replace.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rethrow\",\"url\":\"functions/rethrow.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"safe\",\"url\":\"functions/safe.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"scale\",\"url\":\"functions/scale.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"seq\",\"url\":\"functions/seq.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"seqEarlyBreak\",\"url\":\"functions/seqEarlyBreak.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SeqEarlyBreaker\",\"url\":\"types/SeqEarlyBreaker.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SeqEarlyBreaker.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SeqEarlyBreaker\"},{\"kind\":4194304,\"name\":\"SeqFunctions\",\"url\":\"types/SeqFunctions.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"SeqFn\",\"url\":\"types/SeqFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SeqFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SeqFn\"},{\"kind\":64,\"name\":\"set\",\"url\":\"functions/set.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"SetSource\",\"url\":\"interfaces/SetSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"setImmutable\",\"url\":\"functions/setImmutable.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SetImmutablePath\",\"url\":\"types/SetImmutablePath.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"SetImmutableSource\",\"url\":\"interfaces/SetImmutableSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"sortBy\",\"url\":\"functions/sortBy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/sortBy.html#sortBy.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"sortBy.sortBy\"},{\"kind\":64,\"name\":\"sortProps\",\"url\":\"functions/sortProps.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"stripPrefix\",\"url\":\"functions/stripPrefix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"stripSuffix\",\"url\":\"functions/stripSuffix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"throttle\",\"url\":\"functions/throttle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ThrottledFunctionExtras\",\"url\":\"interfaces/ThrottledFunctionExtras.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"cancel\",\"url\":\"interfaces/ThrottledFunctionExtras.html#cancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottledFunctionExtras\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ThrottledFunctionExtras.html#cancel.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ThrottledFunctionExtras.cancel\"},{\"kind\":1024,\"name\":\"flush\",\"url\":\"interfaces/ThrottledFunctionExtras.html#flush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottledFunctionExtras\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ThrottledFunctionExtras.html#flush.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ThrottledFunctionExtras.flush\"},{\"kind\":256,\"name\":\"ThrottleOptions\",\"url\":\"interfaces/ThrottleOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"leading\",\"url\":\"interfaces/ThrottleOptions.html#leading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottleOptions\"},{\"kind\":1024,\"name\":\"trailing\",\"url\":\"interfaces/ThrottleOptions.html#trailing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottleOptions\"},{\"kind\":4194304,\"name\":\"ThrottledFunction\",\"url\":\"types/ThrottledFunction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ThrottledFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ThrottledFunction\"},{\"kind\":64,\"name\":\"truthy\",\"url\":\"functions/truthy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wait\",\"url\":\"functions/wait.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waitFor\",\"url\":\"functions/waitFor.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waitSync\",\"url\":\"functions/waitSync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":33554432,\"name\":\"Introduction\",\"url\":\"pages/Introduction.html\",\"classes\":\"pages-entry pages-entry-page\"},{\"kind\":33554432,\"name\":\"Changelog\",\"url\":\"pages/CHANGELOG.html\",\"classes\":\"pages-entry pages-entry-page\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,40.604]],[\"comment/0\",[]],[\"name/1\",[1,40.604]],[\"comment/1\",[]],[\"name/2\",[2,40.604]],[\"comment/2\",[]],[\"name/3\",[3,40.604]],[\"comment/3\",[]],[\"name/4\",[4,40.604]],[\"comment/4\",[]],[\"name/5\",[5,40.604]],[\"comment/5\",[]],[\"name/6\",[6,40.604]],[\"comment/6\",[]],[\"name/7\",[7,40.604]],[\"comment/7\",[]],[\"name/8\",[8,40.604]],[\"comment/8\",[]],[\"name/9\",[9,40.604]],[\"comment/9\",[]],[\"name/10\",[10,40.604]],[\"comment/10\",[]],[\"name/11\",[11,40.604]],[\"comment/11\",[]],[\"name/12\",[12,40.604]],[\"comment/12\",[]],[\"name/13\",[13,40.604]],[\"comment/13\",[]],[\"name/14\",[14,40.604]],[\"comment/14\",[]],[\"name/15\",[15,40.604]],[\"comment/15\",[]],[\"name/16\",[16,40.604]],[\"comment/16\",[]],[\"name/17\",[17,40.604]],[\"comment/17\",[]],[\"name/18\",[18,40.604]],[\"comment/18\",[]],[\"name/19\",[19,40.604]],[\"comment/19\",[]],[\"name/20\",[20,40.604]],[\"comment/20\",[]],[\"name/21\",[21,40.604]],[\"comment/21\",[]],[\"name/22\",[22,40.604]],[\"comment/22\",[]],[\"name/23\",[23,40.604]],[\"comment/23\",[]],[\"name/24\",[24,40.604]],[\"comment/24\",[]],[\"name/25\",[25,40.604]],[\"comment/25\",[]],[\"name/26\",[26,40.604]],[\"comment/26\",[]],[\"name/27\",[27,20.236]],[\"comment/27\",[]],[\"name/28\",[28,40.604]],[\"comment/28\",[]],[\"name/29\",[27,20.236]],[\"comment/29\",[]],[\"name/30\",[29,40.604]],[\"comment/30\",[]],[\"name/31\",[27,20.236]],[\"comment/31\",[]],[\"name/32\",[30,40.604]],[\"comment/32\",[]],[\"name/33\",[31,40.604]],[\"comment/33\",[]],[\"name/34\",[32,40.604]],[\"comment/34\",[]],[\"name/35\",[27,20.236]],[\"comment/35\",[]],[\"name/36\",[33,40.604]],[\"comment/36\",[]],[\"name/37\",[34,40.604]],[\"comment/37\",[]],[\"name/38\",[27,20.236]],[\"comment/38\",[]],[\"name/39\",[35,40.604]],[\"comment/39\",[]],[\"name/40\",[36,40.604]],[\"comment/40\",[]],[\"name/41\",[37,40.604]],[\"comment/41\",[]],[\"name/42\",[38,40.604]],[\"comment/42\",[]],[\"name/43\",[39,40.604]],[\"comment/43\",[]],[\"name/44\",[40,40.604]],[\"comment/44\",[]],[\"name/45\",[41,40.604]],[\"comment/45\",[]],[\"name/46\",[42,40.604]],[\"comment/46\",[]],[\"name/47\",[43,40.604]],[\"comment/47\",[]],[\"name/48\",[44,40.604]],[\"comment/48\",[]],[\"name/49\",[45,40.604]],[\"comment/49\",[]],[\"name/50\",[46,40.604]],[\"comment/50\",[]],[\"name/51\",[47,40.604]],[\"comment/51\",[]],[\"name/52\",[48,40.604]],[\"comment/52\",[]],[\"name/53\",[49,40.604]],[\"comment/53\",[]],[\"name/54\",[50,40.604]],[\"comment/54\",[]],[\"name/55\",[27,20.236]],[\"comment/55\",[]],[\"name/56\",[51,40.604]],[\"comment/56\",[]],[\"name/57\",[52,40.604]],[\"comment/57\",[]],[\"name/58\",[27,20.236]],[\"comment/58\",[]],[\"name/59\",[53,40.604]],[\"comment/59\",[]],[\"name/60\",[54,40.604]],[\"comment/60\",[]],[\"name/61\",[55,40.604]],[\"comment/61\",[]],[\"name/62\",[56,40.604]],[\"comment/62\",[]],[\"name/63\",[57,40.604]],[\"comment/63\",[]],[\"name/64\",[58,40.604]],[\"comment/64\",[]],[\"name/65\",[27,20.236]],[\"comment/65\",[]],[\"name/66\",[59,40.604]],[\"comment/66\",[]],[\"name/67\",[60,40.604]],[\"comment/67\",[]],[\"name/68\",[61,40.604]],[\"comment/68\",[]],[\"name/69\",[62,40.604]],[\"comment/69\",[]],[\"name/70\",[63,40.604]],[\"comment/70\",[]],[\"name/71\",[64,40.604]],[\"comment/71\",[]],[\"name/72\",[27,20.236]],[\"comment/72\",[]],[\"name/73\",[65,40.604]],[\"comment/73\",[]],[\"name/74\",[27,20.236]],[\"comment/74\",[]],[\"name/75\",[66,40.604]],[\"comment/75\",[]],[\"name/76\",[67,40.604]],[\"comment/76\",[]],[\"name/77\",[68,40.604]],[\"comment/77\",[]],[\"name/78\",[69,40.604]],[\"comment/78\",[]],[\"name/79\",[27,20.236]],[\"comment/79\",[]],[\"name/80\",[70,40.604]],[\"comment/80\",[]],[\"name/81\",[71,40.604]],[\"comment/81\",[]],[\"name/82\",[72,40.604]],[\"comment/82\",[]],[\"name/83\",[73,40.604]],[\"comment/83\",[]],[\"name/84\",[74,40.604]],[\"comment/84\",[]],[\"name/85\",[75,40.604]],[\"comment/85\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":27,\"name\":{\"27\":{},\"29\":{},\"31\":{},\"35\":{},\"38\":{},\"55\":{},\"58\":{},\"65\":{},\"72\":{},\"74\":{},\"79\":{}},\"comment\":{}}],[\"allowexponents\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"allowfloats\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"allowinfinity\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"allownan\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"cancel\",{\"_index\":64,\"name\":{\"71\":{}},\"comment\":{}}],[\"cap\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"capitalize\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"changelog\",{\"_index\":75,\"name\":{\"85\":{}},\"comment\":{}}],[\"coalesce\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"ensurearray\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"ensuredate\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"ensureerror\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"ensureprefix\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"ensuresuffix\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"ensuretimestamp\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"escaperegexp\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"flush\",{\"_index\":65,\"name\":{\"73\":{}},\"comment\":{}}],[\"get\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"getmultiple\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"getmultiplesource\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"getsource\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"insertseparator\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"introduction\",{\"_index\":74,\"name\":{\"84\":{}},\"comment\":{}}],[\"isempty\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"isnumericstring\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"isnumericstringoptions\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"isplainobject\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"last\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"leading\",{\"_index\":67,\"name\":{\"76\":{}},\"comment\":{}}],[\"mapasync\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"mapvalues\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"mapvaluesfn\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"mapvaluesunset\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"match\",{\"_index\":29,\"name\":{\"30\":{}},\"comment\":{}}],[\"matchcallback\",{\"_index\":32,\"name\":{\"34\":{}},\"comment\":{}}],[\"matched\",{\"_index\":30,\"name\":{\"32\":{}},\"comment\":{}}],[\"merge\",{\"_index\":33,\"name\":{\"36\":{}},\"comment\":{}}],[\"mergeunset\",{\"_index\":34,\"name\":{\"37\":{}},\"comment\":{}}],[\"mostfrequent\",{\"_index\":35,\"name\":{\"39\":{}},\"comment\":{}}],[\"noop\",{\"_index\":36,\"name\":{\"40\":{}},\"comment\":{}}],[\"occurencesoptions\",{\"_index\":38,\"name\":{\"42\":{}},\"comment\":{}}],[\"occurrences\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"omit\",{\"_index\":40,\"name\":{\"44\":{}},\"comment\":{}}],[\"overlap\",{\"_index\":39,\"name\":{\"43\":{}},\"comment\":{}}],[\"pick\",{\"_index\":41,\"name\":{\"45\":{}},\"comment\":{}}],[\"pull\",{\"_index\":42,\"name\":{\"46\":{}},\"comment\":{}}],[\"remove\",{\"_index\":43,\"name\":{\"47\":{}},\"comment\":{}}],[\"replace\",{\"_index\":44,\"name\":{\"48\":{}},\"comment\":{}}],[\"rethrow\",{\"_index\":45,\"name\":{\"49\":{}},\"comment\":{}}],[\"safe\",{\"_index\":46,\"name\":{\"50\":{}},\"comment\":{}}],[\"scale\",{\"_index\":47,\"name\":{\"51\":{}},\"comment\":{}}],[\"seq\",{\"_index\":48,\"name\":{\"52\":{}},\"comment\":{}}],[\"seqearlybreak\",{\"_index\":49,\"name\":{\"53\":{}},\"comment\":{}}],[\"seqearlybreaker\",{\"_index\":50,\"name\":{\"54\":{}},\"comment\":{}}],[\"seqfn\",{\"_index\":52,\"name\":{\"57\":{}},\"comment\":{}}],[\"seqfunctions\",{\"_index\":51,\"name\":{\"56\":{}},\"comment\":{}}],[\"set\",{\"_index\":53,\"name\":{\"59\":{}},\"comment\":{}}],[\"setimmutable\",{\"_index\":55,\"name\":{\"61\":{}},\"comment\":{}}],[\"setimmutablepath\",{\"_index\":56,\"name\":{\"62\":{}},\"comment\":{}}],[\"setimmutablesource\",{\"_index\":57,\"name\":{\"63\":{}},\"comment\":{}}],[\"setsource\",{\"_index\":54,\"name\":{\"60\":{}},\"comment\":{}}],[\"sortby\",{\"_index\":58,\"name\":{\"64\":{}},\"comment\":{}}],[\"sortprops\",{\"_index\":59,\"name\":{\"66\":{}},\"comment\":{}}],[\"stripprefix\",{\"_index\":60,\"name\":{\"67\":{}},\"comment\":{}}],[\"stripsuffix\",{\"_index\":61,\"name\":{\"68\":{}},\"comment\":{}}],[\"throttle\",{\"_index\":62,\"name\":{\"69\":{}},\"comment\":{}}],[\"throttledfunction\",{\"_index\":69,\"name\":{\"78\":{}},\"comment\":{}}],[\"throttledfunctionextras\",{\"_index\":63,\"name\":{\"70\":{}},\"comment\":{}}],[\"throttleoptions\",{\"_index\":66,\"name\":{\"75\":{}},\"comment\":{}}],[\"trailing\",{\"_index\":68,\"name\":{\"77\":{}},\"comment\":{}}],[\"truthy\",{\"_index\":70,\"name\":{\"80\":{}},\"comment\":{}}],[\"unmatched\",{\"_index\":31,\"name\":{\"33\":{}},\"comment\":{}}],[\"wait\",{\"_index\":71,\"name\":{\"81\":{}},\"comment\":{}}],[\"waitfor\",{\"_index\":72,\"name\":{\"82\":{}},\"comment\":{}}],[\"waitsync\",{\"_index\":73,\"name\":{\"83\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
@@ -483,10 +483,9 @@ blockquote {
483
483
  .has-menu .col-menu {
484
484
  visibility: visible;
485
485
  transform: translate(0, 0);
486
- display: grid;
487
- align-items: center;
488
- grid-template-rows: auto 1fr;
489
- grid-gap: 1.5rem;
486
+ display: flex;
487
+ flex-direction: column;
488
+ gap: 1.5rem;
490
489
  max-height: 100vh;
491
490
  padding: 1rem 2rem;
492
491
  }
@@ -911,7 +910,7 @@ a.tsd-index-link {
911
910
  margin-right: 0.8rem;
912
911
  }
913
912
 
914
- @media (min-width: 1024px) {
913
+ @media (min-width: 1025px) {
915
914
  .col-content {
916
915
  margin: 2rem auto;
917
916
  }
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>cap | @ezez/utils - v1.2.0</title><meta name="description" content="Documentation for @ezez/utils - v1.2.0"/><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 async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>cap | @ezez/utils - v1.4.0</title><meta name="description" content="Documentation for @ezez/utils - v1.4.0"/><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 async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <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"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.2.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.4.0</a></div>
10
10
  <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"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">@ezez/utils - v1.2.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.4.0</a></li>
16
16
  <li><a href="cap.html">cap</a></li></ul>
17
17
  <h1>Function cap</h1></div>
18
18
  <section class="tsd-panel">
@@ -38,7 +38,7 @@
38
38
  </div></li></ul></div>
39
39
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
40
40
  <ul>
41
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/7e9e170/src/cap.ts#L7">cap.ts:7</a></li></ul></aside></li></ul></section></div>
41
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/5cc56c9/src/cap.ts#L7">cap.ts:7</a></li></ul></aside></li></ul></section></div>
42
42
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
43
43
  <div class="tsd-navigation settings">
44
44
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -58,9 +58,10 @@
58
58
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
59
59
  <div class="tsd-accordion-details">
60
60
  <ul>
61
- <li><a href="../modules.html">@ezez/utils -<wbr/> v1.2.0</a>
61
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v1.4.0</a>
62
62
  <ul>
63
- <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li></ul></li></ul></div></details></nav>
63
+ <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
64
+ <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
64
65
  <nav class="tsd-navigation secondary menu-sticky">
65
66
  <ul>
66
67
  <li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
@@ -89,6 +90,7 @@
89
90
  <li class="tsd-kind-function"><a href="ensurePrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Prefix</a></li>
90
91
  <li class="tsd-kind-function"><a href="ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
91
92
  <li class="tsd-kind-function"><a href="ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
93
+ <li class="tsd-kind-function"><a href="escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
92
94
  <li class="tsd-kind-function"><a href="get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
93
95
  <li class="tsd-kind-function"><a href="getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
94
96
  <li class="tsd-kind-function"><a href="insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
@@ -107,13 +109,16 @@
107
109
  <li class="tsd-kind-function"><a href="pick.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pick</a></li>
108
110
  <li class="tsd-kind-function"><a href="pull.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pull</a></li>
109
111
  <li class="tsd-kind-function"><a href="remove.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>remove</a></li>
112
+ <li class="tsd-kind-function"><a href="replace.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>replace</a></li>
110
113
  <li class="tsd-kind-function"><a href="rethrow.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>rethrow</a></li>
114
+ <li class="tsd-kind-function"><a href="safe.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>safe</a></li>
111
115
  <li class="tsd-kind-function"><a href="scale.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>scale</a></li>
112
116
  <li class="tsd-kind-function"><a href="seq.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq</a></li>
113
117
  <li class="tsd-kind-function"><a href="seqEarlyBreak.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq<wbr/>Early<wbr/>Break</a></li>
114
118
  <li class="tsd-kind-function"><a href="set.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set</a></li>
115
119
  <li class="tsd-kind-function"><a href="setImmutable.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set<wbr/>Immutable</a></li>
116
120
  <li class="tsd-kind-function"><a href="sortBy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>By</a></li>
121
+ <li class="tsd-kind-function"><a href="sortProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>Props</a></li>
117
122
  <li class="tsd-kind-function"><a href="stripPrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Prefix</a></li>
118
123
  <li class="tsd-kind-function"><a href="stripSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Suffix</a></li>
119
124
  <li class="tsd-kind-function"><a href="throttle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>throttle</a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>capitalize | @ezez/utils - v1.2.0</title><meta name="description" content="Documentation for @ezez/utils - v1.2.0"/><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 async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>capitalize | @ezez/utils - v1.4.0</title><meta name="description" content="Documentation for @ezez/utils - v1.4.0"/><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 async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <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"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.2.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.4.0</a></div>
10
10
  <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"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">@ezez/utils - v1.2.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.4.0</a></li>
16
16
  <li><a href="capitalize.html">capitalize</a></li></ul>
17
17
  <h1>Function capitalize</h1></div>
18
18
  <section class="tsd-panel">
@@ -43,7 +43,7 @@
43
43
  </div></li></ul></div>
44
44
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
45
45
  <ul>
46
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/7e9e170/src/capitalize.ts#L9">capitalize.ts:9</a></li></ul></aside></li></ul></section></div>
46
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/5cc56c9/src/capitalize.ts#L9">capitalize.ts:9</a></li></ul></aside></li></ul></section></div>
47
47
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
48
48
  <div class="tsd-navigation settings">
49
49
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -63,9 +63,10 @@
63
63
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
64
64
  <div class="tsd-accordion-details">
65
65
  <ul>
66
- <li><a href="../modules.html">@ezez/utils -<wbr/> v1.2.0</a>
66
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v1.4.0</a>
67
67
  <ul>
68
- <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li></ul></li></ul></div></details></nav>
68
+ <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
69
+ <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
69
70
  <nav class="tsd-navigation secondary menu-sticky">
70
71
  <ul>
71
72
  <li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
@@ -94,6 +95,7 @@
94
95
  <li class="tsd-kind-function"><a href="ensurePrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Prefix</a></li>
95
96
  <li class="tsd-kind-function"><a href="ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
96
97
  <li class="tsd-kind-function"><a href="ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
98
+ <li class="tsd-kind-function"><a href="escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
97
99
  <li class="tsd-kind-function"><a href="get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
98
100
  <li class="tsd-kind-function"><a href="getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
99
101
  <li class="tsd-kind-function"><a href="insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
@@ -112,13 +114,16 @@
112
114
  <li class="tsd-kind-function"><a href="pick.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pick</a></li>
113
115
  <li class="tsd-kind-function"><a href="pull.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pull</a></li>
114
116
  <li class="tsd-kind-function"><a href="remove.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>remove</a></li>
117
+ <li class="tsd-kind-function"><a href="replace.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>replace</a></li>
115
118
  <li class="tsd-kind-function"><a href="rethrow.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>rethrow</a></li>
119
+ <li class="tsd-kind-function"><a href="safe.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>safe</a></li>
116
120
  <li class="tsd-kind-function"><a href="scale.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>scale</a></li>
117
121
  <li class="tsd-kind-function"><a href="seq.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq</a></li>
118
122
  <li class="tsd-kind-function"><a href="seqEarlyBreak.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq<wbr/>Early<wbr/>Break</a></li>
119
123
  <li class="tsd-kind-function"><a href="set.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set</a></li>
120
124
  <li class="tsd-kind-function"><a href="setImmutable.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set<wbr/>Immutable</a></li>
121
125
  <li class="tsd-kind-function"><a href="sortBy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>By</a></li>
126
+ <li class="tsd-kind-function"><a href="sortProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>Props</a></li>
122
127
  <li class="tsd-kind-function"><a href="stripPrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Prefix</a></li>
123
128
  <li class="tsd-kind-function"><a href="stripSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Suffix</a></li>
124
129
  <li class="tsd-kind-function"><a href="throttle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>throttle</a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>coalesce | @ezez/utils - v1.2.0</title><meta name="description" content="Documentation for @ezez/utils - v1.2.0"/><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 async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>coalesce | @ezez/utils - v1.4.0</title><meta name="description" content="Documentation for @ezez/utils - v1.4.0"/><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 async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <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"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.2.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.4.0</a></div>
10
10
  <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"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">@ezez/utils - v1.2.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.4.0</a></li>
16
16
  <li><a href="coalesce.html">coalesce</a></li></ul>
17
17
  <h1>Function coalesce</h1></div>
18
18
  <section class="tsd-panel">
@@ -21,10 +21,9 @@
21
21
  <li class="tsd-description">
22
22
  <div class="tsd-comment tsd-typography"><p>Returns first non-nil (not undefined, not null) value from given arguments.</p>
23
23
 
24
- <h3>Example</h3><pre><code class="language-ts"><span class="hl-2">coalesce</span><span class="hl-1">(</span><span class="hl-0">null</span><span class="hl-1">, </span><span class="hl-0">undefined</span><span class="hl-1">, </span><span class="hl-0">void</span><span class="hl-1"> </span><span class="hl-5">0</span><span class="hl-1">, </span><span class="hl-5">5</span><span class="hl-1">); </span><span class="hl-6">// returns 5</span>
25
- </code></pre>
24
+ <h3>Example</h3><p>coalesce(null, undefined, void 1, 5); // returns 5 (mind the <code>void</code>)</p>
26
25
 
27
- <h3>Example</h3><pre><code class="language-ts"><span class="hl-2">coalesce</span><span class="hl-1">(</span><span class="hl-5">4</span><span class="hl-1">, </span><span class="hl-0">null</span><span class="hl-1">, </span><span class="hl-5">6</span><span class="hl-1">, </span><span class="hl-0">undefined</span><span class="hl-1">); </span><span class="hl-6">// returns 4</span>
26
+ <h3>Example</h3><pre><code class="language-ts"><span class="hl-2">coalesce</span><span class="hl-1">(</span><span class="hl-5">0</span><span class="hl-1">, </span><span class="hl-0">null</span><span class="hl-1">, </span><span class="hl-5">6</span><span class="hl-1">, </span><span class="hl-0">undefined</span><span class="hl-1">); </span><span class="hl-6">// returns 0</span>
28
27
  </code></pre>
29
28
 
30
29
  <h3>Example</h3><pre><code class="language-ts"><span class="hl-2">coalesce</span><span class="hl-1">(</span><span class="hl-0">undefined</span><span class="hl-1">); </span><span class="hl-6">// returns null</span>
@@ -49,7 +48,7 @@
49
48
  </div></li></ul></div>
50
49
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">NonNullable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
51
50
  <ul>
52
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/7e9e170/src/coalesce.ts#L11">coalesce.ts:11</a></li></ul></aside></li></ul></section></div>
51
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/5cc56c9/src/coalesce.ts#L11">coalesce.ts:11</a></li></ul></aside></li></ul></section></div>
53
52
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
54
53
  <div class="tsd-navigation settings">
55
54
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -69,9 +68,10 @@
69
68
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
70
69
  <div class="tsd-accordion-details">
71
70
  <ul>
72
- <li><a href="../modules.html">@ezez/utils -<wbr/> v1.2.0</a>
71
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v1.4.0</a>
73
72
  <ul>
74
- <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li></ul></li></ul></div></details></nav>
73
+ <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
74
+ <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
75
75
  <nav class="tsd-navigation secondary menu-sticky">
76
76
  <ul>
77
77
  <li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
@@ -100,6 +100,7 @@
100
100
  <li class="tsd-kind-function"><a href="ensurePrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Prefix</a></li>
101
101
  <li class="tsd-kind-function"><a href="ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
102
102
  <li class="tsd-kind-function"><a href="ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
103
+ <li class="tsd-kind-function"><a href="escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
103
104
  <li class="tsd-kind-function"><a href="get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
104
105
  <li class="tsd-kind-function"><a href="getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
105
106
  <li class="tsd-kind-function"><a href="insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
@@ -118,13 +119,16 @@
118
119
  <li class="tsd-kind-function"><a href="pick.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pick</a></li>
119
120
  <li class="tsd-kind-function"><a href="pull.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pull</a></li>
120
121
  <li class="tsd-kind-function"><a href="remove.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>remove</a></li>
122
+ <li class="tsd-kind-function"><a href="replace.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>replace</a></li>
121
123
  <li class="tsd-kind-function"><a href="rethrow.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>rethrow</a></li>
124
+ <li class="tsd-kind-function"><a href="safe.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>safe</a></li>
122
125
  <li class="tsd-kind-function"><a href="scale.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>scale</a></li>
123
126
  <li class="tsd-kind-function"><a href="seq.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq</a></li>
124
127
  <li class="tsd-kind-function"><a href="seqEarlyBreak.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq<wbr/>Early<wbr/>Break</a></li>
125
128
  <li class="tsd-kind-function"><a href="set.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set</a></li>
126
129
  <li class="tsd-kind-function"><a href="setImmutable.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set<wbr/>Immutable</a></li>
127
130
  <li class="tsd-kind-function"><a href="sortBy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>By</a></li>
131
+ <li class="tsd-kind-function"><a href="sortProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>Props</a></li>
128
132
  <li class="tsd-kind-function"><a href="stripPrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Prefix</a></li>
129
133
  <li class="tsd-kind-function"><a href="stripSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Suffix</a></li>
130
134
  <li class="tsd-kind-function"><a href="throttle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>throttle</a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ensureArray | @ezez/utils - v1.2.0</title><meta name="description" content="Documentation for @ezez/utils - v1.2.0"/><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 async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ensureArray | @ezez/utils - v1.4.0</title><meta name="description" content="Documentation for @ezez/utils - v1.4.0"/><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 async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <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"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,20 +6,20 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.2.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.4.0</a></div>
10
10
  <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"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">@ezez/utils - v1.2.0</a></li>
15
+ <li><a href="../modules.html">@ezez/utils - v1.4.0</a></li>
16
16
  <li><a href="ensureArray.html">ensureArray</a></li></ul>
17
17
  <h1>Function ensureArray</h1></div>
18
18
  <section class="tsd-panel">
19
19
  <ul class="tsd-signatures tsd-kind-function">
20
20
  <li class="tsd-signature tsd-anchor-link" id="ensureArray">ensure<wbr/>Array<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">[]</span><a href="#ensureArray" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></li>
21
21
  <li class="tsd-description">
22
- <div class="tsd-comment tsd-typography"><p>Wraps value in an array until the value is already an array</p>
22
+ <div class="tsd-comment tsd-typography"><p>Wraps value in an array unless the value is already an array</p>
23
23
 
24
24
  <h3>Returns</h3></div>
25
25
  <section class="tsd-panel tsd-type-parameters">
@@ -36,7 +36,7 @@
36
36
  </div></li></ul></div>
37
37
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
38
38
  <ul>
39
- <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/7e9e170/src/ensureArray.ts#L6">ensureArray.ts:6</a></li></ul></aside></li></ul></section></div>
39
+ <li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/5cc56c9/src/ensureArray.ts#L6">ensureArray.ts:6</a></li></ul></aside></li></ul></section></div>
40
40
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
41
41
  <div class="tsd-navigation settings">
42
42
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -56,9 +56,10 @@
56
56
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
57
57
  <div class="tsd-accordion-details">
58
58
  <ul>
59
- <li><a href="../modules.html">@ezez/utils -<wbr/> v1.2.0</a>
59
+ <li><a href="../modules.html">@ezez/utils -<wbr/> v1.4.0</a>
60
60
  <ul>
61
- <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li></ul></li></ul></div></details></nav>
61
+ <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
62
+ <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
62
63
  <nav class="tsd-navigation secondary menu-sticky">
63
64
  <ul>
64
65
  <li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
@@ -87,6 +88,7 @@
87
88
  <li class="tsd-kind-function"><a href="ensurePrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Prefix</a></li>
88
89
  <li class="tsd-kind-function"><a href="ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
89
90
  <li class="tsd-kind-function"><a href="ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
91
+ <li class="tsd-kind-function"><a href="escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
90
92
  <li class="tsd-kind-function"><a href="get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
91
93
  <li class="tsd-kind-function"><a href="getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
92
94
  <li class="tsd-kind-function"><a href="insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
@@ -105,13 +107,16 @@
105
107
  <li class="tsd-kind-function"><a href="pick.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pick</a></li>
106
108
  <li class="tsd-kind-function"><a href="pull.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>pull</a></li>
107
109
  <li class="tsd-kind-function"><a href="remove.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>remove</a></li>
110
+ <li class="tsd-kind-function"><a href="replace.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>replace</a></li>
108
111
  <li class="tsd-kind-function"><a href="rethrow.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>rethrow</a></li>
112
+ <li class="tsd-kind-function"><a href="safe.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>safe</a></li>
109
113
  <li class="tsd-kind-function"><a href="scale.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>scale</a></li>
110
114
  <li class="tsd-kind-function"><a href="seq.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq</a></li>
111
115
  <li class="tsd-kind-function"><a href="seqEarlyBreak.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>seq<wbr/>Early<wbr/>Break</a></li>
112
116
  <li class="tsd-kind-function"><a href="set.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set</a></li>
113
117
  <li class="tsd-kind-function"><a href="setImmutable.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>set<wbr/>Immutable</a></li>
114
118
  <li class="tsd-kind-function"><a href="sortBy.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>By</a></li>
119
+ <li class="tsd-kind-function"><a href="sortProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>sort<wbr/>Props</a></li>
115
120
  <li class="tsd-kind-function"><a href="stripPrefix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Prefix</a></li>
116
121
  <li class="tsd-kind-function"><a href="stripSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>strip<wbr/>Suffix</a></li>
117
122
  <li class="tsd-kind-function"><a href="throttle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>throttle</a></li>