@test-org122/hypernet-core
Version:
Hypernet Core. Represents the SDK for running the Hypernet Protocol.
8 lines • 370 B
TypeScript
import { ILocalStorageUtils } from "@interfaces/utilities";
export declare class LocalStorageUtils implements ILocalStorageUtils {
getItem(key: string): string | null;
setItem(key: string, value: string): void;
getSessionItem(key: string): string | null;
setSessionItem(key: string, value: string): void;
}
//# sourceMappingURL=LocalStorageUtils.d.ts.map