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

17 lines
254 B
TypeScript
Raw Normal View History

2021-09-11 02:34:36 +08:00
export { getToken, getUserInfo, getLoginModuleRegExp } from './auth';
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
} from './common';