UNPKG

mingo

Version:

MongoDB query language for in-memory objects

15 lines (14 loc) 208 B
import { rank } from "./_internal"; function $denseRank(obj, collection, expr, options) { return rank( obj, collection, expr, options, true /*dense*/ ); } export { $denseRank };