UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 162 B
import { computeDate } from "./_internal"; const $hour = (obj, expr, options) => { return computeDate(obj, expr, options).getUTCHours(); }; export { $hour };