Files
aza/APP/nexus-remote/node_modules/@msgpack/msgpack/dist.es5+esm/ExtData.mjs

12 lines
314 B
JavaScript
Raw Normal View History

2026-03-25 14:14:07 +01:00
/**
* ExtData is used to handle Extension Types that are not registered to ExtensionCodec.
*/
var ExtData = /** @class */ (function () {
function ExtData(type, data) {
this.type = type;
this.data = data;
}
return ExtData;
}());
export { ExtData };
//# sourceMappingURL=ExtData.mjs.map