UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

7 lines 174 B
/** * Type to declare an optional value. * * @type {Optional<TValue>} */ export declare type Optional<TValue> = TValue | undefined; //# sourceMappingURL=optional.d.ts.map