UNPKG
pi-test-data
Version:
latest (1.0.8)
1.0.8
Manage test data for automation
github.com/automationpi/datapi
automationpi/datapi
pi-test-data
/
tester
/
node_modules
/
mysql
/
lib
/
protocol
/
packets
/
EmptyPacket.js
10 lines
(7 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
=
EmptyPacket
;
function
EmptyPacket
(
) { }
EmptyPacket
.
prototype
.
parse
=
function
parse
(
) { };
EmptyPacket
.
prototype
.
write
=
function
write
(
) { };