UNPKG
liefern
Version:
latest (1.0.0-rc-12)
1.0.0-rc-7
1.0.0-rc-6
1.0.0-rc-5
1.0.0-rc-4
1.0.0-rc-3
1.0.0-rc-2
1.0.0-rc-12
1.0.0-rc-11
1.0.0-rc-10
1.0.0-rc-1
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
Node Webserver without dependencies
gitlab.com/kartei/liefern.io
liefern
/
dist
/
esm
/
utils
/
createControllerParams.d.ts
3 lines
(2 loc)
•
245 B
TypeScript
View Raw
1
2
3
import
{
ControllerParams
,
Request
,
Response
,
SharedObject
,
UrlParams
}
from
'../types.js'
;
export
declare
const
createControllerParams
:
(
request
:
Request
,
response
:
Response
,
urlParams
:
UrlParams
,
sharedData
:
SharedObject
) =>
ControllerParams
;