# Functions

NewArray creates a Array instance with the object value TBD.
NewBoolean creates a Boolean instance with the object value.
NewInteger creates a Integer instance with the object value.
NewNumber creates a Number instance with the object value.
NewSlice creates a Slice instance with the object value.
NewString creates a string with the object value.

# Constants

ErrWrongTypeAssertion is custom error for wrong type assertions.

# Structs

Array type for clause attribute evaluation.
RealClock is the default implementation for Sleeper.
Slice type for clause attribute evaluation.

# Interfaces

No description provided by the author
ValueType interface used for different clause types.

# Type aliases

Boolean type for clause attribute evaluation.
ErrorType is custom type for using it in const declarations.
Integer type for clause attribute evaluation.
JSON type.
Number type for clause attribute evaluation.
String type for clause attribute evaluation.