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
/
lib
/
helpers
/
is-response-with-pagination.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
import
{
RawResponse
}
from
'../interfaces/raw-response'
;
export
declare
function
isRawResponse<T>(
value
:
any
): value is
RawResponse
<T>;