# has-async-hooks

> check if the current node version has async_hooks.

Latest version **1.0.0** (published 2018-04-20) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install has-async-hooks
pnpm add has-async-hooks
yarn add has-async-hooks
bun add has-async-hooks
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-04-20 |
| First published | 2018-04-20 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Renée Kooi |
| Maintainers | goto-bus-stop |
| Keywords | async_hooks, check, detect, node |

## Links

- npm: https://www.npmjs.com/package/has-async-hooks
- Repository: https://github.com/goto-bus-stop/has-async-hooks
- Issues: https://github.com/goto-bus-stop/has-async-hooks/issues
- npm.io page: https://npm.io/package/has-async-hooks

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2018-04-20

## README

# has-async-hooks

check if the current node version has async_hooks.

[![npm][npm-image]][npm-url]
[![standard][standard-image]][standard-url]

[npm-image]: https://img.shields.io/npm/v/has-async-hooks.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/has-async-hooks
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard

## Install

```
npm install has-async-hooks
```

## Usage

```js
var hasAsyncHooks = require('has-async-hooks')
hasAsyncHooks()
// → true if async_hooks is available
//   false otherwise
```

## License

[Apache-2.0](LICENSE.md)

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