4 lines
30 B
JavaScript
4 lines
30 B
JavaScript
function* a() {
|
|
yield* 1;
|
|
}
|
function* a() {
|
|
yield* 1;
|
|
}
|