UNPKG

@stackoverfloweth/vue-compositions

Version:

A collection of reusable vue compositions.

3 lines (2 loc) 157 B
import { watch } from 'vue'; export declare function uniqueValueWatcher(...[source, callback, options]: Parameters<typeof watch>): ReturnType<typeof watch>;