Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/assert
AssertionErrorInit
Type Alias AssertionErrorInit
type
AssertionErrorInit
=
{
cause
?:
AssertionError
;
expected
:
string
;
key
?:
Key
;
value
:
unknown
;
}
Index
Properties
cause?
expected
key?
value
Properties
Optional
cause
cause
?:
AssertionError
expected
expected
:
string
Optional
key
key
?:
Key
value
value
:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cause
expected
key
value
Guides
Skill
GitHub
Prelude API
Loading...