Appearance
const increment: OperatorFn;
Defined in: operations.ts:137
Increments the first argument by 1.
Only the first argument is used. Additional arguments are ignored.
Numeric arguments
First argument incremented by 1
1.0.0
Simon Kovtyk