UNPKG
cjk-readings
Version:
latest (0.2.0)
0.2.0
0.1.0
Web service that generates readings for chinese characters.
cjk-readings
/
src
/
types.ts
5 lines
(4 loc)
•
130 B
text/typescript
View Raw
1
2
3
4
5
/** * Contains the original text, and an array of possible readings for that text. */
export
type
TextPart = [
string
,
string
[]]