Skip to main content

@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();