toString function for Interval
abingham opened this issue · 2 comments
abingham commented
I've found that I need a function to get string versions of the Interval
constructors. Would you be interested in adding that to this library? I could put a PR together if so.
justinmimbs commented
Hi there! Are you looking to convert Interval
constructors to strings? If so, the toString
function in core will do it (e.g. https://ellie-app.com/3mc9LW7GrFKa1/0). Or are you looking to convert strings to Interval
s?
abingham commented
Huh...I swear I tried that. Thanks for clearing up my brainfart!