Skip to main content
Module

x/code_block_writer/mod.ts>default#inlineBlock

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

Writes an inline block with braces.

Parameters

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