UNPKG

@rawmodel/parser

Version:

Parser and type casting for RawModel.

3 lines (2 loc) 110 B
import { ParserConfig } from './types'; export declare function parse(value: any, config: ParserConfig): any;