Files
smartwhois/ts/smartwhois.plugins.ts
T

25 lines
365 B
TypeScript
Raw Normal View History

2023-04-19 21:36:44 +02:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass,
}
2023-04-18 20:40:39 +02:00
// pushrocks scope
2023-10-06 11:10:13 +02:00
import * as smarturl from '@push.rocks/smarturl';
import * as smartrequest from '@push.rocks/smartrequest';
2023-04-18 20:40:39 +02:00
export {
smarturl,
2023-04-19 14:52:37 +02:00
smartrequest,
2023-04-18 20:40:39 +02:00
}
2023-04-03 16:48:14 +02:00
// third party
import * as whoiser from 'whoiser';
2023-04-10 14:34:28 +02:00
import tldts from 'tldts';
2023-04-03 16:48:14 +02:00
export {
2023-04-10 14:34:28 +02:00
whoiser,
tldts,
2023-04-03 16:48:14 +02:00
}