UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 167 B
import { computeDate } from "./_internal"; const $isoDayOfWeek = (obj, expr, options) => computeDate(obj, expr, options).getUTCDay() || 7; export { $isoDayOfWeek };