Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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