Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jan 7, 2025
1 parent 6fa2358 commit 8fc117e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@biomejs/js-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import type {
BiomePath,
Diagnostic,
FixFileMode,
PartialConfiguration,
Configuration,
ProjectKey,
Workspace,
} from "@biomejs/wasm-nodejs";
import { Distribution, type WasmModule, loadModule, wrapError } from "./wasm";

// Re-export of some useful types for users
export type Configuration = PartialConfiguration;
export type Configuration = Configuration;
export type { Diagnostic };
export { Distribution };

Expand Down

0 comments on commit 8fc117e

Please sign in to comment.