UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 288 B
import { processOperator } from "./_internal"; const radiansToDegrees = (n) => n * (180 / Math.PI); const $radiansToDegrees = (obj, expr, options) => processOperator(obj, expr, options, radiansToDegrees, { Infinity: Infinity, "-Infinity": Infinity }); export { $radiansToDegrees };