Skip to main content
Module

x/typeorm/src/find-options/operator/Not.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/find-options/operator/Not.ts";

Functions

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