{
  "version": 3,
  "sources": ["../../src/lib/isLocalhost.ts", "../../src/index-browser.ts"],
  "sourcesContent": ["/**\n * Checks whether a hostname refers to the local machine (localhost, 127.0.0.1, ::1, or *.localhost).\n * @param hostname - The hostname to check\n * @returns `true` if the hostname is a localhost address\n */\nexport const isLocalhost = (hostname: string): boolean => {\n  return (\n    hostname === 'localhost'\n    || hostname === '127.0.0.1'\n    || hostname === '::1' // IPv6 localhost\n    || hostname.endsWith('.localhost')\n  )\n}\n", "/// <reference lib=\"dom\" />\n/** Browser-specific URL class, aliased from the global `URL`. */\nconst BrowserUrl = URL\nexport { BrowserUrl as URL }\nexport * from './lib/index.ts'\n"],
  "mappings": ";AAKO,IAAM,cAAc,CAAC,aAA8B;AACxD,SACE,aAAa,eACV,aAAa,eACb,aAAa,SACb,SAAS,SAAS,YAAY;AAErC;;;ACVA,IAAM,aAAa;",
  "names": []
}
