smartwhois/ts/smartwhois.plugins.ts
2023-04-10 14:34:28 +02:00

9 lines
110 B
TypeScript

// third party
import * as whoiser from 'whoiser';
import tldts from 'tldts';
export {
whoiser,
tldts,
}