UNPKG

@lazy-cjk/jp-table-voice

Version:
6 lines (5 loc) 185 B
export type { ITSArrayListMaybeReadonly as IArrayOrReadonly } from 'ts-type'; /** * [清音, 濁音, 半濁音] */ export type ITableVoiceValues = readonly [string, string, string?];