Revert "Create new type definition for 'is-url' (#4013)"
This reverts commit 014b58cb40.
This commit is contained in:
parent
206b57b962
commit
c4f7491322
3 changed files with 2 additions and 8 deletions
7
src/@types/is-url.d.ts
vendored
7
src/@types/is-url.d.ts
vendored
|
|
@ -1,7 +0,0 @@
|
|||
declare module 'is-url' {
|
||||
function isUrl(string: string): boolean;
|
||||
|
||||
namespace isUrl {} // Hack
|
||||
|
||||
export = isUrl;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue