@vueuse/shared
Advanced tools
Comparing version 4.0.0-rc.2 to 4.0.0-rc.3
@@ -7,2 +7,8 @@ 'use strict'; | ||
/** | ||
* Two-way refs synchronization. | ||
* | ||
* @param a | ||
* @param b | ||
*/ | ||
function biSyncRef(a, b) { | ||
@@ -29,3 +35,3 @@ const flush = 'sync'; | ||
/** | ||
* Explicitly define the deps of computed | ||
* Explicitly define the deps of computed. | ||
* | ||
@@ -32,0 +38,0 @@ * @param source |
import { Ref, WatchSource, ComputedRef as ComputedRef$1, WatchOptions, WatchCallback, WatchStopHandle, ShallowUnwrapRef } from 'vue-demi'; | ||
import { ComputedRef, WatchStopHandle as WatchStopHandle$1, Ref as Ref$1 } from 'vue-demi'; | ||
/** | ||
* Two-way refs synchronization. | ||
* | ||
* @param a | ||
* @param b | ||
*/ | ||
declare function biSyncRef<R extends Ref<any>>(a: R, b: R): () => void; | ||
/** | ||
* Explicitly define the deps of computed | ||
* Explicitly define the deps of computed. | ||
* | ||
@@ -9,0 +15,0 @@ * @param source |
import { watch, ref, computed, isRef, getCurrentInstance, onMounted, nextTick, onUnmounted } from 'vue-demi'; | ||
/** | ||
* Two-way refs synchronization. | ||
* | ||
* @param a | ||
* @param b | ||
*/ | ||
function biSyncRef(a, b) { | ||
@@ -24,3 +30,3 @@ const flush = 'sync'; | ||
/** | ||
* Explicitly define the deps of computed | ||
* Explicitly define the deps of computed. | ||
* | ||
@@ -27,0 +33,0 @@ * @param source |
@@ -7,2 +7,8 @@ (function (global, factory) { | ||
/** | ||
* Two-way refs synchronization. | ||
* | ||
* @param a | ||
* @param b | ||
*/ | ||
function biSyncRef(a, b) { | ||
@@ -29,3 +35,3 @@ const flush = 'sync'; | ||
/** | ||
* Explicitly define the deps of computed | ||
* Explicitly define the deps of computed. | ||
* | ||
@@ -32,0 +38,0 @@ * @param source |
{ | ||
"name": "@vueuse/shared", | ||
"version": "4.0.0-rc.2", | ||
"version": "4.0.0-rc.3", | ||
"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
82471
2132