Package detail

has-async-hooks

goto-bus-stop913.7kApache-2.01.0.0

check if the current node version has async_hooks.

async_hooks, check, detect, node

readme

has-async-hooks

check if the current node version has async_hooks.

npm standard

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