assert-keys
asserts that some keys are present in an object
install
npm i assert-keys
example
var checkConfig = 'port' 'api_url'; ; // doesn't throw; // throws!
asserts that some keys are present in an object
npm i assert-keys
var checkConfig = 'port' 'api_url'; ; // doesn't throw; // throws!
3
1.0.0
MIT