UNPKG

since-time-ago-typescript

Version:

typescript package to convert time stamp into a readable format

3 lines (2 loc) 91 B
declare let since: (timestamp?: string | number | Date) => string; export default since;