smartwhois/ts/smartwhois.plugins.ts
2023-04-18 20:40:39 +02:00

16 lines
203 B
TypeScript

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