UNPKG

@bangbu/ts-utils

Version:

Utility functions and constants for Cyberk

4 lines (3 loc) 109 B
export declare const timeAgo: (timestamp: Date | null, { withAgo, }?: { withAgo?: boolean; }) => string;