UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

4 lines (3 loc) 131 B
import { Node } from '../../types'; export declare const sourceGen: any; export declare const astToString: (node: Node) => string;