UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

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