UNPKG
@spotxyz/hangul-romanization
Version:
latest (1.0.3)
1.0.3
1.0.2
Romanizes Hangul (Korean) characters
@spotxyz/hangul-romanization
/
dist
/
conversionSystems
/
hangulConversionSystem.d.ts
11 lines
(10 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@license
MIT Copyright 2016 Daniel Imms (http://www.growingwiththeweb.com) */
export
interface
IHangulConversionSystem
{ vowels:
string
[]; consonants: { initial:
string
[];
final
:
string
[]; }; }