Skip to content

Commit

Permalink
chore: fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed Dec 7, 2022
1 parent dbf1f65 commit e10b85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions @types/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare module "github-download";
declare module "parse-github-url";
4 changes: 0 additions & 4 deletions src/Helper/download/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ import { promisify } from "util";
import { exec } from "child_process";
import { mkdir } from "temp";

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import ghdownload from "github-download";
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import gitHubURLParser from "parse-github-url";

export const DownloadHelper = {
Expand Down

0 comments on commit e10b85c

Please sign in to comment.