Added additional arithmetic source

This commit is contained in:
bwhitn 2017-12-17 15:20:58 -05:00
parent b9b4147c2f
commit 5368040e83
4 changed files with 65 additions and 27 deletions

View file

@ -661,8 +661,8 @@ const OperationConfig = {
"Arithmetic": {
module: "Default",
description: "Conducts mathamatical operations on a list of numbers",
inputType: "string"
outputType: "string"
inputType: "string",
outputType: "string",
args: [
{
name: "Delimiter",
@ -670,7 +670,7 @@ const OperationConfig = {
value: Arithmetic.DELIM_OPTIONS
},
{
name: "Operation"
name: "Operation",
type: "option",
value: Arithmetic.OPERATIONS
}