https://github.com/hugomrdias/iso-constants
Isomorphic node constants to be used in browsers or node.
https://github.com/hugomrdias/iso-constants
browser constants node
Last synced: 8 months ago
JSON representation
Isomorphic node constants to be used in browsers or node.
- Host: GitHub
- URL: https://github.com/hugomrdias/iso-constants
- Owner: hugomrdias
- License: mit
- Created: 2020-03-16T01:30:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:14:59.000Z (over 3 years ago)
- Last Synced: 2025-10-04T21:54:30.531Z (8 months ago)
- Topics: browser, constants, node
- Language: JavaScript
- Homepage:
- Size: 679 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# iso-constants [](https://www.npmjs.com/package/iso-constants) [](https://www.npmjs.com/package/iso-constants) [](https://www.npmjs.com/package/iso-constants)  [](https://codecov.io/gh/hugomrdias/iso-constants?branch=master)
> Isomorphic node constants to be used in browsers or node.
Updates constants on install
## Install
```
$ npm install iso-constants
```
## Usage
```js
const constants = require('iso-constants');
console.log(constants.RTLD_LAZY) // 1
```
## License
MIT © [Hugo Dias](http://hugodias.me)