UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

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