Example helper module for serve-function-module-template.
- Source:
Methods
(inner) helper(summands) → {String|Number|Error}
Adds its input arguments.
Parameters:
| Name | Type | Description |
|---|---|---|
summands |
Array.<(String|Number)> | things to be added |
- Source:
Returns:
the sum of summands
- Type
- String | Number | Error