UNPKG

@thi.ng/api

Version:
7 lines 158 B
/** * Generic plain object with all key values of given type. */ export interface IObjectOf<T> { [id: string]: T; } //# sourceMappingURL=object.d.ts.map