smartwhois/ts/smartwhois.plugins.ts
2023-10-06 11:10:13 +02:00

25 lines
365 B
TypeScript

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