mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
8
node_modules/rxjs/util/FastMap.d.ts
generated
vendored
Normal file
8
node_modules/rxjs/util/FastMap.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
export declare class FastMap {
|
||||
private values;
|
||||
delete(key: string): boolean;
|
||||
set(key: string, value: any): FastMap;
|
||||
get(key: string): any;
|
||||
forEach(cb: (value: any, key: any) => void, thisArg?: any): void;
|
||||
clear(): void;
|
||||
}
|
Reference in New Issue
Block a user