docs
api
workshops
blog
github
angular
core
react
Middleware
API
export
type
Middleware
=
(
fetchInit
:
RequestInit
,
)
=>
|
RequestInit
|
Promise
<
RequestInit
>;