EndoJS
Preparing search index...
@endo/patterns
MethodGuardOptional
Type Alias MethodGuardOptional
Optional arguments not guarded with
M.raw()
are automatically hardened and must be Passable.
type
MethodGuardOptional
=
{
optional
:
(
...
optArgGuards
:
ArgGuard
[]
)
=>
MethodGuardRestReturns
;
}
Index
Properties
optional
Properties
optional
optional
:
(
...
optArgGuards
:
ArgGuard
[]
)
=>
MethodGuardRestReturns
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
optional
EndoJS
Loading...
Optional arguments not guarded with
M.raw()are automatically hardened and must be Passable.