UNPKG

mingo

Version:

MongoDB query language for in-memory objects

13 lines (12 loc) 184 B
import { rank } from "./_internal"; const $denseRank = (obj, collection, expr, options) => rank( obj, collection, expr, options, true /*dense*/ ); export { $denseRank };