UNPKG

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
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