# has-network

> check if we have a usable network interface.

Latest version **0.0.1** (published 2016-12-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install has-network
pnpm add has-network
yarn add has-network
bun add has-network
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-12-18 |
| First published | 2016-10-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10 |
| Author | 'Dominic Tarr' |
| Maintainers | dominictarr |

## Links

- npm: https://www.npmjs.com/package/has-network
- Repository: https://github.com/dominictarr/has-network
- Issues: https://github.com/dominictarr/has-network/issues
- npm.io page: https://npm.io/package/has-network

## Recent versions

- 0.0.1 (latest) — 2016-12-18
- 0.0.0 — 2016-10-08

## README

# has-network

check if we have a usable network interface.

``` js
console.log(require('has-network')())
=> true || false
```

## License

MIT

---
_Source: https://npm.io/package/has-network · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
