import { numericalOperation } from '../core';

export const $lte = numericalOperation(params => b => b <= params);