UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

8 lines 253 B
/** * Represents type extension options. Plugins are free to define * any kind of options. * * @type {TypeExtensionOptions} */ export declare type TypeExtensionOptions = Record<PropertyKey, any>; //# sourceMappingURL=type-extension-options.d.ts.map