UNPKG

tmaito-utils

Version:

utils 工具包

7 lines (6 loc) 162 B
declare const session: { get: (key: string) => any; set: (key: string, value: any) => void; remove: (key: string) => void; }; export default session;