UNPKG
hangul-romanize
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Romanize Hangul
github.com/powfix/hangul-romanize
powfix/hangul-romanize
hangul-romanize
/
dist-esm
/
utils
/
FormatUtil.d.ts
5 lines
(4 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
5
import { Format }
from
"../constants"
; export
declare
class
FormatUtil
{
static
fromString
(
str
:
string
,
format
: Format):
string
; }