UNPKG

@yamamotok/dataobject

Version:

Decorator based JSON serializer and deserializer.

11 lines (10 loc) 256 B
/** * Options given to `createToPlain()`. */ export interface ToPlainOptions { /** * Omit (remove) entries which have `undefined` as its value. * Note: Not-set (undefined) is same as `true`. */ omitUndefined?: boolean; }