UNPKG
node-pinyin
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
汉语拼音转换工具。
github.com/toobug/pinyin
toobug/pinyin
node-pinyin
/
index.js
3 lines
(1 loc)
•
43 B
JavaScript
View Raw
1
2
3
module.exports
= require(
"./src/pinyin"
)
;