Constructor
new All(input, optionsopt)
the constructor description
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
input |
object | an input | |
options |
object |
<optional> |
optional shit |
- Since:
- v0.10.28
- Deprecated:
- Yes
- Source:
Example
```js
var yeah = new Everything(true)
```
Extends
- Number
Members
size
the general size
topping :string
the ingredients on top
Type:
- string
- Since:
- v1.0.0
- Default Value:
- mud, lettuce
- Source:
Methods
allThings(one, two) → {object|string}
This function has all tags set
Parameters:
Name | Type | Description |
---|---|---|
one |
string | The input string |
two |
object | a second input |
- Since:
- v0.10.28
- Deprecated:
- Yes
- Source:
Returns:
this return has several types
- Type
- object | string
Example
```js
all.allTogether(true)
```