consts/README.md

16 lines
205 B
Markdown
Raw Normal View History

2020-03-14 13:52:50 +01:00
# Consts
A bunch of useful constants to make code more readable
## Modules
- http: http status codes
## Usage
```js
const consts = require('@scode/consts');
const status = consts.http.status_ok;
```