@ogs-gmbh/ngx-utils
Version:
A lightweight collection of utility functions and helpers for Angular applications
12 lines • 431 B
TypeScript
/**
* Static timestamp helper functions
*/
export declare class TimestampUtil {
/**
* Validate timestamp by its value against current timestamp
* @param {number} timestamp - Timestamp, that'll be checked
* @return {boolean} - Returns true if Timestamp is greater than current Timestamp, otherwise false
*/
static isValidAgainstNow(timestamp: number): boolean;
}
//# sourceMappingURL=timestamp.d.ts.map