@nomicfoundation/hardhat-chai-matchers
Version:
Hardhat utils for testing
7 lines • 401 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PANIC_CODES = void 0;
// re-export here so users can import from "@nomicfoundation/hardhat-chai-matchers/panic"
var panic_1 = require("./internal/reverted/panic");
Object.defineProperty(exports, "PANIC_CODES", { enumerable: true, get: function () { return panic_1.PANIC_CODES; } });
//# sourceMappingURL=panic.js.map
;