Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Json Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
import * as typebox from "https://deno.land/x/typebox@0.32.22/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