Files
ruoyi-plus-soybean/src/utils/index.ts
2021-09-15 07:35:38 +08:00

30 lines
447 B
TypeScript

export {
setToken,
getToken,
removeToken,
getUserInfo,
getLoginModuleRegExp,
getLoginRedirectUrl,
toLoginRedirectUrl,
toHomeByLocation
} from './auth';
export {
isNumber,
isString,
isBoolean,
isNull,
isUndefined,
isObject,
isArray,
isDate,
isRegExp,
isSet,
isMap,
brightenColor,
darkenColor,
dynamicIconRender
} from './common';
export { setLocal, getLocal, setSession, getSession } from './storage';