@augustinmauroy/twas
v1.1.0
Published
A relative time string library
Downloads
9
Readme
@augustinmauroy/twas
A relative time string library
⚠️ WARNING ⚠️: This library use
Intl.DurationFormatwhich is not yet available in all browsers. You can check the compatibility table for more information.
Example
import { twas } from '@augustinmauroy/twas';
const strDiff = twas(new Date('2021-01-01'), new Date('2021-01-02'));
console.log(strDiff); // '1 day ago'Prior art
This library is inspired by vutran/twas.
