Detalhes do pacote

has-async-hooks

goto-bus-stop884.5kApache-2.01.0.0

check if the current node version has async_hooks.

async_hooks, check, detect, node

readme (leia-me)

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

changelog (log de mudanças)

has-async-hooks change log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.0.0

  • Initial release.