UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

2 lines (1 loc) 119 B
export declare function getValue<K, V>(map?: Map<K, V> | ReadonlyMap<K, V>, key?: K, defaultValue?: V): V | undefined;