taxum
Preparing search index...
@taxum/core
routing
Layer
Type Alias Layer
Represents a Layer that can wrap a service for adding functionality.
type
Layer
=
{
layer
:
(
inner
:
ServiceFn
)
=>
ServiceFn
;
}
Implemented by
CorsLayer
Index
Properties
layer
Properties
layer
layer
:
(
inner
:
ServiceFn
)
=>
ServiceFn
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
layer
taxum
Loading...
Represents a Layer that can wrap a service for adding functionality.