consts/README.md

16 lines
220 B
Markdown
Raw Normal View History

2020-03-14 12:41:26 +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;
```