Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nuff-said/time-ago

nuff-said115GPL-3.01.0.1

A library to format the difference between dates

time-ago

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.