UNPKG

tiny-pinyin

Version:
12 lines (8 loc) 290 B
'use strict' const pinyin = require('./core') const patcher56L = require('./patchers/56l') // Patch dict for icudt56l.dat related env, such as safari|node v4. if (pinyin.isSupported() && patcher56L.shouldPatch(pinyin.genToken)) { pinyin.patchDict(patcher56L) } module.exports = pinyin