initial commit

This commit is contained in:
2022-06-29 16:10:24 +02:00
commit 63af500747
11 changed files with 5984 additions and 0 deletions

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