UNPKG

@antbat/base-client-js

Version:

Base JS library for BASE-platform

5 lines (4 loc) 110 B
export interface Storage { setItem(key: string, value: string): void; getItem(key: string): string; }