UNPKG

@nesvet/n

Version:
3 lines 232 B
export declare function getAll<K, V>(map: Map<K, V>, keys: K[], onlyExisting?: false): (undefined | V)[]; export declare function getAll<K, V>(map: Map<K, V>, keys: K[], onlyExisting: true): V[]; //# sourceMappingURL=getAll.d.ts.map