UNPKG

@test-org122/hypernet-core

Version:

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

7 lines 278 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; } //# sourceMappingURL=ILocalStorageUtils.d.ts.map