@anio-js-foundation/is-node
v2.0.0
Published
Check whether we're running in a browser or node.
Downloads
4
Readme
@anio-js-foundation/is-node
Check whether we're running in a browser or node.
import isNode from "@anio-js-foundation/is-node"
// prints 'true' in node, otherwise 'false'
console.log(isNode())