Skip to content

Library rewritten with TypeScript

Compare
Choose a tag to compare
@mauriciopoppe mauriciopoppe released this 03 Jul 18:05
· 28 commits to master since this release

Library rewritten with TypeScript

BREAKING CHANGES:

The library no longer has a default export, instead, import the Interval class like this:

const { Interval } = require('interval-arithmetic')