initial commit
This commit is contained in:
13
patches/ip-cidr+3.0.10.patch
Normal file
13
patches/ip-cidr+3.0.10.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/node_modules/ip-cidr/index.d.ts b/node_modules/ip-cidr/index.d.ts
|
||||
index 931614f..b8c1b64 100755
|
||||
--- a/node_modules/ip-cidr/index.d.ts
|
||||
+++ b/node_modules/ip-cidr/index.d.ts
|
||||
@@ -26,7 +26,7 @@ declare class IPCIDR {
|
||||
|
||||
toString(): string;
|
||||
|
||||
- toArray(): string[];
|
||||
+ toArray<T = IPCIDR.FormatResult>(options?: IPCIDR.FormatOptions, results?: IPCIDR.ChunkInfo): T[];
|
||||
|
||||
toObject(): { start: string, end: string };
|
||||
}
|
||||
Reference in New Issue
Block a user