Skip to main content
function print
import { print } from "https://deno.land/x/shark@1.0.0/deps.ts";

Converts an AST into a string, using one set of reasonable formatting rules.

Parameters

ast: ASTNode

Returns

string