UNPKG
ngx-rickandmorty
Version:
beta (1.1.0-beta.1)
latest (1.1.1)
1.1.1
1.1.0
1.1.0-beta.1
1.0.1
1.0.0
ngx-rickandmorty
/
esm2015
/
lib
/
helpers
/
is-response-with-pagination.js
4 lines
•
236 B
JavaScript
View Raw
1
2
3
4
export
function
isRawResponse
(
value
) {
return
!!(value ===
null
|| value ===
void
0
?
void
0
: value.
info
) && !!(value ===
null
|| value ===
void
0
?
void
0
: value.
results
); }
//# sourceMappingURL=is-response-with-pagination.js.map