Preparing search index...
The search index is not available
run-time-assertions - v1.5.2
run-time-assertions
assertStrictEqual
Function assertStrictEqual
assert
Strict
Equal
(
a
,
b
)
:
void
Asserts that inputs are equal with
===
.
Parameters
a
:
unknown
b
:
unknown
Returns
void
Throws
AssertionError if the inputs are not equal
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
run-time-assertions - v1.5.2
Loading...
Asserts that inputs are equal with
===
.