UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 160 B
import { computeDate } from "./_internal"; const $dayOfWeek = (obj, expr, options) => computeDate(obj, expr, options).getUTCDay() + 1; export { $dayOfWeek };