Kind: Function
Source: atloria-monorepo/packages/core/src/rendering/audience-renderer.ts
Convenience function to render a document AST
Signature
tsfunction renderDocument(ast: DocumentAST, options: RenderOptions): string
Parameters
| Name | Type |
|---|---|
ast | DocumentAST |
options | RenderOptions |
Returns: string
Was this page helpful?