@koine/utils 2.0.0-beta.194 → 2.0.0-beta.196

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 (413) hide show
  1. package/README.md +0 -7
  2. package/areEqual.cjs.js +1 -1
  3. package/areEqual.esm.js +1 -1
  4. package/arrayUniqueByProperties.cjs.js +1 -1
  5. package/arrayUniqueByProperties.esm.js +1 -1
  6. package/changeCaseHelpers.cjs.js +1 -1
  7. package/changeCaseHelpers.esm.js +1 -1
  8. package/chunkByChunks.d.ts +0 -1
  9. package/clsx.cjs.js +1 -1
  10. package/clsx.esm.js +1 -1
  11. package/createConsole.cjs.js +1 -1
  12. package/createConsole.esm.js +1 -1
  13. package/debouncePromise.cjs.js +1 -1
  14. package/debouncePromise.d.ts +2 -2
  15. package/debouncePromise.esm.js +1 -1
  16. package/findDuplicatedIndexes.cjs.js +1 -1
  17. package/findDuplicatedIndexes.esm.js +1 -1
  18. package/fixtures.d.ts +1 -0
  19. package/fixtures.nested.d.ts +4 -0
  20. package/gbToBytes.cjs.js +1 -1
  21. package/gbToBytes.esm.js +1 -1
  22. package/hashAny.cjs.js +1 -1
  23. package/hashAny.esm.js +1 -1
  24. package/index.cjs.js +10 -2
  25. package/index.d.ts +5 -1
  26. package/index.esm.js +5 -1
  27. package/isPlainObject.cjs.js +1 -1
  28. package/isPlainObject.esm.js +1 -1
  29. package/matchSorter.cjs.js +2 -2
  30. package/matchSorter.esm.js +2 -2
  31. package/mbToBytes.cjs.js +1 -1
  32. package/mbToBytes.esm.js +1 -1
  33. package/objectMerge.cjs.default.js +1 -0
  34. package/objectMerge.cjs.js +10 -0
  35. package/objectMerge.cjs.mjs +2 -0
  36. package/objectMerge.d.ts +6 -0
  37. package/objectMerge.esm.js +5 -0
  38. package/objectMergeArrayFn.cjs.default.js +1 -0
  39. package/objectMergeArrayFn.cjs.js +10 -0
  40. package/objectMergeArrayFn.cjs.mjs +2 -0
  41. package/objectMergeArrayFn.d.ts +15 -0
  42. package/objectMergeArrayFn.esm.js +5 -0
  43. package/objectMergeCreate.cjs.default.js +1 -0
  44. package/objectMergeCreate.cjs.js +10 -0
  45. package/objectMergeCreate.cjs.mjs +2 -0
  46. package/objectMergeCreate.d.ts +30 -0
  47. package/objectMergeCreate.esm.js +5 -0
  48. package/objectMergeFn.cjs.default.js +1 -0
  49. package/objectMergeFn.cjs.js +10 -0
  50. package/objectMergeFn.cjs.mjs +2 -0
  51. package/objectMergeFn.d.ts +15 -0
  52. package/objectMergeFn.esm.js +5 -0
  53. package/package.json +200 -176
  54. package/promiseAllSorted.cjs.default.js +1 -0
  55. package/promiseAllSorted.cjs.js +8 -0
  56. package/promiseAllSorted.cjs.mjs +2 -0
  57. package/promiseAllSorted.d.ts +10 -0
  58. package/promiseAllSorted.esm.js +3 -0
  59. package/randomKey.cjs.js +1 -1
  60. package/randomKey.esm.js +1 -1
  61. package/removeDuplicatesByKey.cjs.js +1 -1
  62. package/removeDuplicatesByKey.esm.js +1 -1
  63. package/render.cjs.js +1 -1
  64. package/render.esm.js +1 -1
  65. package/serializeCookie.cjs.js +1 -1
  66. package/serializeCookie.esm.js +1 -1
  67. package/setCookie.cjs.js +1 -1
  68. package/setCookie.esm.js +1 -1
  69. package/throttle.cjs.js +1 -1
  70. package/throttle.esm.js +1 -1
  71. package/Defer.cjs.d.ts +0 -2
  72. package/Defer.esm.d.ts +0 -2
  73. package/Emitter.cjs.d.ts +0 -2
  74. package/Emitter.esm.d.ts +0 -2
  75. package/accentsSets.cjs.d.ts +0 -2
  76. package/accentsSets.esm.d.ts +0 -2
  77. package/addOrReplaceAtIdx.cjs.d.ts +0 -2
  78. package/addOrReplaceAtIdx.esm.d.ts +0 -2
  79. package/areEqual.cjs.d.ts +0 -2
  80. package/areEqual.esm.d.ts +0 -2
  81. package/arrayFilterFalsy.cjs.d.ts +0 -2
  82. package/arrayFilterFalsy.esm.d.ts +0 -2
  83. package/arrayFindLastIndex.cjs.d.ts +0 -2
  84. package/arrayFindLastIndex.esm.d.ts +0 -2
  85. package/arrayOfAll.cjs.d.ts +0 -2
  86. package/arrayOfAll.esm.d.ts +0 -2
  87. package/arraySum.cjs.d.ts +0 -2
  88. package/arraySum.esm.d.ts +0 -2
  89. package/arrayToLookup.cjs.d.ts +0 -2
  90. package/arrayToLookup.esm.d.ts +0 -2
  91. package/arrayUniqueByProperties.cjs.d.ts +0 -2
  92. package/arrayUniqueByProperties.esm.d.ts +0 -2
  93. package/buildUrlQueryString.cjs.d.ts +0 -2
  94. package/buildUrlQueryString.esm.d.ts +0 -2
  95. package/capitalize.cjs.d.ts +0 -2
  96. package/capitalize.esm.d.ts +0 -2
  97. package/changeCaseCamel.cjs.d.ts +0 -2
  98. package/changeCaseCamel.esm.d.ts +0 -2
  99. package/changeCaseCapital.cjs.d.ts +0 -2
  100. package/changeCaseCapital.esm.d.ts +0 -2
  101. package/changeCaseConstant.cjs.d.ts +0 -2
  102. package/changeCaseConstant.esm.d.ts +0 -2
  103. package/changeCaseDot.cjs.d.ts +0 -2
  104. package/changeCaseDot.esm.d.ts +0 -2
  105. package/changeCaseHelpers.cjs.d.ts +0 -1
  106. package/changeCaseHelpers.esm.d.ts +0 -1
  107. package/changeCaseKebab.cjs.d.ts +0 -2
  108. package/changeCaseKebab.esm.d.ts +0 -2
  109. package/changeCaseNone.cjs.d.ts +0 -2
  110. package/changeCaseNone.esm.d.ts +0 -2
  111. package/changeCasePascal.cjs.d.ts +0 -2
  112. package/changeCasePascal.esm.d.ts +0 -2
  113. package/changeCasePascalSnake.cjs.d.ts +0 -2
  114. package/changeCasePascalSnake.esm.d.ts +0 -2
  115. package/changeCasePath.cjs.d.ts +0 -2
  116. package/changeCasePath.esm.d.ts +0 -2
  117. package/changeCaseSentence.cjs.d.ts +0 -2
  118. package/changeCaseSentence.esm.d.ts +0 -2
  119. package/changeCaseSnake.cjs.d.ts +0 -2
  120. package/changeCaseSnake.esm.d.ts +0 -2
  121. package/changeCaseTrain.cjs.d.ts +0 -2
  122. package/changeCaseTrain.esm.d.ts +0 -2
  123. package/chunkByChunks.cjs.d.ts +0 -2
  124. package/chunkByChunks.esm.d.ts +0 -2
  125. package/chunkBySize.cjs.d.ts +0 -2
  126. package/chunkBySize.esm.d.ts +0 -2
  127. package/clamp.cjs.d.ts +0 -2
  128. package/clamp.esm.d.ts +0 -2
  129. package/clsx.cjs.d.ts +0 -2
  130. package/clsx.esm.d.ts +0 -2
  131. package/convertRange.cjs.d.ts +0 -2
  132. package/convertRange.esm.d.ts +0 -2
  133. package/cookie.cjs.d.ts +0 -1
  134. package/cookie.esm.d.ts +0 -1
  135. package/createPalette.cjs.d.ts +0 -2
  136. package/createPalette.esm.d.ts +0 -2
  137. package/debounce.cjs.d.ts +0 -2
  138. package/debounce.esm.d.ts +0 -2
  139. package/debouncePromise.cjs.d.ts +0 -2
  140. package/debouncePromise.esm.d.ts +0 -2
  141. package/debounceRaf.cjs.d.ts +0 -2
  142. package/debounceRaf.esm.d.ts +0 -2
  143. package/decode.cjs.d.ts +0 -2
  144. package/decode.esm.d.ts +0 -2
  145. package/encode.cjs.d.ts +0 -2
  146. package/encode.esm.d.ts +0 -2
  147. package/ensureInt.cjs.d.ts +0 -2
  148. package/ensureInt.esm.d.ts +0 -2
  149. package/errorToString.cjs.d.ts +0 -2
  150. package/errorToString.esm.d.ts +0 -2
  151. package/escapeRegExp.cjs.d.ts +0 -2
  152. package/escapeRegExp.esm.d.ts +0 -2
  153. package/findDuplicatedIndexes.cjs.d.ts +0 -2
  154. package/findDuplicatedIndexes.esm.d.ts +0 -2
  155. package/forin.cjs.d.ts +0 -2
  156. package/forin.esm.d.ts +0 -2
  157. package/gbToBytes.cjs.d.ts +0 -2
  158. package/gbToBytes.esm.d.ts +0 -2
  159. package/getEmptyArray.cjs.d.ts +0 -2
  160. package/getEmptyArray.esm.d.ts +0 -2
  161. package/getKeys.cjs.d.ts +0 -2
  162. package/getKeys.esm.d.ts +0 -2
  163. package/getMediaQueryWidthResolvers.cjs.d.ts +0 -2
  164. package/getMediaQueryWidthResolvers.esm.d.ts +0 -2
  165. package/getMediaQueryWidthTailwindScreens.cjs.d.ts +0 -2
  166. package/getMediaQueryWidthTailwindScreens.esm.d.ts +0 -2
  167. package/getNonce.cjs.d.ts +0 -2
  168. package/getNonce.esm.d.ts +0 -2
  169. package/getParamAmong.cjs.d.ts +0 -2
  170. package/getParamAmong.esm.d.ts +0 -2
  171. package/getParamAsInt.cjs.d.ts +0 -2
  172. package/getParamAsInt.esm.d.ts +0 -2
  173. package/getParamAsString.cjs.d.ts +0 -2
  174. package/getParamAsString.esm.d.ts +0 -2
  175. package/getType.cjs.d.ts +0 -2
  176. package/getType.esm.d.ts +0 -2
  177. package/getUrlHashParams.cjs.d.ts +0 -2
  178. package/getUrlHashParams.esm.d.ts +0 -2
  179. package/getUrlHashPathname.cjs.d.ts +0 -2
  180. package/getUrlHashPathname.esm.d.ts +0 -2
  181. package/getUrlPathnameParts.cjs.d.ts +0 -2
  182. package/getUrlPathnameParts.esm.d.ts +0 -2
  183. package/getUrlQueryParams.cjs.d.ts +0 -2
  184. package/getUrlQueryParams.esm.d.ts +0 -2
  185. package/hashAny.cjs.d.ts +0 -2
  186. package/hashAny.esm.d.ts +0 -2
  187. package/imgEmptyPixel.cjs.d.ts +0 -2
  188. package/imgEmptyPixel.esm.d.ts +0 -2
  189. package/index.cjs.d.ts +0 -1
  190. package/index.esm.d.ts +0 -1
  191. package/invariant.cjs.d.ts +0 -2
  192. package/invariant.esm.d.ts +0 -2
  193. package/isAbsoluteUrl.cjs.d.ts +0 -2
  194. package/isAbsoluteUrl.esm.d.ts +0 -2
  195. package/isAnyObject.cjs.d.ts +0 -2
  196. package/isAnyObject.esm.d.ts +0 -2
  197. package/isArray.cjs.d.ts +0 -2
  198. package/isArray.esm.d.ts +0 -2
  199. package/isBlob.cjs.d.ts +0 -2
  200. package/isBlob.esm.d.ts +0 -2
  201. package/isBoolean.cjs.d.ts +0 -2
  202. package/isBoolean.esm.d.ts +0 -2
  203. package/isBrowser.cjs.d.ts +0 -2
  204. package/isBrowser.esm.d.ts +0 -2
  205. package/isBrowserNow.cjs.d.ts +0 -2
  206. package/isBrowserNow.esm.d.ts +0 -2
  207. package/isDate.cjs.d.ts +0 -2
  208. package/isDate.esm.d.ts +0 -2
  209. package/isEmptyArray.cjs.d.ts +0 -2
  210. package/isEmptyArray.esm.d.ts +0 -2
  211. package/isEmptyObject.cjs.d.ts +0 -2
  212. package/isEmptyObject.esm.d.ts +0 -2
  213. package/isEmptyString.cjs.d.ts +0 -2
  214. package/isEmptyString.esm.d.ts +0 -2
  215. package/isError.cjs.d.ts +0 -2
  216. package/isError.esm.d.ts +0 -2
  217. package/isExternalUrl.cjs.d.ts +0 -2
  218. package/isExternalUrl.esm.d.ts +0 -2
  219. package/isFile.cjs.d.ts +0 -2
  220. package/isFile.esm.d.ts +0 -2
  221. package/isFloat.cjs.d.ts +0 -2
  222. package/isFloat.esm.d.ts +0 -2
  223. package/isFormData.cjs.d.ts +0 -2
  224. package/isFormData.esm.d.ts +0 -2
  225. package/isFullArray.cjs.d.ts +0 -2
  226. package/isFullArray.esm.d.ts +0 -2
  227. package/isFullObject.cjs.d.ts +0 -2
  228. package/isFullObject.esm.d.ts +0 -2
  229. package/isFullString.cjs.d.ts +0 -2
  230. package/isFullString.esm.d.ts +0 -2
  231. package/isFunction.cjs.d.ts +0 -2
  232. package/isFunction.esm.d.ts +0 -2
  233. package/isInt.cjs.d.ts +0 -2
  234. package/isInt.esm.d.ts +0 -2
  235. package/isMap.cjs.d.ts +0 -2
  236. package/isMap.esm.d.ts +0 -2
  237. package/isNaNValue.cjs.d.ts +0 -2
  238. package/isNaNValue.esm.d.ts +0 -2
  239. package/isNegativeNumber.cjs.d.ts +0 -2
  240. package/isNegativeNumber.esm.d.ts +0 -2
  241. package/isNull.cjs.d.ts +0 -2
  242. package/isNull.esm.d.ts +0 -2
  243. package/isNullOrUndefined.cjs.d.ts +0 -2
  244. package/isNullOrUndefined.esm.d.ts +0 -2
  245. package/isNumber.cjs.d.ts +0 -2
  246. package/isNumber.esm.d.ts +0 -2
  247. package/isNumericLiteral.cjs.d.ts +0 -2
  248. package/isNumericLiteral.esm.d.ts +0 -2
  249. package/isObject.cjs.d.ts +0 -2
  250. package/isObject.esm.d.ts +0 -2
  251. package/isObjectLike.cjs.d.ts +0 -2
  252. package/isObjectLike.esm.d.ts +0 -2
  253. package/isObjectStringKeyed.cjs.d.ts +0 -2
  254. package/isObjectStringKeyed.esm.d.ts +0 -2
  255. package/isOneOf.cjs.d.ts +0 -2
  256. package/isOneOf.esm.d.ts +0 -2
  257. package/isPlainObject.cjs.d.ts +0 -2
  258. package/isPlainObject.esm.d.ts +0 -2
  259. package/isPositiveNumber.cjs.d.ts +0 -2
  260. package/isPositiveNumber.esm.d.ts +0 -2
  261. package/isPrimitive.cjs.d.ts +0 -2
  262. package/isPrimitive.esm.d.ts +0 -2
  263. package/isPromise.cjs.d.ts +0 -2
  264. package/isPromise.esm.d.ts +0 -2
  265. package/isRegExp.cjs.d.ts +0 -2
  266. package/isRegExp.esm.d.ts +0 -2
  267. package/isServer.cjs.d.ts +0 -2
  268. package/isServer.esm.d.ts +0 -2
  269. package/isServerNow.cjs.d.ts +0 -2
  270. package/isServerNow.esm.d.ts +0 -2
  271. package/isSet.cjs.d.ts +0 -2
  272. package/isSet.esm.d.ts +0 -2
  273. package/isString.cjs.d.ts +0 -2
  274. package/isString.esm.d.ts +0 -2
  275. package/isSymbol.cjs.d.ts +0 -2
  276. package/isSymbol.esm.d.ts +0 -2
  277. package/isType.cjs.d.ts +0 -2
  278. package/isType.esm.d.ts +0 -2
  279. package/isUndefined.cjs.d.ts +0 -2
  280. package/isUndefined.esm.d.ts +0 -2
  281. package/isWeakMap.cjs.d.ts +0 -2
  282. package/isWeakMap.esm.d.ts +0 -2
  283. package/isWeakSet.cjs.d.ts +0 -2
  284. package/isWeakSet.esm.d.ts +0 -2
  285. package/kbToBytes.cjs.d.ts +0 -2
  286. package/kbToBytes.esm.d.ts +0 -2
  287. package/location.cjs.d.ts +0 -1
  288. package/location.esm.d.ts +0 -1
  289. package/lowercase.cjs.d.ts +0 -2
  290. package/lowercase.esm.d.ts +0 -2
  291. package/mapListBy.cjs.d.ts +0 -2
  292. package/mapListBy.esm.d.ts +0 -2
  293. package/matchSorter.cjs.d.ts +0 -2
  294. package/matchSorter.esm.d.ts +0 -2
  295. package/mbToBytes.cjs.d.ts +0 -2
  296. package/mbToBytes.esm.d.ts +0 -2
  297. package/mergeObjects.cjs.d.ts +0 -2
  298. package/mergeObjects.cjs.default.js +0 -1
  299. package/mergeObjects.cjs.js +0 -11
  300. package/mergeObjects.cjs.mjs +0 -2
  301. package/mergeObjects.d.ts +0 -8
  302. package/mergeObjects.esm.d.ts +0 -2
  303. package/mergeObjects.esm.js +0 -6
  304. package/mergeUrlQueryParams.cjs.d.ts +0 -2
  305. package/mergeUrlQueryParams.esm.d.ts +0 -2
  306. package/moveSortableArrayItemByKey.cjs.d.ts +0 -2
  307. package/moveSortableArrayItemByKey.esm.d.ts +0 -2
  308. package/noop.cjs.d.ts +0 -2
  309. package/noop.esm.d.ts +0 -2
  310. package/normaliseUrl.cjs.d.ts +0 -2
  311. package/normaliseUrl.esm.d.ts +0 -2
  312. package/normaliseUrlPathname.cjs.d.ts +0 -2
  313. package/normaliseUrlPathname.esm.d.ts +0 -2
  314. package/objectFlat.cjs.d.ts +0 -2
  315. package/objectFlat.esm.d.ts +0 -2
  316. package/objectFlip.cjs.d.ts +0 -2
  317. package/objectFlip.esm.d.ts +0 -2
  318. package/objectKeysMap.cjs.d.ts +0 -2
  319. package/objectKeysMap.esm.d.ts +0 -2
  320. package/objectMergeWithDefaults.cjs.d.ts +0 -2
  321. package/objectMergeWithDefaults.esm.d.ts +0 -2
  322. package/objectOmit.cjs.d.ts +0 -2
  323. package/objectOmit.esm.d.ts +0 -2
  324. package/objectPick.cjs.d.ts +0 -2
  325. package/objectPick.esm.d.ts +0 -2
  326. package/objectSort.cjs.d.ts +0 -2
  327. package/objectSort.esm.d.ts +0 -2
  328. package/objectSortByKeysMatching.cjs.d.ts +0 -2
  329. package/objectSortByKeysMatching.esm.d.ts +0 -2
  330. package/objectSwap.cjs.d.ts +0 -2
  331. package/objectSwap.esm.d.ts +0 -2
  332. package/objectToArray.cjs.d.ts +0 -2
  333. package/objectToArray.esm.d.ts +0 -2
  334. package/parseCookie.cjs.d.ts +0 -2
  335. package/parseCookie.esm.d.ts +0 -2
  336. package/parseURL.cjs.d.ts +0 -2
  337. package/parseURL.esm.d.ts +0 -2
  338. package/quaranteneProps.cjs.d.ts +0 -2
  339. package/quaranteneProps.esm.d.ts +0 -2
  340. package/randomInt.cjs.d.ts +0 -2
  341. package/randomInt.esm.d.ts +0 -2
  342. package/randomKey.cjs.d.ts +0 -2
  343. package/randomKey.esm.d.ts +0 -2
  344. package/readCookie.cjs.d.ts +0 -2
  345. package/readCookie.esm.d.ts +0 -2
  346. package/removeAccents.cjs.d.ts +0 -2
  347. package/removeAccents.esm.d.ts +0 -2
  348. package/removeCookie.cjs.d.ts +0 -2
  349. package/removeCookie.esm.d.ts +0 -2
  350. package/removeDuplicates.cjs.d.ts +0 -2
  351. package/removeDuplicates.esm.d.ts +0 -2
  352. package/removeDuplicatesByKey.cjs.d.ts +0 -2
  353. package/removeDuplicatesByKey.esm.d.ts +0 -2
  354. package/removeDuplicatesComparing.cjs.d.ts +0 -2
  355. package/removeDuplicatesComparing.esm.d.ts +0 -2
  356. package/removeIndexesFromArray.cjs.d.ts +0 -2
  357. package/removeIndexesFromArray.esm.d.ts +0 -2
  358. package/removeTrailingSlash.cjs.d.ts +0 -2
  359. package/removeTrailingSlash.esm.d.ts +0 -2
  360. package/removeUrlQueryParams.cjs.d.ts +0 -2
  361. package/removeUrlQueryParams.esm.d.ts +0 -2
  362. package/render.cjs.d.ts +0 -2
  363. package/render.esm.d.ts +0 -2
  364. package/round.cjs.d.ts +0 -2
  365. package/round.esm.d.ts +0 -2
  366. package/roundTo.cjs.d.ts +0 -2
  367. package/roundTo.esm.d.ts +0 -2
  368. package/serializeCookie.cjs.d.ts +0 -2
  369. package/serializeCookie.esm.d.ts +0 -2
  370. package/setCookie.cjs.d.ts +0 -2
  371. package/setCookie.esm.d.ts +0 -2
  372. package/shuffle.cjs.d.ts +0 -2
  373. package/shuffle.esm.d.ts +0 -2
  374. package/slugify.cjs.d.ts +0 -2
  375. package/slugify.esm.d.ts +0 -2
  376. package/split.cjs.d.ts +0 -2
  377. package/split.esm.d.ts +0 -2
  378. package/splitReverse.cjs.d.ts +0 -2
  379. package/splitReverse.esm.d.ts +0 -2
  380. package/throttle.cjs.d.ts +0 -2
  381. package/throttle.esm.d.ts +0 -2
  382. package/titleCase.cjs.d.ts +0 -2
  383. package/titleCase.esm.d.ts +0 -2
  384. package/toNumber.cjs.d.ts +0 -2
  385. package/toNumber.esm.d.ts +0 -2
  386. package/toRgba.cjs.d.ts +0 -2
  387. package/toRgba.esm.d.ts +0 -2
  388. package/transformToUrlPathname.cjs.d.ts +0 -2
  389. package/transformToUrlPathname.esm.d.ts +0 -2
  390. package/truncate.cjs.d.ts +0 -2
  391. package/truncate.esm.d.ts +0 -2
  392. package/tryUntil.cjs.d.ts +0 -2
  393. package/tryUntil.esm.d.ts +0 -2
  394. package/types.cjs.d.ts +0 -1
  395. package/types.esm.d.ts +0 -1
  396. package/uid.cjs.d.ts +0 -2
  397. package/uid.esm.d.ts +0 -2
  398. package/updateLinkParams.cjs.d.ts +0 -2
  399. package/updateLinkParams.esm.d.ts +0 -2
  400. package/updateUrlQueryParams.cjs.d.ts +0 -2
  401. package/updateUrlQueryParams.esm.d.ts +0 -2
  402. package/uppercase.cjs.d.ts +0 -2
  403. package/uppercase.esm.d.ts +0 -2
  404. package/urlSearchParamsSerializer.cjs.d.ts +0 -2
  405. package/urlSearchParamsSerializer.esm.d.ts +0 -2
  406. package/uuid.cjs.d.ts +0 -2
  407. package/uuid.esm.d.ts +0 -2
  408. package/uuidNumeric.cjs.d.ts +0 -2
  409. package/uuidNumeric.esm.d.ts +0 -2
  410. package/wait.cjs.d.ts +0 -2
  411. package/wait.esm.d.ts +0 -2
  412. package/without.cjs.d.ts +0 -1
  413. package/without.esm.d.ts +0 -1
@@ -1,2 +0,0 @@
1
- export * from "./mergeObjects";
2
- export { default } from "./mergeObjects";
@@ -1,6 +0,0 @@
1
- import { isObject } from './isObject.esm.js';
2
- import { isUndefined } from './isUndefined.esm.js';
3
-
4
- let mergeObjects=(r,...i)=>{if(!i.length)return r;let m=i.shift();return void 0===m?r:(isObject(r)&&isObject(m)&&Object.keys(m).forEach(i=>{isObject(m[i])?(r[i]||(r[i]={}),mergeObjects(r[i],m[i])):isUndefined(m[i])||(r[i]=m[i]);}),mergeObjects(r,...i))};
5
-
6
- export { mergeObjects as default, mergeObjects };
@@ -1,2 +0,0 @@
1
- export * from "./mergeUrlQueryParams";
2
- export { default } from "./mergeUrlQueryParams";
@@ -1,2 +0,0 @@
1
- export * from "./mergeUrlQueryParams";
2
- export { default } from "./mergeUrlQueryParams";
@@ -1,2 +0,0 @@
1
- export * from "./moveSortableArrayItemByKey";
2
- export { default } from "./moveSortableArrayItemByKey";
@@ -1,2 +0,0 @@
1
- export * from "./moveSortableArrayItemByKey";
2
- export { default } from "./moveSortableArrayItemByKey";
package/noop.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./noop";
2
- export { default } from "./noop";
package/noop.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./noop";
2
- export { default } from "./noop";
@@ -1,2 +0,0 @@
1
- export * from "./normaliseUrl";
2
- export { default } from "./normaliseUrl";
@@ -1,2 +0,0 @@
1
- export * from "./normaliseUrl";
2
- export { default } from "./normaliseUrl";
@@ -1,2 +0,0 @@
1
- export * from "./normaliseUrlPathname";
2
- export { default } from "./normaliseUrlPathname";
@@ -1,2 +0,0 @@
1
- export * from "./normaliseUrlPathname";
2
- export { default } from "./normaliseUrlPathname";
@@ -1,2 +0,0 @@
1
- export * from "./objectFlat";
2
- export { default } from "./objectFlat";
@@ -1,2 +0,0 @@
1
- export * from "./objectFlat";
2
- export { default } from "./objectFlat";
@@ -1,2 +0,0 @@
1
- export * from "./objectFlip";
2
- export { default } from "./objectFlip";
@@ -1,2 +0,0 @@
1
- export * from "./objectFlip";
2
- export { default } from "./objectFlip";
@@ -1,2 +0,0 @@
1
- export * from "./objectKeysMap";
2
- export { default } from "./objectKeysMap";
@@ -1,2 +0,0 @@
1
- export * from "./objectKeysMap";
2
- export { default } from "./objectKeysMap";
@@ -1,2 +0,0 @@
1
- export * from "./objectMergeWithDefaults";
2
- export { default } from "./objectMergeWithDefaults";
@@ -1,2 +0,0 @@
1
- export * from "./objectMergeWithDefaults";
2
- export { default } from "./objectMergeWithDefaults";
@@ -1,2 +0,0 @@
1
- export * from "./objectOmit";
2
- export { default } from "./objectOmit";
@@ -1,2 +0,0 @@
1
- export * from "./objectOmit";
2
- export { default } from "./objectOmit";
@@ -1,2 +0,0 @@
1
- export * from "./objectPick";
2
- export { default } from "./objectPick";
@@ -1,2 +0,0 @@
1
- export * from "./objectPick";
2
- export { default } from "./objectPick";
@@ -1,2 +0,0 @@
1
- export * from "./objectSort";
2
- export { default } from "./objectSort";
@@ -1,2 +0,0 @@
1
- export * from "./objectSort";
2
- export { default } from "./objectSort";
@@ -1,2 +0,0 @@
1
- export * from "./objectSortByKeysMatching";
2
- export { default } from "./objectSortByKeysMatching";
@@ -1,2 +0,0 @@
1
- export * from "./objectSortByKeysMatching";
2
- export { default } from "./objectSortByKeysMatching";
@@ -1,2 +0,0 @@
1
- export * from "./objectSwap";
2
- export { default } from "./objectSwap";
@@ -1,2 +0,0 @@
1
- export * from "./objectSwap";
2
- export { default } from "./objectSwap";
@@ -1,2 +0,0 @@
1
- export * from "./objectToArray";
2
- export { default } from "./objectToArray";
@@ -1,2 +0,0 @@
1
- export * from "./objectToArray";
2
- export { default } from "./objectToArray";
@@ -1,2 +0,0 @@
1
- export * from "./parseCookie";
2
- export { default } from "./parseCookie";
@@ -1,2 +0,0 @@
1
- export * from "./parseCookie";
2
- export { default } from "./parseCookie";
package/parseURL.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./parseURL";
2
- export { default } from "./parseURL";
package/parseURL.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./parseURL";
2
- export { default } from "./parseURL";
@@ -1,2 +0,0 @@
1
- export * from "./quaranteneProps";
2
- export { default } from "./quaranteneProps";
@@ -1,2 +0,0 @@
1
- export * from "./quaranteneProps";
2
- export { default } from "./quaranteneProps";
@@ -1,2 +0,0 @@
1
- export * from "./randomInt";
2
- export { default } from "./randomInt";
@@ -1,2 +0,0 @@
1
- export * from "./randomInt";
2
- export { default } from "./randomInt";
@@ -1,2 +0,0 @@
1
- export * from "./randomKey";
2
- export { default } from "./randomKey";
@@ -1,2 +0,0 @@
1
- export * from "./randomKey";
2
- export { default } from "./randomKey";
@@ -1,2 +0,0 @@
1
- export * from "./readCookie";
2
- export { default } from "./readCookie";
@@ -1,2 +0,0 @@
1
- export * from "./readCookie";
2
- export { default } from "./readCookie";
@@ -1,2 +0,0 @@
1
- export * from "./removeAccents";
2
- export { default } from "./removeAccents";
@@ -1,2 +0,0 @@
1
- export * from "./removeAccents";
2
- export { default } from "./removeAccents";
@@ -1,2 +0,0 @@
1
- export * from "./removeCookie";
2
- export { default } from "./removeCookie";
@@ -1,2 +0,0 @@
1
- export * from "./removeCookie";
2
- export { default } from "./removeCookie";
@@ -1,2 +0,0 @@
1
- export * from "./removeDuplicates";
2
- export { default } from "./removeDuplicates";
@@ -1,2 +0,0 @@
1
- export * from "./removeDuplicates";
2
- export { default } from "./removeDuplicates";
@@ -1,2 +0,0 @@
1
- export * from "./removeDuplicatesByKey";
2
- export { default } from "./removeDuplicatesByKey";
@@ -1,2 +0,0 @@
1
- export * from "./removeDuplicatesByKey";
2
- export { default } from "./removeDuplicatesByKey";
@@ -1,2 +0,0 @@
1
- export * from "./removeDuplicatesComparing";
2
- export { default } from "./removeDuplicatesComparing";
@@ -1,2 +0,0 @@
1
- export * from "./removeDuplicatesComparing";
2
- export { default } from "./removeDuplicatesComparing";
@@ -1,2 +0,0 @@
1
- export * from "./removeIndexesFromArray";
2
- export { default } from "./removeIndexesFromArray";
@@ -1,2 +0,0 @@
1
- export * from "./removeIndexesFromArray";
2
- export { default } from "./removeIndexesFromArray";
@@ -1,2 +0,0 @@
1
- export * from "./removeTrailingSlash";
2
- export { default } from "./removeTrailingSlash";
@@ -1,2 +0,0 @@
1
- export * from "./removeTrailingSlash";
2
- export { default } from "./removeTrailingSlash";
@@ -1,2 +0,0 @@
1
- export * from "./removeUrlQueryParams";
2
- export { default } from "./removeUrlQueryParams";
@@ -1,2 +0,0 @@
1
- export * from "./removeUrlQueryParams";
2
- export { default } from "./removeUrlQueryParams";
package/render.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./render";
2
- export { default } from "./render";
package/render.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./render";
2
- export { default } from "./render";
package/round.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./round";
2
- export { default } from "./round";
package/round.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./round";
2
- export { default } from "./round";
package/roundTo.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./roundTo";
2
- export { default } from "./roundTo";
package/roundTo.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./roundTo";
2
- export { default } from "./roundTo";
@@ -1,2 +0,0 @@
1
- export * from "./serializeCookie";
2
- export { default } from "./serializeCookie";
@@ -1,2 +0,0 @@
1
- export * from "./serializeCookie";
2
- export { default } from "./serializeCookie";
@@ -1,2 +0,0 @@
1
- export * from "./setCookie";
2
- export { default } from "./setCookie";
@@ -1,2 +0,0 @@
1
- export * from "./setCookie";
2
- export { default } from "./setCookie";
package/shuffle.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./shuffle";
2
- export { default } from "./shuffle";
package/shuffle.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./shuffle";
2
- export { default } from "./shuffle";
package/slugify.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./slugify";
2
- export { default } from "./slugify";
package/slugify.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./slugify";
2
- export { default } from "./slugify";
package/split.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./split";
2
- export { default } from "./split";
package/split.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./split";
2
- export { default } from "./split";
@@ -1,2 +0,0 @@
1
- export * from "./splitReverse";
2
- export { default } from "./splitReverse";
@@ -1,2 +0,0 @@
1
- export * from "./splitReverse";
2
- export { default } from "./splitReverse";
package/throttle.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./throttle";
2
- export { default } from "./throttle";
package/throttle.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./throttle";
2
- export { default } from "./throttle";
@@ -1,2 +0,0 @@
1
- export * from "./titleCase";
2
- export { default } from "./titleCase";
@@ -1,2 +0,0 @@
1
- export * from "./titleCase";
2
- export { default } from "./titleCase";
package/toNumber.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./toNumber";
2
- export { default } from "./toNumber";
package/toNumber.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./toNumber";
2
- export { default } from "./toNumber";
package/toRgba.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./toRgba";
2
- export { default } from "./toRgba";
package/toRgba.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./toRgba";
2
- export { default } from "./toRgba";
@@ -1,2 +0,0 @@
1
- export * from "./transformToUrlPathname";
2
- export { default } from "./transformToUrlPathname";
@@ -1,2 +0,0 @@
1
- export * from "./transformToUrlPathname";
2
- export { default } from "./transformToUrlPathname";
package/truncate.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./truncate";
2
- export { default } from "./truncate";
package/truncate.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./truncate";
2
- export { default } from "./truncate";
package/tryUntil.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./tryUntil";
2
- export { default } from "./tryUntil";
package/tryUntil.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./tryUntil";
2
- export { default } from "./tryUntil";
package/types.cjs.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./types";
package/types.esm.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./types";
package/uid.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./uid";
2
- export { default } from "./uid";
package/uid.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./uid";
2
- export { default } from "./uid";
@@ -1,2 +0,0 @@
1
- export * from "./updateLinkParams";
2
- export { default } from "./updateLinkParams";
@@ -1,2 +0,0 @@
1
- export * from "./updateLinkParams";
2
- export { default } from "./updateLinkParams";
@@ -1,2 +0,0 @@
1
- export * from "./updateUrlQueryParams";
2
- export { default } from "./updateUrlQueryParams";
@@ -1,2 +0,0 @@
1
- export * from "./updateUrlQueryParams";
2
- export { default } from "./updateUrlQueryParams";
@@ -1,2 +0,0 @@
1
- export * from "./uppercase";
2
- export { default } from "./uppercase";
@@ -1,2 +0,0 @@
1
- export * from "./uppercase";
2
- export { default } from "./uppercase";
@@ -1,2 +0,0 @@
1
- export * from "./urlSearchParamsSerializer";
2
- export { default } from "./urlSearchParamsSerializer";
@@ -1,2 +0,0 @@
1
- export * from "./urlSearchParamsSerializer";
2
- export { default } from "./urlSearchParamsSerializer";
package/uuid.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./uuid";
2
- export { default } from "./uuid";
package/uuid.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./uuid";
2
- export { default } from "./uuid";
@@ -1,2 +0,0 @@
1
- export * from "./uuidNumeric";
2
- export { default } from "./uuidNumeric";
@@ -1,2 +0,0 @@
1
- export * from "./uuidNumeric";
2
- export { default } from "./uuidNumeric";
package/wait.cjs.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./wait";
2
- export { default } from "./wait";
package/wait.esm.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./wait";
2
- export { default } from "./wait";
package/without.cjs.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./without";
package/without.esm.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./without";