UNPKG

time-left-ago

Version:
3 lines (2 loc) 111 B
import { Moment } from 'moment'; export default function timeAgo(time: string | Date | Moment | null): string;