UNPKG
@spotxyz/hangul-romanization
Version:
latest (1.0.3)
1.0.3
1.0.2
Romanizes Hangul (Korean) characters
@spotxyz/hangul-romanization
/
dist
/
index.d.ts
5 lines
(4 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
/** *
@license
MIT Copyright 2016 Daniel Imms (http://www.growingwiththeweb.com) */
export
declare
function
convert
(
text:
string
):
string
;