Skip to content

erhant/type-stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Type Stacks

Stack-based operations that live in the type-world.

Installation

Install the NPM package:

npm i type-stacks

Usage

We support the following operations:

  • Pop, Push, Dup, Swap
  • Add, Sub, Mul, Div, Mod
  • Eq, NotEq, Gt, GtOrEq, Lt, LtOrEq

We use the awesome ts-arithmetic package for arithmetic operations.

Releases

No releases published

Packages

No packages published