Global

Methods

array() → {ArrayType}

Creates and returns an ArrayType object.
Source:
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.
Source:
Returns:
The BufferType object.
Type
BufferType

date() → {DateType}

Creates and returns a DateType object.
Source:
Returns:
The DateType object.
Type
DateType

number() → {NumberType}

Creates and returns a NumberType object.
Source:
Returns:
The NumberType object.
Type
NumberType

object() → {ObjectType}

Creates and returns a ObjectType object.
Source:
Returns:
The ObjectType object.
Type
ObjectType

string() → {StringType}

Creates and returns a StringType object.
Source:
Returns:
The StringType object.
Type
StringType