UNPKG

tiny-pinyin

Version:
11 lines (8 loc) 290 B
'use strict'; var pinyin = require('./core'); var 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;