UNPKG

nice-grpc-web

Version:

A Browser gRPC library that is nice to you

8 lines 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.asyncIterableOf = asyncIterableOf; /** @internal */ async function* asyncIterableOf(item) { yield item; } //# sourceMappingURL=asyncIterableOf.js.map