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

3 lines
111 B
TypeScript

export { setLocal, getLocal, removeLocal } from './local';
export { setSession, getSession } from './session';