This package has been deprecated

Author message:

Deprecated

is-chakra

2.0.0 • Public • Published

is-chakra

Detect if your code is running in the Chakra JavaScript engine

Since Microsoft is prototyping adding Chakra to Node.js.

Install

$ npm install --save is-chakra

Usage

const isChakra = require('is-chakra');

if (isChakra) {
	console.log('Running in Chakra');
}

License

MIT © Sindre Sorhus

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i is-chakra

    Weekly Downloads

    4

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    2.37 kB

    Total Files

    4

    Last publish

    Collaborators

    • sindresorhus