UNPKG

@tsed/json-mapper

Version:
8 lines (7 loc) 249 B
import type { Hooks } from "@tsed/hooks"; /** * Trigger the `afterDeserialize` lifecycle in order to finalize instances after mapping. */ export declare function alterAfterDeserialize(data: any, schema: { $hooks: Hooks; }, options: any): any;