All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.helpers.OverloadYield.js Maven / Gradle / Ivy

There is a newer version: 7.26.0
Show newest version
"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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy