Spaces:
Running
Running
File size: 182 Bytes
d4b85c0 |
1 2 3 4 5 6 7 |
import type { ASTNode } from './ast';
/**
* Converts an AST into a string, using one set of reasonable
* formatting rules.
*/
export declare function print(ast: ASTNode): string;
|