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