has-async-hooks
v1.0.0
Published
check if the current node version has async_hooks.
Downloads
585,510
Maintainers
Readme
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