iso-constants

Isomorphic node constants to be used in browsers or node.

MIT License

Downloads
50.7K
Stars
1
Committers
1

iso-constants NPM Version NPM Downloads NPM License tests codecov

Isomorphic node constants to be used in browsers or node.

Updates constants on install

Install

$ npm install iso-constants

Usage

const constants = require('iso-constants');
console.log(constants.RTLD_LAZY)  // 1

License

MIT © Hugo Dias