Skip to content

Commit 31c3419

Browse files
committed
暴露isType方法
1 parent f214023 commit 31c3419

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "douyudm",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "实时获取斗鱼弹幕",
55
"bin": {
66
"douyudm": "src/cmd.js"

src/stt.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function deserialize(raw) {
5353
}
5454

5555
module.exports = {
56+
isType,
5657
serialize,
5758
deserialize,
5859
}

0 commit comments

Comments
 (0)