Skip to content
biome_fmt / 0.1.6

biome_fmt 0.1.6

Install from the command line:
Learn more about npm packages
$ npm install @wasm-fmt/biome_fmt@0.1.6
Install via package.json:
"@wasm-fmt/biome_fmt": "0.1.6"

About this version

npm

Install

npm install @wasm-fmt/biome_fmt

Usage

import init, { format } from "@wasm-fmt/biome_fmt";

await init();

const input = `function foo() {console.log("Hello, world!")}`;

const formatted = format(input);
console.log(formatted);

For Vite users:

import init, { format } from "@wasm-fmt/biome_fmt/vite";

// ...

Details


Assets

  • biome_fmt-0.1.6.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0