UNPKG

@smart-consulting/lattice-services

Version:

Collection of common types and functions for connecting to Lattice services

7 lines (6 loc) 273 B
/** * Find the time difference between current and/or given dates * @param lastLoginDate - string: Last login date value * @param otherDate - string: Optional second date value */ export declare function getLastLogin(lastLoginDate: string, otherDate?: string): string;