summaryrefslogtreecommitdiff
path: root/src/@types
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-04 00:09:24 +0900
committerAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-04 00:09:24 +0900
commit8b71006fbec6b4a0f57828aea69420b610e9db4e (patch)
treeaca03b8c838a3c9ac97a9f416ee1ef28d89a3e50 /src/@types
parentAdd missing semicolons (diff)
downloadmisskey-8b71006fbec6b4a0f57828aea69420b610e9db4e.tar.gz
misskey-8b71006fbec6b4a0f57828aea69420b610e9db4e.tar.bz2
misskey-8b71006fbec6b4a0f57828aea69420b610e9db4e.zip
Bye 'is-url'
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/is-url.d.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/@types/is-url.d.ts b/src/@types/is-url.d.ts
deleted file mode 100644
index c1ccadd498..0000000000
--- a/src/@types/is-url.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-declare module 'is-url' {
- function isUrl(string: string): boolean;
-
- namespace isUrl {} // Hack
-
- export = isUrl;
-}