checkOne = exports.checkOne = function(x) { if (!x) throw new Error(); }; var checkList = exports.checkList = function(xs) { for (var i=0; i