UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

7 lines 242 B
/** * Resolver used to get custom value if it is not defined. * * @type {CustomValueResolver<TCustomValue>} */ export declare type CustomValueResolver<TCustomValue> = () => TCustomValue; //# sourceMappingURL=custom-value-resolver.d.ts.map