UNPKG

@test-org122/hypernet-core

Version:

Hypernet Core. Represents the SDK for running the Hypernet Protocol.

7 lines (6 loc) 222 B
export interface ILocalStorageUtils { getItem(key: string): string | null; setItem(key: string, value: string): void; getSessionItem(key: string): string | null; setSessionItem(key: string, value: string): void; }