UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

5 lines (4 loc) 281 B
import type { IOptions, Result } from '..'; import type { Context, RecursivePartial } from '../types'; export declare const htmlErrorHandlingScript: string; export declare function htmlRunner(code: string, context: Context, _options?: RecursivePartial<IOptions>): Promise<Result>;