4 lines
97 B
JavaScript
Raw Normal View History

2025-06-26 14:55:08 +08:00
function _OverloadYield(e, d) {
this.v = e, this.k = d;
}
export { _OverloadYield as default };