UNPKG

@typedly/symbol

Version:

A TypeScript type definitions package for various symbols.

6 lines (5 loc) 152 B
/** * @description * @export */ export type SetTheorySymbol = '∪' | '∩' | '⊂' | '⊃' | '⊆' | '⊇' | '∖' | '∈' | '∉' | '∃' | '∀';