UNPKG

recast

Version:

JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator

3 lines (2 loc) 117 B
import { Options } from "./options"; export declare function parse(source: string, options?: Partial<Options>): any;