Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method CodeBlockWriter.prototype.queueIndentationLevel
import { CodeBlockWriter } from "https://deno.land/x/dnt@0.33.1/lib/mod.deps.ts";

Queues the indentation level for the next lines written.

Parameters

indentationLevel: number
  • Indentation level to queue.

Queues the indentation level for the next lines written using the provided indentation text.

Parameters

whitespaceText: string
  • Gets the indentation level from the indentation text.

Parameters

countOrText: string | number