Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@rodrigogs rodrigogs released this 11 Jan 10:25
· 41 commits to master since this release

Added a new function Kairos.with()

Now you can do the following:

let time = Kairos.with('01:00').plus('05:00').divide(2);
console.log(time.toExpression()); // 03:00