UNPKG
@typedly/digit
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
A TypeScript type definitions package for digit types.
github.com/typedly/digit
typedly/digit
@typedly/digit
/
lib
/
subscript-digit.type.d.ts
6 lines
(5 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@description
Subscript digits. *
@export
*/
export
type
SubscriptDigit
=
'₀'
|
'₁'
|
'₂'
|
'₃'
|
'₄'
|
'₅'
|
'₆'
|
'₇'
|
'₈'
|
'₉'
;