????

Your IP : 3.17.173.228


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/util/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/util/ApplyValueTransformers.d.ts

import { ValueTransformer } from "../decorator/options/ValueTransformer";
export declare class ApplyValueTransformers {
    static transformFrom(transformer: ValueTransformer | ValueTransformer[], databaseValue: any): any;
    static transformTo(transformer: ValueTransformer | ValueTransformer[], entityValue: any): any;
}