UNPKG

@d3vtool/hooks

Version:

Collection of custom React hooks to simplify tasks in your React projects.

7 lines (6 loc) 210 B
export declare function serialize<T>(data: T): string; export declare function deserialize<T>(data: string): T; export declare class StoreState { static currentSize: number; static sizeLimit: number; }