mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
feat(sel): enable division and multiplication
This commit is contained in:
@@ -20,9 +20,9 @@ export abstract class StreamExpressionEngine {
|
||||
add: true,
|
||||
concatenate: false,
|
||||
conditional: true,
|
||||
divide: false,
|
||||
divide: true,
|
||||
factorial: false,
|
||||
multiply: false,
|
||||
multiply: true,
|
||||
power: false,
|
||||
remainder: false,
|
||||
subtract: true,
|
||||
|
||||
Reference in New Issue
Block a user