UNPKG

@cardscan.ai/insurance-cardscan-react

Version:

A library that makes it easy to add health insurance card scanning to any web application

3 lines (2 loc) 150 B
export declare const getFromLocalStorage: <T>(key: string) => T | null; export declare const setInLocalStorage: <T>(key: string, value: T) => void;