UNPKG
nice-grpc-web
Version:
latest (3.3.8)
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Browser gRPC library that is nice to you
nice-grpc-web
/
lib
/
utils
/
asyncIterableOf.js
8 lines
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
asyncIterableOf
= asyncIterableOf;
/**
@internal
*/
async
function
*
asyncIterableOf
(
item
) {
yield
item; }
//# sourceMappingURL=asyncIterableOf.js.map