UNPKG

@stacksjs/dnsx

Version:

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

4 lines (3 loc) 253 B
import type { ProtocolTweaks } from './types'; export declare function parseProtocolTweaks(tweaks: string | string[] | undefined): ProtocolTweaks | undefined; export declare function debugLog(category: string, message: string, verbose?: boolean): void;