UNPKG

sval

Version:

A javascript interpreter written in javascript

4 lines (3 loc) 184 B
import { default as Scope } from '../scope/index.ts'; import * as acorn from 'acorn'; export declare function Program(program: acorn.Program, scope: Scope): Generator<any, void, any>;