function printNodeimport { printNode } from "https://dotland.deno.dev/x/ts_morph@17.0.0/ts_morph.d.ts"; printNode(node: ts.Node, options?: PrintNodeOptions): stringPrints the provided node using the compiler's printer. printNode(node: ts.Node,sourceFile: ts.SourceFile,options?: PrintNodeOptions,): stringPrints the provided node using the compiler's printer. Prints the provided node using the compiler's printer. Parametersnode: ts.Node Compiler node. optionaloptions: PrintNodeOptions Options. ReturnsstringPrints the provided node using the compiler's printer. Parametersnode: ts.Node Compiler node. sourceFile: ts.SourceFile Compiler source file. optionaloptions: PrintNodeOptions Options. Returnsstring