UNPKG

cjk-readings

Version:

Web service that generates readings for chinese characters.

5 lines (4 loc) 130 B
/** * Contains the original text, and an array of possible readings for that text. */ export type TextPart = [string, string[]]