UNPKG

@buka/class-transformer-extra

Version:

class-transformer-extra contains methods that's aren't included in the class-transform package.

9 lines (8 loc) 272 B
import { TransformOptions } from 'class-transformer'; export interface ToBigIntTransformOptions extends TransformOptions { optional?: boolean; } /** * @returns BigInt Or NaN */ export declare function ToBigInt(options?: ToBigIntTransformOptions): PropertyDecorator;