UNPKG
@radzztnzx/rbail
Version:
latest (3.3.9-rz.8)
3.3.9-rz.8
3.3.9-rz.7
3.3.9-rz.6
3.3.9-rz.4
3.3.9-rz.2
3.3.9-rz.1
Pro Bails based by Whiskeysockets, Modified by RadzzOffc
github.com/RTypeByte/RBails
@radzztnzx/rbail
/
lib
/
WAM
/
BinaryInfo.d.ts
9 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
EventInputType
}
from
'./constants.js'
;
export
declare
class
BinaryInfo
{
protocolVersion
:
number
;
sequence
:
number
;
events
:
EventInputType
[];
buffer
:
Buffer
[];
constructor
(
options
?:
Partial
<
BinaryInfo
>
); }
//# sourceMappingURL=BinaryInfo.d.ts.map