mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Move deno std from deno.land to jsr
This commit is contained in:
4
utils.ts
4
utils.ts
@@ -1,5 +1,5 @@
|
||||
import { exists, existsSync } from "std/fs/exists.ts";
|
||||
import { extname } from "std/path/mod.ts";
|
||||
import { exists, existsSync } from "@std/fs/exists";
|
||||
import { extname } from "@std/path";
|
||||
import { initParser } from "deno_dom/deno-dom-wasm-noinit.ts";
|
||||
import { configure } from "zipjs/index.js";
|
||||
import { MD5 } from "lifegpc-md5";
|
||||
|
||||
Reference in New Issue
Block a user