UNPKG

mingo

Version:

MongoDB query language for in-memory objects

9 lines (8 loc) 194 B
import { processOperator } from "./_internal"; const $atanh = (obj, expr, options) => processOperator(obj, expr, options, Math.atanh, { 1: Infinity, "-1": -Infinity }); export { $atanh };