@rbxts/expect > Assertion > a
Assertion.a property
NOOP property for cleaner chaining; does nothing.
Signature:
readonly a: this;
Example
expect("Daymon").to.be.a.string();
@rbxts/expect > Assertion > a
NOOP property for cleaner chaining; does nothing.
Signature:
readonly a: this;
expect("Daymon").to.be.a.string();