UNPKG

@push.rocks/smartdns

Version:

A robust TypeScript library providing advanced DNS management and resolution capabilities including support for DNSSEC, custom DNS servers, and integration with various DNS providers.

15 lines (14 loc) 427 B
import crypto from 'crypto'; import dgram from 'dgram'; import { EventEmitter } from 'events'; import fs from 'fs'; import * as net from 'net'; import * as path from 'path'; export { crypto, dgram, fs, net, path, }; export declare const events: { EventEmitter: typeof EventEmitter; }; import * as smartrust from '@push.rocks/smartrust'; export { smartrust, }; import * as minimatch from 'minimatch'; export { minimatch, };