Timo Hocker 7979079ec0
All checks were successful
continuous-integration/drone/push Build is passing
switch to drone
2020-07-10 08:17:56 +02:00
2020-07-10 08:17:56 +02:00
fix
2020-05-06 07:53:32 +02:00
2020-05-15 12:40:05 +02:00
fix
2020-03-24 10:00:06 +01:00
2020-05-15 12:40:05 +02:00
2020-05-15 12:40:05 +02:00
2020-05-15 12:40:05 +02:00
2020-05-15 12:40:05 +02:00
2020-07-10 08:17:56 +02:00
2020-05-15 12:40:05 +02:00
2020-07-01 09:28:18 +02:00

@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

Description
No description provided
Readme 183 KiB
Languages
JavaScript 100%