has-async-hooks

check if the current node version has async_hooks.

OTHER License

Downloads
397.9K
Stars
2
Committers
2

has-async-hooks

check if the current node version has async_hooks.

Install

npm install has-async-hooks

Usage

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

License

Apache-2.0