OverloadYield.js 88 B

123
  1. export default function _OverloadYield(value, kind) {
  2. this.v = value, this.k = kind;
  3. }