Endo API documentation
Preparing search index...
@endo/patterns
MakeInterfaceGuardSloppy
Type Alias MakeInterfaceGuardSloppy
MakeInterfaceGuardSloppy
:
(
interfaceName
:
string
,
methodGuards
:
any
,
options
:
{
defaultGuards
?:
"passable"
|
"raw"
;
sloppy
?:
true
}
,
)
=>
InterfaceGuard
<
any
>
Type declaration
(
interfaceName
:
string
,
methodGuards
:
any
,
options
:
{
defaultGuards
?:
"passable"
|
"raw"
;
sloppy
?:
true
}
,
)
:
InterfaceGuard
<
any
>
Parameters
interfaceName
:
string
methodGuards
:
any
options
:
{
defaultGuards
?:
"passable"
|
"raw"
;
sloppy
?:
true
}
Returns
InterfaceGuard
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Endo API documentation
Loading...