@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.
17 lines (16 loc) • 591 B
TypeScript
import * as smartenv from '@push.rocks/smartenv';
import type dnsType from 'dns';
declare const dns: typeof dnsType | undefined;
export { dns };
import * as path from 'path';
import { EventEmitter } from 'events';
export { path };
export declare const events: {
EventEmitter: typeof EventEmitter;
};
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrust from '@push.rocks/smartrust';
export { smartdelay, smartenv, smartpromise, smartrust };
import * as tsclass from '@tsclass/tsclass';
export { tsclass };