Module

x/typebox/src/type/sets/set.ts

Json Schema Type Builder with Static Type Resolution for TypeScript
Latest
import * as mod from "https://dotland.deno.dev/x/typebox@0.33.12/src/type/sets/set.ts";

Functions

Returns the Complement by omitting elements in T that are in S

Returns a distinct set of elements

Returns true if element right is in the set of left

Returns the Intersect of the given sets

Returns true if left is a subset of right

Returns the Union of the given sets

Returns the Union of multiple sets