UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

3 lines (2 loc) 127 B
/** Create a mutable Map that persist for the lifetime of the component. */ export declare function useMap<K, V>(): Map<K, V>;