UNPKG

mingo

Version:

MongoDB query language for in-memory objects

7 lines (6 loc) 260 B
import { ExpressionOperator } from "../../../types"; /** * Converts a value to a date. If the value cannot be converted to a date, $toDate errors. * If the value is null or missing, $toDate returns null. */ export declare const $toDate: ExpressionOperator;