UNPKG

couchdb-compile

Version:

Build CouchDB documents from fs.

8 lines (7 loc) 161 B
function (newDoc, oldDoc, userCtx, secObj) { if (typeof newDoc.number !== 'number') { throw({ forbidden: 'Document must have a number.' }) } }