UNPKG

protoobject

Version:

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

7 lines (6 loc) 94 B
/** * An universal object */ export interface UnknownObject { [key: string]: unknown; }