UNPKG

@spotxyz/hangul-romanization

Version:

Romanizes Hangul (Korean) characters

6 lines (5 loc) 232 B
/** * @license MIT Copyright 2016 Daniel Imms (http://www.growingwiththeweb.com) */ import { IHangulConversionSystem } from './hangulConversionSystem'; export declare const REVISED_ROMANIZATION_OF_KOREAN: IHangulConversionSystem;