Package Exports
- has-async-hooks
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (has-async-hooks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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