feat: implement bulk validate

This commit is contained in:
divocat
2025-10-03 01:53:03 +03:00
parent 547feb0e06
commit df9dba9742
4 changed files with 33 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ export * from './validateDns';
export * from './validateUrl';
export * from './validatePath';
export * from './validateSubnet';
export * from './bulkValidate';