Skip to main content
Module

x/code_block_writer/mod.ts>default#block

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

Writes a block using braces.

Parameters

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