UNPKG

@nomiclabs/buidler

Version:

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

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