UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

4 lines (3 loc) 100 B
export interface Serializer<TInput = any, TOutput = any> { serialize(value: TInput): TOutput; }