mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
18 lines
266 B
TypeScript
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';
|