UNPKG

hardhat

Version:

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

8 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCurrentTimestamp = void 0; function getCurrentTimestamp() { return Math.ceil(new Date().getTime() / 1000); } exports.getCurrentTimestamp = getCurrentTimestamp; //# sourceMappingURL=getCurrentTimestamp.js.map