UNPKG

@glimmer/syntax

Version:
4 lines (3 loc) 172 B
import type * as ASTv1 from '../v1/api'; import type { PrinterOptions } from './printer'; export default function build(ast: ASTv1.Node, options?: PrinterOptions): string;