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.

9 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function fromEntries(entries) { return Object.assign({}, ...entries.map(([name, value]) => ({ [name]: value, }))); } exports.fromEntries = fromEntries; //# sourceMappingURL=lang.js.map