Files
ruoyi-plus-soybean/src/utils/common/index.ts

18 lines
266 B
TypeScript

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