Sha256: be8f369f8d7e887eab87a3e4e41f1afcf61bf06056801383152aa83bda1f6a72
Contents?: true
Size: 182 Bytes
Versions: 26
Compression:
Stored size: 182 Bytes
Contents
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;
Version data entries
26 entries across 26 versions & 1 rubygems