Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
rxjs
/
util
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/node_modules/rxjs/util/FastMap.d.ts
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; }