has-async-hooks

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i has-async-hooks

    Weekly Downloads

    54,913

    Version

    1.0.0

    License

    Apache-2.0

    Unpacked Size

    2.28 kB

    Total Files

    5

    Last publish

    Collaborators

    • goto-bus-stop