9 lines
308 B
Plaintext
9 lines
308 B
Plaintext
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DiscrError = void 0;
|
|
var DiscrError;
|
|
(function (DiscrError) {
|
|
DiscrError["Tag"] = "tag";
|
|
DiscrError["Mapping"] = "mapping";
|
|
})(DiscrError || (exports.DiscrError = DiscrError = {}));
|
|
//# sourceMappingURL=types.js.map |