UNPKG
@allgemein/http
Version:
latest (1.4.1)
1.4.1
1.3.1
1.3.0
1.2.0
1.1.0
Library for http request backend abstraction.
github.com/allgemein-node/http
allgemein-node/http
@allgemein/http
/
libs
/
http
/
IHttp.js
7 lines
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isStream
= isStream;
function
isStream
(
pet
) {
return
pet.
eventNames
!==
undefined
; }
//# sourceMappingURL=IHttp.js.map