UNPKG

@ce1pers/date-helpers

Version:
10 lines (8 loc) 167 B
export interface GetPassedTimeOutputs { unit: "hour" | "minute" | "second"; time: number; } export interface WithFormatInput { format: string; date?: Date; }