Skip to content

Commit

Permalink
导出Pinyin基础类,以方便扩展
Browse files Browse the repository at this point in the history
  • Loading branch information
lopaz committed Jun 24, 2021
1 parent 320e4a7 commit 3e211a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -121,3 +121,4 @@ module.exports.STYLE_TONE2 = Pinyin.STYLE_TONE2;
module.exports.STYLE_TO3NE = Pinyin.STYLE_TO3NE;
module.exports.STYLE_INITIALS = Pinyin.STYLE_INITIALS;
module.exports.STYLE_FIRST_LETTER = Pinyin.STYLE_FIRST_LETTER;
module.exports.Pinyin = Pinyin;

0 comments on commit 3e211a1

Please sign in to comment.