Preparing search index...
The search index is not available
mithic - v0.3.0
mithic
@mithic/messaging
MessageValidator
Type alias MessageValidator<Msg, Opts>
Message
Validator
<
Msg
,
Opts
>
:
(
(
message
,
options
?
)
=>
MaybePromise
<
MessageValidationError
|
undefined
>
)
Type Parameters
Msg
Opts
=
object
Type declaration
(
message
,
options
?
)
:
MaybePromise
<
MessageValidationError
|
undefined
>
Message validator function.
Parameters
message
:
Msg
Optional
options
:
MessageOptions
&
Opts
Returns
MaybePromise
<
MessageValidationError
|
undefined
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
mithic - v0.3.0
@mithic/collections - v0.3.0
@mithic/commons - v0.3.0
@mithic/cqrs - v0.3.0
@mithic/crdt - v0.3.0
@mithic/jsonr - v0.3.0
@mithic/messaging - v0.3.0
@mithic/denokv - v0.3.0
@mithic/ipfs - v0.3.0
@mithic/level - v0.3.0
@mithic/redis - v0.3.0
Generated using
TypeDoc
Message validator function.