UNPKG

hangul-romanize

Version:
10 lines (9 loc) 338 B
"use strict"; 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 = {}));