UNPKG
oauth2-client-ts
Version:
latest (0.1.1)
0.1.1
0.1.0
An exstensible OAuth 2.0, standard compliant client library for Node.js and the Web.
oauth2-client-ts
/
dist
/
errors
/
response.guard.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
import
{
ErrorResponse
}
from
"./response"
;
export
declare
function
isErrorResponse
(
obj
:
any
,
_argumentName
?:
string
): obj is
ErrorResponse
;