3 lines
41 B
JavaScript
3 lines
41 B
JavaScript
function* fn() {
|
|
(x = (yield)) => {};
|
|
} |
function* fn() {
|
|
(x = (yield)) => {};
|
|
} |