UNPKG

han

Version:

a module for tanslating Chinese(汉字) into pinyin

5 lines 127 B
var translate = require('./translate') module.exports = exports = { letter: translate.letter , pinyin: translate.pinyin }