@rbxts/expect > VariableData > value
VariableData.value property
The value of this variable.
Signature:
value: unknown;
Example
expect(5).to.be.defined(); // 5 is the value
@rbxts/expect > VariableData > value
The value of this variable.
Signature:
value: unknown;
expect(5).to.be.defined(); // 5 is the value