Skip to main content
Module

x/code_block_writer/mod.ts>default#hangingIndentUnlessBlock

Code writer for JavaScript and TypeScript code.
Go to Latest
method default.prototype.hangingIndentUnlessBlock
import { default } from "https://deno.land/x/code_block_writer@11.0.0/mod.ts";

Writes the text within the provided action with hanging indentation unless writing a block.

Parameters

action: () => void
  • Action to perform with hanging indentation unless a block is written.