hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
5 lines • 309 B
TypeScript
export declare function parseDateString(str: string): Date;
export declare function dateToTimestampSeconds(date: Date): number;
export declare function timestampSecondsToDate(timestamp: number): Date;
export declare function getDifferenceInSeconds(a: Date, b: Date): number;
//# sourceMappingURL=date.d.ts.map