UNPKG

got-cjs

Version:

Human-friendly and powerful HTTP request library for Node.js

4 lines (3 loc) 123 B
/// <reference types="node" /> import type { URL } from 'url'; export default function isUnixSocketURL(url: URL): boolean;