Release 1.1.0
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
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