UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

10 lines (9 loc) 291 B
export declare class NullStorage implements Storage { [name: string]: any; readonly length: number; clear(): void; getItem(key: string): string | null; key(index: number): string | null; removeItem(key: string): void; setItem(key: string, value: string): void; }