OverloadYield.js 97 B

1234
  1. function _OverloadYield(e, d) {
  2. this.v = e, this.k = d;
  3. }
  4. export { _OverloadYield as default };