UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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