UNPKG

@typedly/symbol

Version:

A TypeScript type definitions package for various symbols.

6 lines (5 loc) 107 B
/** * @description * @export */ export type RelationalSymbol = '≤' | '≥' | '≠' | '=' | '<' | '>';