remove unused imports
This commit is contained in:
parent
6263b15314
commit
7c6849c9cb
1 changed files with 0 additions and 10 deletions
|
|
@ -3,17 +3,7 @@ const Key = require('../key')
|
||||||
const Schema = require('../schema')
|
const Schema = require('../schema')
|
||||||
const Streams = require('../streams')
|
const Streams = require('../streams')
|
||||||
/**
|
/**
|
||||||
* @typedef {import('../SimpleGUN').UserGUNNode} UserGUNNode
|
|
||||||
* @typedef {import('../SimpleGUN').GUNNode} GUNNode
|
|
||||||
* @typedef {import('../SimpleGUN').ISEA} ISEA
|
|
||||||
* @typedef {import('../SimpleGUN').ListenerData} ListenerData
|
|
||||||
* @typedef {import('../schema').HandshakeRequest} HandshakeRequest
|
* @typedef {import('../schema').HandshakeRequest} HandshakeRequest
|
||||||
* @typedef {import('../schema').Message} Message
|
|
||||||
* @typedef {import('../schema').Outgoing} Outgoing
|
|
||||||
* @typedef {import('../schema').PartialOutgoing} PartialOutgoing
|
|
||||||
* @typedef {import('../schema').Chat} Chat
|
|
||||||
* @typedef {import('../schema').ChatMessage} ChatMessage
|
|
||||||
* @typedef {import('../schema').SimpleSentRequest} SimpleSentRequest
|
|
||||||
* @typedef {import('../schema').SimpleReceivedRequest} SimpleReceivedRequest
|
* @typedef {import('../schema').SimpleReceivedRequest} SimpleReceivedRequest
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue