# Packages
No description provided by the author
# Functions
@namespace T.
# Variables
ARRAY asserts that value is a array type.
BINARY asserts that value is a binary type.
DATETIME asserts that value is a datetime type.
EMPTY asserts that the target does not contain any values.
EQUAL asserts equality of actual and expected values.
FAIL returns an error.
FALSE asserts that value is false.
FLOAT asserts that value is a float type.
GT asserts that an actual value is greater than an expected one.
GTE asserts that an actual value is greater than or equal to an expected one.
INCLUDE asserts that haystack includes needle.
INT asserts that value is a int type.
LEN asserts that a measurable value has a length or size with the expected value.
LT asserts that an actual value is lesser than an expected one.
LTE asserts that an actual value is lesser than or equal to an expected one.
MATCH asserts that value matches the regular expression.
NONE asserts that value is none.
OBJECT asserts that value is a object type.
STRING asserts that value is a string type.
TRUE asserts that value is true.