smartwhois/ts/smartwhois.plugins.ts

25 lines
363 B
TypeScript
Raw Normal View History

2023-04-19 19:36:44 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass,
}
2023-04-18 18:40:39 +00:00
// pushrocks scope
import * as smarturl from '@pushrocks/smarturl';
2023-04-19 12:52:37 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
2023-04-18 18:40:39 +00:00
export {
smarturl,
2023-04-19 12:52:37 +00:00
smartrequest,
2023-04-18 18:40:39 +00:00
}
2023-04-03 14:48:14 +00:00
// third party
import * as whoiser from 'whoiser';
2023-04-10 12:34:28 +00:00
import tldts from 'tldts';
2023-04-03 14:48:14 +00:00
export {
2023-04-10 12:34:28 +00:00
whoiser,
tldts,
2023-04-03 14:48:14 +00:00
}