UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

4 lines (3 loc) 99 B
export function getCurrentTimestamp(): number { return Math.ceil(new Date().getTime() / 1000); }