UNPKG

@typedly/symbol

Version:

A TypeScript type definitions package for various symbols.

6 lines (5 loc) 86 B
/** * @description * @export */ export type TrademarkSymbol = '©' | '®' | '™';