Skip to content

Commit 4630bd8

Browse files
authored
Merge pull request #45 from spotiyu/patch-1
Update index.js
2 parents 9a7003c + 208c46a commit 4630bd8

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/index.js

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
'use strict';
22

33
const client = require('./client');
4-
const STT = require('./stt');
5-
const Packet = require('./packet');
6-
const Logger = require('./logger');
4+
client.STT = require('./stt');
5+
client.Packet = require('./packet');
6+
client.Logger = require('./logger');
77

8-
module.exports = {
9-
client,
10-
STT,
11-
Packet,
12-
Logger,
13-
};
8+
module.exports = client

0 commit comments

Comments
 (0)