UNPKG

@cimo/jsmvcfw

Version:

Javascript mvc framework. Light, fast and secure.

4 lines (3 loc) 199 B
export declare const writeStorage: <T>(tag: string, value: T) => void; export declare const readStorage: <T>(tag: string) => T | undefined; export declare const deleteStorage: (tag: string) => void;