Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix(npm/js-api): Import type from @rometools/backend-jsonrpc (#3647)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov authored Nov 10, 2022
1 parent cf4540d commit 84c53d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/js-api/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NodeWasm } from "./nodeWasm";
import { Deamon } from "./daemon";
import { Diagnostic, Configuration } from "@rometools/backend-jsonrpc";
import type { Diagnostic, Configuration } from "@rometools/backend-jsonrpc";
import { createError } from "./utils";

// Re-export of some useful types for users
Expand Down

0 comments on commit 84c53d4

Please sign in to comment.