UNPKG

@kokr/text

Version:

A utility to help handle investigations in Korean sentences. / 한국어 문장의 조사 처리를 도와주는 유틸리티입니다. 은/는/이/가 등의 조사를 적절하게 처리합니다.

7 lines (6 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.text = void 0; const text_js_1 = require("./text.js"); Object.defineProperty(exports, "text", { enumerable: true, get: function () { return text_js_1.text; } }); exports.default = text_js_1.text;