Skip to main content
Module

x/deno_hosts/types.ts>Host

The hosts file parsing and resolver module for Deno
Latest
type alias Host
import { type Host } from "https://deno.land/x/deno_hosts@v1.0.1/types.ts";
definition: { ip: string; hostname: string; alias: string | null; }