UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

5 lines (4 loc) 256 B
import type { Context, Node } from '../types'; export declare const setBreakpointAtLine: (lines: string[]) => void; export declare const checkEditorBreakpoints: (context: Context, node: Node) => void; export declare const areBreakpointsSet: () => boolean;