UNPKG

kitejs

Version:

the rpc framework Kite for Node.js

8 lines (7 loc) 106 B
/** * @author xiangshouding * @file types/lang.ts */ export interface Map<T> { [key: string]: T; }