UNPKG

jsev

Version:

Environment for building Web API's.

4 lines (3 loc) 66 B
export interface IObject<TValue> { [index: string]: TValue; }