smartwhois/ts/smartwhois.plugins.ts
2023-04-19 14:52:37 +02:00

18 lines
276 B
TypeScript

// pushrocks scope
import * as smarturl from '@pushrocks/smarturl';
import * as smartrequest from '@pushrocks/smartrequest';
export {
smarturl,
smartrequest,
}
// third party
import * as whoiser from 'whoiser';
import tldts from 'tldts';
export {
whoiser,
tldts,
}