UNPKG

rimmel

Version:

A Stream-Oriented UI library for the Rx.Observable Universe

5 lines 179 B
export declare const LocalStorage: () => { setItem: (key: string, value: string) => void; getItem: (key: string) => string | null; }; //# sourceMappingURL=storage.d.ts.map