UNPKG

ketting

Version:

Opiniated HATEAOS / Rest client.

5 lines (4 loc) 263 B
import { FetchMiddleware } from './fetcher'; import { OAuth2Options, OAuth2Token } from 'fetch-mw-oauth2'; declare const _default: (oauth2Options: OAuth2Options & Partial<OAuth2Token>, token?: OAuth2Token | undefined) => FetchMiddleware; export default _default;