UNPKG

@tunnel-cast/tunnel-cast

Version:

<br>

6 lines (5 loc) 387 B
import { FieldParserFn } from "../../models/interfaces/field-parser-fn"; import { FieldParserProcedureOptions } from "../../models/interfaces/field-parser-procedure-options"; export declare const MAP = "map"; export declare const map: FieldParserFn; export declare function Map(mapper: (v: any, i: number, context: any) => any, options?: FieldParserProcedureOptions): PropertyDecorator;