This commit is contained in:
7
node_modules/licia/isIp.d.ts
generated
vendored
Normal file
7
node_modules/licia/isIp.d.ts
generated
vendored
Normal file
@@ -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