smartwhois/ts/smartwhois.plugins.ts
2023-04-19 21:36:44 +02:00

25 lines
363 B
TypeScript

// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass,
}
// 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,
}