rest-vir - v1.0.0
Preparing search index...
assertValidEndpoint
Function assertValidEndpoint
assertValidEndpoint
(
endpoint
:
Readonly
<
SelectFrom
<
EndpointDefinition
,
{
isEndpoint
:
true
;
isWebSocket
:
true
;
methods
:
true
;
path
:
true
;
service
:
{
serviceName
:
true
}
;
}
,
>
,
>
,
)
:
void
Asserts that the given finalized
EndpointDefinition
instance is valid.
Parameters
endpoint
:
Readonly
<
SelectFrom
<
EndpointDefinition
,
{
isEndpoint
:
true
;
isWebSocket
:
true
;
methods
:
true
;
path
:
true
;
service
:
{
serviceName
:
true
}
;
}
,
>
,
>
Returns
void
Package
@rest-vir/define-service
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
rest-vir - v1.0.0
Loading...
Asserts that the given finalized EndpointDefinition instance is valid.