UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

9 lines (5 loc) 272 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const isFunction = (value) => typeof value === "function"; const runIfFn = (valueOrFn, ...args) => isFunction(valueOrFn) ? valueOrFn(...args) : valueOrFn; exports.runIfFn = runIfFn;