UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

11 lines (10 loc) 221 B
import { watchOnce } from "./watchOnce"; /** * @since 0.0.1 * @category Watch */ export async function watchNext(source) { return new Promise(function setup(resolve) { watchOnce(source, resolve); }); }