2021-09-11 02:34:36 +08:00
|
|
|
export { getToken, getUserInfo, getLoginModuleRegExp } from './auth';
|
2021-08-13 14:22:35 +08:00
|
|
|
export {
|
|
|
|
isNumber,
|
|
|
|
isString,
|
|
|
|
isBoolean,
|
|
|
|
isNull,
|
|
|
|
isUndefined,
|
|
|
|
isObject,
|
|
|
|
isArray,
|
|
|
|
isDate,
|
|
|
|
isRegExp,
|
|
|
|
isSet,
|
2021-08-18 12:02:59 +08:00
|
|
|
isMap,
|
2021-08-27 12:00:09 +08:00
|
|
|
brightenColor,
|
|
|
|
darkenColor
|
2021-08-13 14:22:35 +08:00
|
|
|
} from './common';
|