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

export const $gt = numericalOperation(params => b => b > params);