feat: implement ss/vless validations

This commit is contained in:
divocat
2025-10-03 03:20:40 +03:00
parent 8f19f31e7a
commit b99116fbf3
4 changed files with 186 additions and 1 deletions

View File

@@ -5,3 +5,5 @@ export * from './validateUrl';
export * from './validatePath';
export * from './validateSubnet';
export * from './bulkValidate';
export * from './validateShadowsocksUrl';
export * from './validateVlessUrl';