UNPKG

@spotxyz/hangul-romanization

Version:

Romanizes Hangul (Korean) characters

5 lines (4 loc) 141 B
/** * @license MIT Copyright 2016 Daniel Imms (http://www.growingwiththeweb.com) */ export declare function convert(text: string): string;