@nuff-said/time-ago
v1.0.1
Published
A library to format the difference between dates
Downloads
170
Readme
@nuff-said/time-ago
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
Installation
$ npm i @nuff-said/time-ago
Contributing
All contributions are welcome! Feel free to file an issue, point out an optimization or even push a PR!
License
This project uses the GPL-3.0 license.