UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 168 B
import { computeDate } from "./_internal"; const $month = (obj, expr, options) => { return computeDate(obj, expr, options).getUTCMonth() + 1; }; export { $month };