@vueuse/shared 13.2.0 → 13.3.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 (2) hide show
  1. package/index.d.mts +1 -0
  2. package/package.json +1 -1
package/index.d.mts CHANGED
@@ -1105,6 +1105,7 @@ type UseIntervalFnReturn = Pausable;
1105
1105
  /**
1106
1106
  * Wrapper for `setInterval` with controls
1107
1107
  *
1108
+ * @see https://vueuse.org/useIntervalFn
1108
1109
  * @param cb
1109
1110
  * @param interval
1110
1111
  * @param options
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/shared",
3
3
  "type": "module",
4
- "version": "13.2.0",
4
+ "version": "13.3.0",
5
5
  "author": "Anthony Fu <https://github.com/antfu>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/antfu",