????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/typeorm/util/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.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;
}