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(options?: IPCIDR.FormatOptions, results?: IPCIDR.ChunkInfo): T[]; toObject(): { start: string, end: string }; }