hangul-romanize
Version:
Romanize Hangul
10 lines (9 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Format = void 0;
var Format;
(function (Format) {
Format[Format["CAPITALIZED"] = 1] = "CAPITALIZED";
Format[Format["UPPERCASE"] = 2] = "UPPERCASE";
Format[Format["LOWERCASE"] = 3] = "LOWERCASE";
})(Format || (exports.Format = Format = {}));