import { Condition } from './condition' export function Null(): Condition { return new Condition(null as any, (prop) => `${prop} IS NULL`) }