Skip to content

Commit

Permalink
Merge 7b8e8b2 into e2edd3c
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Feb 1, 2023
2 parents e2edd3c + 7b8e8b2 commit 3b038e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
declare module 'is-url-http' {
export default function isUrlHttp(url: string): boolean;
}
declare function isUrlHttp(url: string): boolean;
export = isUrlHttp;

0 comments on commit 3b038e5

Please sign in to comment.