UNPKG

@tsed/json-mapper

Version:
3 lines (2 loc) 165 B
import { JsonHookContext, JsonSchema } from "@tsed/schema"; export declare function alterOnSerialize(schema: JsonSchema, value: any, options: JsonHookContext): any;