UNPKG

eas-cli

Version:

EAS command line tool

5 lines (4 loc) 136 B
/** * Time elapsed between now and the provided date. For example: '3 months' */ export declare function fromNow(date: Date): string;