UNPKG
@scaleway/sdk-client
Version:
latest (2.6.0)
2.6.0
2.5.0
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
Scaleway SDK Client
github.com/scaleway/scaleway-sdk-js
scaleway/scaleway-sdk-js
@scaleway/sdk-client
/
dist
/
helpers
/
is-response.d.ts
9 lines
(8 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Validates an object is of type Response without using `instanceof`. * *
@remarks
Check issue #509 for more context. * *
@internal
*/
export
declare
const
isResponse
:
(
obj
:
unknown
) =>
obj is
Response
;