Files
smartwhois/ts/smartwhois.plugins.ts
T

25 lines
368 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,
};