UNPKG

@tovarishfin/hardhat-yul

Version:

Hardhat plugin to develop smart contracts in Yul

6 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TASK_COMPILE_YULP = exports.TASK_COMPILE_YUL = void 0; exports.TASK_COMPILE_YUL = "compile:yul"; exports.TASK_COMPILE_YULP = "compile:yulp"; //# sourceMappingURL=task-names.js.map