Stack-based operations that live in the type-world.
Install the NPM package:
npm i type-stacksWe support the following operations:
Pop,Push,Dup,SwapAdd,Sub,Mul,Div,ModEq,NotEq,Gt,GtOrEq,Lt,LtOrEq
We use the awesome ts-arithmetic package for arithmetic operations.