UNPKG

@tsed/json-mapper

Version:
7 lines (6 loc) 240 B
/** * Execute the `onDeserialize` hooks registered on a schema before writing the value onto the target. */ export function alterOnDeserialize(schema, value, options) { return schema.$hooks.alter("onDeserialize", value, [options]); }