UNPKG

nice-grpc-web

Version:

A Browser gRPC library that is nice to you

5 lines (4 loc) 104 B
/** @internal */ export async function* asyncIterableOf<T>(item: T): AsyncIterable<T> { yield item; }