Isomorphic node constants to be used in browsers or node.
Updates constants on install
$ npm install iso-constants
const constants = require('iso-constants');
console.log(constants.RTLD_LAZY) // 1
MIT © Hugo Dias
Isomorphic node constants to be used in browsers or node.
Updates constants on install
$ npm install iso-constants
const constants = require('iso-constants');
console.log(constants.RTLD_LAZY) // 1
MIT © Hugo Dias