Docs
Reference
Guides
Blog
Discord
/
node:assert
/
default
/
AssertionError
/
constructor
Co
constructor
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:assert
/
default
/
AssertionError
/
constructor
Co
constructor
constructor
assert.default.AssertionError.constructor
Not implemented in Bun
constructor
AssertionError
(
options
?
:
{
actual
:
unknown
;
expected
:
unknown
;
message
:
string
;
operator
:
string
;
stackStartFn
:
Function
}
)
:
AssertionError
;