mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-23 03:56:37 +08:00
18 lines
281 B
TypeScript
18 lines
281 B
TypeScript
export {
|
|
isNumber,
|
|
isString,
|
|
isBoolean,
|
|
isNull,
|
|
isUndefined,
|
|
isObject,
|
|
isArray,
|
|
isDate,
|
|
isRegExp,
|
|
isSet,
|
|
isMap
|
|
} from './typeof';
|
|
|
|
export { brightenColor, shallowColor, darkenColor, addColorAlpha } from './color';
|
|
|
|
export { dynamicIconRender } from './icon';
|