UNPKG

xbccs

Version:

customer service

6 lines (5 loc) 143 B
export default class Storage { static set(key: any, value: any): void; static get(key: any): any; static remove(key: any): void; }