Skip to main content
Module

x/ts_morph/mod.ts>CodeBlockWriter#inlineBlock

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method CodeBlockWriter.prototype.inlineBlock
import { CodeBlockWriter } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Writes an inline block with braces.

Parameters

optional
block: () => void
  • Write using the writer within this block.