UNPKG

@vladbasin/strong-api-mapping

Version:

Strongly typed API models. Mapping & validation

7 lines (6 loc) 170 B
import { ParserType } from '../types'; export declare const header: (options: { key: string; parser?: ParserType; priority?: number; }) => PropertyDecorator;