25 lines
365 B
TypeScript
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,
|
|
}
|