Skip to main content
Module

x/typeorm/src/index.ts>Not

Forked from https://github.com/typeorm/typeorm
Latest
function Not
import { Not } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Find Options Operator. Used to negotiate expression. Example: { title: not("hello") } will return entities where title not equal to "hello".

Parameters

value: T | FindOperator<T>