2018-01-12 09:19:11 -06:00

4 lines
53 B
JavaScript

interface A {
@@asyncIterator(): Iterator<File>;
}