UNPKG

korean-gotong

Version:

한글이 인생에 고통을 선사할 때마다 기능이 추가될 예정입니다.

12 lines (9 loc) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AllExtendedA = void 0; var _UTF8Blocks = require("../../UTF8Blocks"); /** 한글 자모 확장 A - 옛한글 중성 영역 */ var AllExtendedA = new _UTF8Blocks.UTF8Block(0xa960, 0xa97c); exports.AllExtendedA = AllExtendedA;