4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
export function* gen() {
|
|
return function.sent;
|
|
}
|
export function* gen() {
|
|
return function.sent;
|
|
}
|