UNPKG

@tsed/json-mapper

Version:
7 lines (6 loc) 234 B
/** * Trigger the `afterDeserialize` lifecycle in order to finalize instances after mapping. */ export function alterAfterDeserialize(data, schema, options) { return schema?.$hooks?.alter("afterDeserialize", data, [options]); }