7979079ec0713ecf8bb9265964b3e157ef3664d1
				
			
			
		
	
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			@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
				
					Languages
				
				
								
								
									JavaScript
								
								100%