Files
soybean-admin/src/utils/common/index.ts
2021-09-15 07:35:38 +08:00

18 lines
252 B
TypeScript

export {
isNumber,
isString,
isBoolean,
isNull,
isUndefined,
isObject,
isArray,
isDate,
isRegExp,
isSet,
isMap
} from './typeof';
export { brightenColor, darkenColor } from './color';
export { dynamicIconRender } from './icon';