UNPKG

oauth2-client-ts

Version:

An exstensible OAuth 2.0, standard compliant client library for Node.js and the Web.

3 lines (2 loc) 141 B
import { ErrorResponse } from "./response"; export declare function isErrorResponse(obj: any, _argumentName?: string): obj is ErrorResponse;