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
check if the current node version has async_hooks.
check if the current node version has async_hooks.
npm install has-async-hooks
var hasAsyncHooks = require('has-async-hooks')
hasAsyncHooks()
// → true if async_hooks is available
// false otherwise
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.