Cris Mihalachef3rno64.io·Dec 23, 2023A Node.JS Library For Parsing NumbersWhile working on track-time-cli, I encountered the need to parse numbers written out with words (i.e., "two days ago.") as the current implementation only supported parsing digits (i.e., "2 days ago.") via the time-speak library. Introducing numbers-...1 like·504 readsnumber-parse