Repository URL to install this package:
|
Version:
1.1.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Aux data mapping structure for storing aux in the client state.
*/
var AuxData = /** @class */ (function () {
function AuxData() {
}
return AuxData;
}());
exports.AuxData = AuxData;
exports.default = AuxData;
//# sourceMappingURL=auxData.js.map