import { FindOperator } from '../FindOperator' export function Not(value: T | FindOperator): FindOperator { return new FindOperator('not', value) }