UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

11 lines 482 B
import { CustomKey } from './custom-key'; import { CustomValue } from './custom-value'; /** * Custom option which can be defined by developer and attached to a metadata. This * allows to define custom behaviours for type manager plugins. Custom key is a unique * typed key defined in the code. It allows to get back strongly typed values. * * @type {CustomOption} */ export declare type CustomOption = [CustomKey<any>, CustomValue]; //# sourceMappingURL=custom-option.d.ts.map