We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f214023 commit 31c3419Copy full SHA for 31c3419
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "douyudm",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "实时获取斗鱼弹幕",
5
"bin": {
6
"douyudm": "src/cmd.js"
src/stt.js
@@ -53,6 +53,7 @@ function deserialize(raw) {
53
}
54
55
module.exports = {
56
+ isType,
57
serialize,
58
deserialize,
59
0 commit comments