UNPKG

tg-commander

Version:

<p align="center"><img src="https://github.com/stone-jin/tg-commander/raw/master/assets/logo.png" alt="tg-commander logo" width="150px" height="150px"></p>

8 lines (7 loc) 211 B
export declare class InjectManager { static _instance: InjectManager; static getInstance(): InjectManager; maps: Map<any, any>; getType(key: any): any; setType(key: any, value: any): void; }