rpnCalculator:RPNCalculator = new RPNCalculator(config)
Functions
Const isNumber
isNumber(param: any): boolean
Parameters
param: any
Returns boolean
Object literals
Const config
config:object
operations
operations:(Sum | Substract | Mltiply | Sum)[] = [new Sum(),// just to show that we can redefine the operation symbolnew Substract('-'),new Multiply(),new Divide()]