UNPKG

thenavisapp

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

5 lines (4 loc) 180 B
// eslint-disable-next-line @typescript-eslint/naming-convention export default function isUnixSocketURL(url: URL) { return url.protocol === 'unix:' || url.hostname === 'unix'; }