2015-01-21 13:58:49 +02:00

3 lines
43 B
JavaScript

export function* generator() {
yield 1;
}