14 lines
431 B
Diff
14 lines
431 B
Diff
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 };
|
|
}
|