Files
miegl-ui-snmp/patches/ip-cidr+3.0.10.patch
2022-06-29 16:10:24 +02:00

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 };
}