import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Appends the specified whitespace to current node.
Parameters
textOrWriterFunction: string | WriterFunction
- Text or writer function.
x/deno2node/src/deps.deno.ts>Node#appendWhitespace
import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Appends the specified whitespace to current node.