@rbxts/expect > Assertion > an
Assertion.an property
NOOP property for cleaner chaining; does nothing.
Signature:
readonly an: this;
Example
expect([1,2,3]).to.be.an.array();
@rbxts/expect > Assertion > an
NOOP property for cleaner chaining; does nothing.
Signature:
readonly an: this;
expect([1,2,3]).to.be.an.array();