UNPKG

@lazy-cjk/cns-11643

Version:
11 lines 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.handlePinyinType = handlePinyinType; const types_1 = require("../types"); function handlePinyinType(pinyinType) { if (typeof pinyinType !== 'number' || !(pinyinType in types_1.EnumPinyinType)) { pinyinType = types_1.EnumPinyinType.han; } return pinyinType; } //# sourceMappingURL=uni2zhuyin.js.map