var sample = require('./sample'); exports = function(obj) { return sample(obj, Infinity); }; module.exports = exports;