@dipscope/type-manager
Version:
Transform JSON strings or plain objects into JS class instances.
9 lines • 321 B
TypeScript
import { Nullable } from './nullable';
/**
* Resolver used to get null value. If null values are not preserved it will
* fallback to the default values if they are enabled.
*
* @type {NullValueResolver}
*/
export declare type NullValueResolver = () => Nullable<any>;
//# sourceMappingURL=null-value-resolver.d.ts.map