UNPKG
@spotxyz/hangul-romanization
Version:
latest (1.0.3)
1.0.3
1.0.2
Romanizes Hangul (Korean) characters
@spotxyz/hangul-romanization
/
dist
/
conversionSystems
/
revisedRomanizationOfKorean.d.ts
6 lines
(5 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@license
MIT Copyright 2016 Daniel Imms (http://www.growingwiththeweb.com) */
import
{
IHangulConversionSystem
}
from
'./hangulConversionSystem'
;
export
declare
const
REVISED_ROMANIZATION_OF_KOREAN
:
IHangulConversionSystem
;