has-async-hooks
check if the current node version has asynchooks.!npmnpm-imagenpm-url !standardstandard-imagestandard-url
Install
npm install has-async-hooks
Usage
var hasAsyncHooks = require('has-async-hooks')
hasAsyncHooks()
// → true if async_hooks is available
// false otherwise