UNPKG

@tsed/json-mapper

Version:
5 lines (4 loc) 152 B
import type { Hooks } from "@tsed/hooks"; export declare function alterBeforeDeserialize(data: any, schema: { $hooks: Hooks; }, options: any): any;