9 lines
110 B
TypeScript
9 lines
110 B
TypeScript
// third party
|
|
import * as whoiser from 'whoiser';
|
|
import tldts from 'tldts';
|
|
|
|
export {
|
|
whoiser,
|
|
tldts,
|
|
}
|