ohctechv3/.svn/pristine/b0/b00f70713049a671f4c749552bdbed4007471f7a.svn-base

13 lines
233 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _OverloadYield;
function _OverloadYield(value, kind) {
this.v = value;
this.k = kind;
}
//# sourceMappingURL=OverloadYield.js.map