3 lines
40 B
JavaScript
3 lines
40 B
JavaScript
function* fn() {
|
|
function yield() {}
|
|
} |
function* fn() {
|
|
function yield() {}
|
|
} |