UNPKG

diggy

Version:

Multi-backend DNS resolver for Node.js/Browser — supports dig, DNS over HTTPS, and native Node.js DNS.

9 lines (8 loc) 229 B
/** * Checks if the current environment is Node.js., Bun, or Deno. */ export declare function isServerRuntime(): boolean; /** * Checks if the current environment is a browser. */ export declare function isBrowser(): boolean;