UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

8 lines 253 B
/** * Reference callback function which is called when circular references can be resolved for * a certain object. * * @type {ReferenceCallback} */ export declare type ReferenceCallback = () => void; //# sourceMappingURL=reference-callback.d.ts.map