Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Dec 10, 2021
1 parent 4678a46 commit 76ef4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/timers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.

import { kTimerId, Timeout, TIMEOUT_MAX } from "./internal/timers.js";
import { Timeout, TIMEOUT_MAX } from "./internal/timers.js";
import { validateCallback } from "./internal/validators.js";
const setTimeout_ = globalThis.setTimeout;
const clearTimeout_ = globalThis.clearTimeout;
Expand Down

0 comments on commit 76ef4a6

Please sign in to comment.