docs
api
examples
blog
k
on GitHub
angular
core
react
Middleware
API
export type Middleware = ( fetchInit: RequestInit , ) => | RequestInit | Promise < RequestInit >;