UNPKG
@iopa/router
Version:
latest (4.0.19)
4.0.19
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
Lightweight and fast router for IOPA applications
iopa.io
iopa-io/iopa
@iopa/router
/
dist
/
compose.d.ts
7 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IContextIopa
,
AppHandler
}
from
'@iopa/types'
;
declare
type
NamedAppHandler
=
AppHandler
& {
id
:
string
; };
export
declare
function
compose
(
middleware
:
NamedAppHandler
[]
):
(
context
:
IContextIopa
) =>
Promise
<
void
>;
export
{};
//# sourceMappingURL=compose.d.ts.map