diff options
Diffstat (limited to 'ext/node/polyfills/timers.ts')
-rw-r--r-- | ext/node/polyfills/timers.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/node/polyfills/timers.ts b/ext/node/polyfills/timers.ts index 5a650c1cc..9da71a196 100644 --- a/ext/node/polyfills/timers.ts +++ b/ext/node/polyfills/timers.ts @@ -3,10 +3,10 @@ import { setUnrefTimeout, Timeout, -} from "internal:deno_node/polyfills/internal/timers.mjs"; -import { validateFunction } from "internal:deno_node/polyfills/internal/validators.mjs"; -import { promisify } from "internal:deno_node/polyfills/internal/util.mjs"; -export { setUnrefTimeout } from "internal:deno_node/polyfills/internal/timers.mjs"; +} from "internal:deno_node/internal/timers.mjs"; +import { validateFunction } from "internal:deno_node/internal/validators.mjs"; +import { promisify } from "internal:deno_node/internal/util.mjs"; +export { setUnrefTimeout } from "internal:deno_node/internal/timers.mjs"; import * as timers from "internal:deno_web/02_timers.js"; const clearTimeout_ = timers.clearTimeout; |