import { type BodiedNode } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getBody(): Node
Gets the body.
setBodyText(textOrWriterFunction: string | WriterFunction): this
Sets the body text.
import { BodiedNode } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Type Parameters
T extends Constructor<BodiedNodeExtensionType>
Parameters
Base: T