UNPKG

curried-intrinsic

Version:
2 lines (1 loc) 80 B
export declare const get: <K>(key: K) => <V>(map: Map<K, V>) => V | undefined;