UNPKG

@allgemein/http

Version:

Library for http request backend abstraction.

7 lines 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isStream = isStream; function isStream(pet) { return pet.eventNames !== undefined; } //# sourceMappingURL=IHttp.js.map