0.0.4 • Published 10 years ago

deepvalidate v0.0.4

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

#Deep Validate

Given two objects, check that the data given in the first object is present in the second object.

Also checks that the types of the two values are the same.

##Usage:

  validate('objects', obj1, obj2, function(obj1, obj2, key, failure, name) {
    console.log(obj1[key]);
  })
0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago