UNPKG
krakentyio-exegesis-koa
Version:
latest (1.0.0)
1.0.0
0.0.0-semantic-release
Parses OpenAPI documents
github.com/exegesis-js/exegesis
exegesis-js/exegesis
krakentyio-exegesis-koa
/
lib
/
utils
/
typeUtils.js
7 lines
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isReadable
= isReadable;
function
isReadable
(
obj
) {
return
obj && obj.
pipe
&&
typeof
obj.
pipe
===
'function'
; }
//# sourceMappingURL=typeUtils.js.map