soybean-admin/src/utils/common/index.ts

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';