Constructor
new DateDescription(what, options)
Constructor
Parameters:
| Name | Type | Description | 
|---|---|---|
| what | String | What is being described | 
| options | DescribeOptions | 
Members
mean :number
Mean sum as expressed
Type:
- number
Methods
(static) matchesType(value) → {Boolean}
Whether the value can be described with this
Parameters:
| Name | Type | Description | 
|---|---|---|
| value | any | value to check | 
Returns:
- true if the value matches
- Type
- Boolean