UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

4 lines (3 loc) 171 B
import { Program } from "estree"; export declare function parsePythonToEstreeAst(code: string, variant?: number, doValidate?: boolean): Program; export * from './errors';