UNPKG

mongodb-wrapper

Version:

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

9 lines (5 loc) 146 B
module.exports = (naturalMongoSyntax) -> sort = [] for field, orderNum of naturalMongoSyntax sort.push [field, orderNum] return sort