UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 227 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns the milliseconds of a date as a number between 0 and 999. */ export declare const $millisecond: (obj: AnyObject, expr: Any, options: Options) => number;