assert-keys

1.0.0 • Public • Published

assert-keys

asserts that some keys are present in an object

install

npm i assert-keys

example

var checkConfig = require('assert-keys')(['port', 'api_url']);
 
checkConfig({port: 8000, api_url: 'http://localhost:1234'}); // doesn't throw
checkConfig({port: 8000}); // throws!

Readme

Keywords

none

Package Sidebar

Install

npm i assert-keys

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jonpacker