OverloadYield.js 88 Bytes Raw Blame History Permalink 1 2 3 export default function _OverloadYield(value, kind) { this.v = value, this.k = kind; }