UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

4 lines (3 loc) 189 B
import type { Program } from 'estree'; import type { Context, IOptions, Result } from '..'; export type Runner = (program: Program, context: Context, options: IOptions) => Promise<Result>;