must-have

1.1.1 • Public • Published

must-have

what?

A little module to mandate properties on a object.
Will throw error if listed property is not present.

install

npm install must-have --save

use

var mustHave = require('must-have');
mustHave(myObject, "name", "email");
mustHave(myObject, "works.with.nested.properties");

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    2
  • 1.1.0
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i must-have

Weekly Downloads

2

Version

1.1.1

License

ISC

Last publish

Collaborators

  • morriphi