UNPKG

nnanh3-msal-browser

Version:

Thư viện đã custom của azure masl có common kèm trong

12 lines 414 B
import { IWindowStorage } from "./IWindowStorage"; export declare class MemoryStorage implements IWindowStorage { private cache; constructor(); getItem(key: string): string | null; setItem(key: string, value: string): void; removeItem(key: string): void; getKeys(): string[]; containsKey(key: string): boolean; clear(): void; } //# sourceMappingURL=MemoryStorage.d.ts.map