consts/README.md

31 lines
467 B
Markdown

# @sapphirecode/consts
version: 1.1.x
useful constant values that are used in many applications
## Installation
npm:
> npm i --save @sapphirecode/consts
yarn:
> yarn add @sapphirecode/consts
## Usage
there are many constants, too many to document by hand so I suggest you use
autocomplete or look into the source.
```js
const {http} = require('@sapphirecode/consts');
console.log(http.status_ok) // 200
```
## License
MIT © Timo Hocker <timo@scode.ovh>