UNPKG

tass-ui

Version:

A high quality UI Toolkit built on Vue.js3+.

7 lines (6 loc) 255 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const isString = (val) => typeof val === "string"; const isFunction = (val) => typeof val === "function"; exports.isFunction = isFunction; exports.isString = isString;