UNPKG

locklift

Version:

Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.

6 lines (5 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addPlugin = void 0; var addPlugin_1 = require("./addPlugin"); Object.defineProperty(exports, "addPlugin", { enumerable: true, get: function () { return addPlugin_1.addPlugin; } });