UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

5 lines (4 loc) 218 B
export { get, set, has, pick as objectPick, omit as objectOmit, isBoolean, isObject, isFunction, isString, isNumber, } from 'lodash-unified'; export * from './filter'; export * from './helper'; export * from './util';