Skip to content

Commit

Permalink
Remove unused declare.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Oct 7, 2024
1 parent 6caf245 commit 368f38a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/common/src/utils/misc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { KemId } from "../identifiers.ts";

declare const Deno: undefined;

export const isNode = (): boolean =>
// deno-lint-ignore no-explicit-any
(globalThis as any).process?.versions?.node != null;
Expand Down

0 comments on commit 368f38a

Please sign in to comment.