UNPKG
hangulx
Version:
latest (0.6.5)
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1-beta.1
0.2.0-beta.10
0.2.0-beta.9
0.2.0-beta.8
0.2.0-beta.7
0.2.0-beta.6
0.2.0-beta.5
0.2.0-beta.4
0.2.0-beta.3
0.2.0-beta.2
0.2.0-beta.1
0.1.0
0.0.2
Providing various utilities for Hangul
github.com/powfix/hangulx
powfix/hangulx
hangulx
/
dist
/
constants
/
VOWEL.d.ts
5 lines
(4 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
VOWEL
{
static
readonly
START_CHAR_CODE
:
number
;
static
readonly
END_CHAR_CODE
:
number
; }