twas
v2.1.3
Published
Generate time ago string
Downloads
767
Maintainers
Readme
twas
Tiny (280B) relative time string function (eg: "3 seconds ago")
Install
$ npm i -S twas
Usage
import twas from 'twas';
console.log(twas(Date.now() - (5 * 1000));
// -> 5 seconds ago
License
MIT © Vu Tran