UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

9 lines (8 loc) 273 B
"use strict"; /* eslint-disable @typescript-eslint/unified-signatures */ Object.defineProperty(exports, "__esModule", { value: true }); exports.unthunk = void 0; function unthunk(thunk) { return thunk instanceof Function ? thunk() : thunk; } exports.unthunk = unthunk;