Endo API documentation
Preparing search index...
@endo/patterns
MakeInterfaceGuardStrict
Type Alias MakeInterfaceGuardStrict
MakeInterfaceGuardStrict
:
<
M
extends
Record
<
PropertyKey
,
MethodGuard
>
>
(
interfaceName
:
string
,
methodGuards
:
M
,
options
:
{
defaultGuards
?:
undefined
;
sloppy
?:
false
}
,
)
=>
InterfaceGuard
<
M
>
Type declaration
<
M
extends
Record
<
PropertyKey
,
MethodGuard
>
>
(
interfaceName
:
string
,
methodGuards
:
M
,
options
:
{
defaultGuards
?:
undefined
;
sloppy
?:
false
}
,
)
:
InterfaceGuard
<
M
>
Type Parameters
M
extends
Record
<
PropertyKey
,
MethodGuard
>
Parameters
interfaceName
:
string
methodGuards
:
M
options
:
{
defaultGuards
?:
undefined
;
sloppy
?:
false
}
Returns
InterfaceGuard
<
M
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Endo API documentation
Loading...