korean-gotong
Version:
한글이 인생에 고통을 선사할 때마다 기능이 추가될 예정입니다.
28 lines (27 loc) • 1.25 kB
TypeScript
import { UTF8Block } from "../../UTF8Blocks";
/** 한글 자모 - 현대 한글 초성 영역 */
export declare const ModernInitial: UTF8Block;
/** 한글 자모 - 옛한글 초성 영역 */
export declare const ObsoleteInitial: UTF8Block;
/** 한글 자모 - 모든 초성 영역 */
export declare const AllInitial: UTF8Block;
/** 한글 자모 - 한글 초성 채움 문자 */
export declare const HCF: UTF8Block;
/** 한글 자모 - 한글 중성 채움 문자 */
export declare const HJF: UTF8Block;
/** 한글 자모 - 현대 한글 중성 영역 */
export declare const ModernMedial: UTF8Block;
/** 한글 자모 - 옛한글 중성 영역 */
export declare const ObsoleteMedial: UTF8Block;
/** 한글 자모 - 모든 중성 영역 */
export declare const AllMedial: UTF8Block;
/** 한글 자모 - 현대 한글 종성 영역 */
export declare const ModernFinal: UTF8Block;
/** 한글 자모 - 옛한글 종성 영역 */
export declare const ObsoleteFinal: UTF8Block;
/** 한글 자모 - 모든 종성 영역 */
export declare const AllFinal: UTF8Block;
/** 한글 자모 - 모든 영역 */
export declare const AllJamo: UTF8Block;
/** 한글 자모 - 모든 자음 영역 */
export declare const AllConsonant: UTF8Block;