UNPKG

mingo

Version:

MongoDB query language for in-memory objects

7 lines (6 loc) 262 B
import { WindowOperator } from "../../types"; /** * Returns the value from an expression applied to a document in a specified * position relative to the current document in the $setWindowFields stage partition. */ export declare const $shift: WindowOperator;