467 B
467 B
@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.
const {http} = require('@sapphirecode/consts');
console.log(http.status_ok) // 200
License
MIT © Timo Hocker timo@scode.ovh