{"version":3,"sources":["../browser/src/find-options/operator/Not.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAE9C;;;;GAIG;AACH,MAAM,UAAU,GAAG,CAAI,KAA0B;IAC7C,OAAO,IAAI,YAAY,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;AACzC,CAAC","file":"Not.js","sourcesContent":["import { FindOperator } from \"../FindOperator\"\n\n/**\n * Find Options Operator.\n * Used to negate expression.\n * Example: { title: not(\"hello\") } will return entities where title not equal to \"hello\".\n */\nexport function Not(value: T | FindOperator) {\n return new FindOperator(\"not\", value)\n}\n"],"sourceRoot":"../.."}