fix(whois): improve type safety and harden WHOIS parsing for missing fields

This commit is contained in:
2026-05-01 16:20:47 +00:00
parent dc3288cc51
commit c7d2b13c8b
11 changed files with 3637 additions and 4135 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ import * as tsclass from '@tsclass/tsclass';
export {
tsclass,
}
};
// pushrocks scope
import * as smarturl from '@push.rocks/smarturl';
@@ -12,7 +12,7 @@ import * as smartrequest from '@push.rocks/smartrequest';
export {
smarturl,
smartrequest,
}
};
// third party
import * as whoiser from 'whoiser';
@@ -21,4 +21,4 @@ import tldts from 'tldts';
export {
whoiser,
tldts,
}
};