UNPKG

hangul-romanization

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