UNPKG

mongodb-wrapper

Version:

Exactly-like-the-console wrapper for node-mongodb-native

15 lines (12 loc) 310 B
// Generated by CoffeeScript 1.4.0 (function() { module.exports = function(naturalMongoSyntax) { var field, orderNum, sort; sort = []; for (field in naturalMongoSyntax) { orderNum = naturalMongoSyntax[field]; sort.push([field, orderNum]); } return sort; }; }).call(this);