UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

3 lines 218 B
export declare function getOrDefault<K, V>(map: Map<K, V>, key: K, defaultValue: V): V; export declare function getOrDefault<K, V>(map: Map<K, V>, key: K, getDefaultValue: () => V): V; //# sourceMappingURL=map.d.ts.map