caolan / forms

An easy way to create, parse and validate forms in node.js
MIT License
1.01k stars 167 forks source link

Document and test `fields.object` #173

Open ljharb opened 8 years ago

ljharb commented 8 years ago

Per #172, fields.object has no tests, documentation, or examples.

This means that in addition to users not being to learn about it, if it breaks, nobody will know.