ForkableAsyncIterableIteratorShape: InterfaceGuard<{
    [asyncIterator]: MethodGuard;
    fork: MethodGuard;
    next: MethodGuard;
}> = ...

Type declaration

  • [asyncIterator]: MethodGuard
  • fork: MethodGuard
  • next: MethodGuard