Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 25, 2023
1 parent 8b9d848 commit 843b688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import process from "node:process";
// import { parseArgs, ParseArgsConfig } from "node:util"
// https://github.com/denoland/deno/issues/20452
// import { parseArgs, type ParseArgsConfig } from "node:util"
// @ts-ignore: no types
import { parseArgs } from "npm:@pkgjs/parseargs@~0.11.0";
import { basename, delimiter, dirname, join, resolve } from "node:path";
Expand Down

0 comments on commit 843b688

Please sign in to comment.