UNPKG

@slashid/react

Version:

React SDK for the /id platform

10 lines 327 B
export declare class MemoryStorage implements Storage { private data; clear(): void; getItem(key: string): string | null; removeItem(key: string): void; key(index: number): string | null; setItem(key: string, value: string): void; get length(): number; } //# sourceMappingURL=memory-storage.d.ts.map