mirror of
https://github.com/LukeHagar/relay.git
synced 2025-12-06 12:47:49 +00:00
saving
This commit is contained in:
14
node_modules/@msgpack/msgpack/dist/ExtData.js
generated
vendored
Normal file
14
node_modules/@msgpack/msgpack/dist/ExtData.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ExtData = void 0;
|
||||
/**
|
||||
* ExtData is used to handle Extension Types that are not registered to ExtensionCodec.
|
||||
*/
|
||||
class ExtData {
|
||||
constructor(type, data) {
|
||||
this.type = type;
|
||||
this.data = data;
|
||||
}
|
||||
}
|
||||
exports.ExtData = ExtData;
|
||||
//# sourceMappingURL=ExtData.js.map
|
||||
Reference in New Issue
Block a user