更新
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
declare namespace isIp {
|
||||
function v4(str: string): boolean;
|
||||
function v6(str: string): boolean;
|
||||
}
|
||||
declare function isIp(str: string): boolean;
|
||||
|
||||
export = isIp;
|
||||
Reference in New Issue
Block a user