UNPKG
korean-gotong
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
한글이 인생에 고통을 선사할 때마다 기능이 추가될 예정입니다.
github.com/Heartade/korean-gotong
Heartade/korean-gotong
korean-gotong
/
dist
/
hangulCodes
/
Blocks
/
ExtendedB
/
index.d.ts
8 lines
(7 loc)
•
339 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
UTF8Block
}
from
"../../UTF8Blocks"
;
/** 한글 자모 확장 B - 옛한글 중성 영역 */
export
declare
const
Vowel
:
UTF8Block
;
/** 한글 자모 확장 B - 옛한글 종성 영역 */
export
declare
const
Consonant
:
UTF8Block
;
/** 한글 자모 확장 B - 모든 영역 */
export
declare
const
AllExtendedB
:
UTF8Block
;