UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

8 lines 221 B
/** * Custom value which can be stored inside custom value map. Strong type is * defined by the custom key. * * @type {CustomValue} */ export declare type CustomValue = any; //# sourceMappingURL=custom-value.d.ts.map