Preparing search index...
The search index is not available
run-time-assertions - v1.5.2
run-time-assertions
ErrorMatchOptions
Type Alias ErrorMatchOptions
Error
Match
Options
:
PartialAndNullable
<
{
matchConstructor
:
ErrorConstructor
|
typeof
Error
|
(
new
(
...
args
:
any
[]
)
=>
Error
)
;
matchMessage
:
string
|
RegExp
;
}
>
Matching options for a thrown error constructor or message string.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
run-time-assertions - v1.5.2
Loading...
Matching options for a thrown error constructor or message string.