Interface AsyncGenerator<VALUE,UNUSED_RETURN_T,UNUSED_NEXT_T>

All Superinterfaces:
AsyncIterable<VALUE>, AsyncIterator<VALUE,Object,Object>, AsyncIteratorIterable<VALUE>

@JsType(isNative=true, namespace="<global>") public interface AsyncGenerator<VALUE,UNUSED_RETURN_T,UNUSED_NEXT_T> extends AsyncIteratorIterable<VALUE>