UNPKG

101 BTypeScriptView Raw
1import type { Program } from "estree";
2
3export function parse(code: string, options?: any): Program;