import { type PrintNodeOptions } from "https://dotland.deno.dev/x/ts_morph@19.0.0/ts_morph.d.ts";
Options for printing a node.
Properties
optional
emitHint: EmitHintFrom the compiler api: "A value indicating the purpose of a node. This is primarily used to
distinguish between an Identifier
used in an expression position, versus an
Identifier
used as an IdentifierName
as part of a declaration. For most nodes you
should just pass Unspecified
."
Defaults to Unspecified
.