18 lines
276 B
TypeScript
18 lines
276 B
TypeScript
// 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,
|
|
}
|