@koine/utils 2.0.0-beta.137 → 2.0.0-beta.139

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.
@@ -2,6 +2,8 @@
2
2
  * Copy pasted from [chodorowicz/ts-debounce](https://github.com/chodorowicz/ts-debounce/blob/master/src/index.ts)
3
3
  *
4
4
  * @module
5
+ *
6
+ * TODO: check and maybe use [unjs implementation](https://github.com/unjs/perfect-debounc)
5
7
  */
6
8
  /**
7
9
  * @categroy functionn
package/package.json CHANGED
@@ -1012,5 +1012,5 @@
1012
1012
  "module": "./index.esm.js",
1013
1013
  "main": "./index.cjs.js",
1014
1014
  "types": "./index.esm.d.ts",
1015
- "version": "2.0.0-beta.137"
1015
+ "version": "2.0.0-beta.139"
1016
1016
  }