Appearance
const decrement: OperatorFn;
Defined in: operations.ts:155
Decrements the first argument by 1.
Only the first argument is used. Additional arguments are ignored.
Numeric arguments
First argument decremented by 1
1.0.0
Simon Kovtyk