autoloop / packages /shared /src /date-utils.d.ts
shubhjn's picture
Deploy AutoLoop Server to Hugging Face
a6b6c66
raw
history blame contribute delete
89 Bytes
export declare function formatDistanceToNowSimple(date: Date | string | number): string;