Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

7 lines
143 B
JavaScript

function _overload_yield(value, /** 0: await 1: delegate */ kind) {
this.v = value;
this.k = kind;
}
export { _overload_yield as _ };