UNPKG

react-localstorage-hooks

Version:

A collection of React hooks for reactively managing localStorage

3 lines (2 loc) 121 B
export declare const deserialize: <T>(data: string | null) => T; export declare const serialize: <T>(data: T) => string;