UNPKG

@nesvet/n

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