Skip to content

Commit

Permalink
Remove ambient declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored and Kikobeats committed Feb 1, 2023
1 parent 191a9ee commit 7b8e8b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
declare module 'is-url-http' {
function isUrlHttp(url: string): boolean;
export = isUrlHttp;
}
declare function isUrlHttp(url: string): boolean;
export = isUrlHttp;

0 comments on commit 7b8e8b2

Please sign in to comment.