UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

10 lines (7 loc) 196 B
import type { Thunk } from "./Thunk"; /** * @since 0.0.1 * @category Utility */ // eslint-disable-next-line @typescript-eslint/no-explicit-any export type MaybeThunk<T = any> = T | Thunk<T>;