UNPKG

@stacksjs/dnsx

Version:

A command-line & library DNS client. Like dig & dog, but for TypeScript.

5 lines (4 loc) 185 B
import type { DnsOptions } from './types'; export declare const defaultConfig: DnsOptions; // eslint-disable-next-line antfu/no-top-level-await export declare const config: DnsOptions;