UNPKG

@biomejs/js-api

Version:

JavaScript APIs for the Biome package

8 lines 312 B
import type { Configuration, Diagnostic } from "@biomejs/wasm-web"; import { BiomeCommon } from "./common"; export type * from "./common"; export type { Configuration, Diagnostic }; export declare class Biome extends BiomeCommon<Configuration, Diagnostic> { constructor(); } //# sourceMappingURL=web.d.ts.map