UNPKG

@stackoverfloweth/vue-compositions

Version:

A collection of reusable vue compositions.

5 lines 178 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any export function isFunction(value) { return typeof value === 'function'; } //# sourceMappingURL=functions.js.map