UNPKG

@typedly/symbol

Version:

A TypeScript type definitions package for various symbols.

6 lines (5 loc) 139 B
/** * @description The type of geometry symbols. * @export */ export type GeometrySymbol = 'π' | '∠' | '⊥' | '∥' | '≅' | 'Δ';