import { StandardTypeBuilder } from "https://deno.land/x/typebox@0.26.0-dev.1/src/typebox.ts";
[Standard]
Creates a Not type. The first argument is the disallowed type, the second is the allowed.
x/typebox/src/typebox.ts>StandardTypeBuilder#Not
import { StandardTypeBuilder } from "https://deno.land/x/typebox@0.26.0-dev.1/src/typebox.ts";
[Standard]
Creates a Not type. The first argument is the disallowed type, the second is the allowed.