UNPKG

protoobject

Version:

A universal class for creating any JSON objects and simple manipulations with them.

7 lines (6 loc) 86 B
/** * An universal object */ export interface AnyObject { [key: string]: any; }