UNPKG

@tsed/json-mapper

Version:
8 lines (7 loc) 264 B
/** * Trigger the `beforeDeserialize` hooks declared on the schema to massage raw payloads * prior to property mapping. */ export function alterBeforeDeserialize(data, schema, options) { return schema?.$hooks?.alter("beforeDeserialize", data, [options]); }