Skip to main content
Module

x/dprint/mod.ts>createFromBuffer

JS formatter for dprint Wasm plugins.
Latest
function createFromBuffer
import { createFromBuffer } from "https://deno.land/x/dprint@0.2.1/mod.ts";

Creates a formatter from the specified wasm module bytes.

Parameters

wasmModuleBuffer: BufferSource
  • The buffer of the wasm module.