rest-vir - v1.0.0
Preparing search index...
assertValidEndpointImplementations
Function assertValidEndpointImplementations
assertValidEndpointImplementations
(
service
:
Readonly
<
Pick
<
ServiceDefinition
,
"endpoints"
|
"serviceName"
>
>
,
endpointImplementations
:
EndpointImplementations
,
)
:
asserts
endpointImplementations
is
Record
<
`
/
${
string
}
`
,
(
params
:
GenericEndpointImplementationParams
)
=>
any
,
>
Asserts that all endpoint implementations are valid.
Parameters
service
:
Readonly
<
Pick
<
ServiceDefinition
,
"endpoints"
|
"serviceName"
>
>
endpointImplementations
:
EndpointImplementations
Returns
asserts
endpointImplementations
is
Record
<
`
/
${
string
}
`
,
(
params
:
GenericEndpointImplementationParams
)
=>
any
,
>
Package
@rest-vir/implement-service
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
rest-vir - v1.0.0
Loading...
Asserts that all endpoint implementations are valid.