element-plus
Version:
A Component Library for Vue 3
6 lines (5 loc) • 307 B
TypeScript
export { isArray, isFunction, isObject, isString, isDate, isPromise, isSymbol, } from '@vue/shared';
export { isBoolean, isNumber } from '@vueuse/core';
export { isVNode } from 'vue';
export declare const isUndefined: (val: any) => val is undefined;
export declare const isEmpty: (val: unknown) => boolean;