A compact library to check how far back a date was, in 167 bytes minzipped and brotlied.
import timeAgo from '@nuff-said/time-ago'
console.log(timeAgo(new Date(0))) // 54 years ago
$ npm i @nuff-said/time-ago
All contributions are welcome! Feel free to file an issue, point out an optimization or even push a PR!
This project uses the GPL-3.0 license.