UNPKG

@spotxyz/hangul-romanization

Version:

Romanizes Hangul (Korean) characters

11 lines (10 loc) 230 B
/** * @license MIT Copyright 2016 Daniel Imms (http://www.growingwiththeweb.com) */ export interface IHangulConversionSystem { vowels: string[]; consonants: { initial: string[]; final: string[]; }; }