mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Use imports
This commit is contained in:
4
utils.ts
4
utils.ts
@@ -1,5 +1,5 @@
|
||||
import { exists } from "https://deno.land/[email protected]/fs/exists.ts";
|
||||
import { initParser } from "https://deno.land/x/[email protected]/deno-dom-wasm-noinit.ts";
|
||||
import { exists } from "std/fs/exists.ts";
|
||||
import { initParser } from "deno_dom/deno-dom-wasm-noinit.ts";
|
||||
|
||||
export function sleep(time: number): Promise<undefined> {
|
||||
return new Promise((r) => {
|
||||
|
||||
Reference in New Issue
Block a user