1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-05 02:08:14 +09:00
This commit is contained in:
syuilo 2017-11-17 01:30:47 +09:00
parent bb0f9d5de9
commit 96d2aadd70

View File

@ -40,6 +40,9 @@ export default abstract class StreamManager<T extends Connection> extends EventE
*/
public abstract getConnection(): T;
/**
*
*/
public borrow() {
return this._connection;
}