UNPKG

@telstra/core

Version:
11 lines (10 loc) 271 B
import { IStorage } from '../interfaces/index.js'; declare class Storage { private static _instance; private readonly _storage; private constructor(); static getInstance(): Storage; get(): IStorage; } export declare const storage: Storage; export {};