@vueuse/shared
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -24,3 +24,3 @@ import { Ref, WatchSource, ComputedRef as ComputedRef$1, WatchOptions, WatchCallback, WatchStopHandle, ShallowUnwrapRef as ShallowUnwrapRef$1 } from 'vue-demi'; | ||
declare const isBoolean: (val: any) => val is boolean; | ||
declare const isFunction: <T = Function>(val: any) => val is T; | ||
declare const isFunction: <T extends Function>(val: any) => val is T; | ||
declare const isNumber: (val: any) => val is number; | ||
@@ -27,0 +27,0 @@ declare const isString: (val: unknown) => val is string; |
{ | ||
"name": "@vueuse/shared", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87920