Methods
array() → {ArrayType}
Creates and returns an ArrayType object.
Returns:
The ArrayType object.
- Type
- ArrayType
boolean() → {BooleanType}
Creates and returns a BooleanType object.
- Source:
Returns:
The BooleanType object.
- Type
- BooleanType
buffer() → {BufferType}
Creates and returns a BufferType object.
Returns:
The BufferType object.
- Type
- BufferType
date() → {DateType}
Creates and returns a DateType object.
Returns:
The DateType object.
- Type
- DateType
number() → {NumberType}
Creates and returns a NumberType object.
Returns:
The NumberType object.
- Type
- NumberType
object() → {ObjectType}
Creates and returns a ObjectType object.
Returns:
The ObjectType object.
- Type
- ObjectType
string() → {StringType}
Creates and returns a StringType object.
Returns:
The StringType object.
- Type
- StringType