UNPKG

hardhat-graph-protocol

Version:

A hardhat plugin that extends the runtime environment to inject additional functionality related to the usage of the Graph Protocol.

6 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // To extend one of Hardhat's types, you need to import the module where it has been defined, and redeclare it. require("hardhat/types/config"); require("hardhat/types/runtime"); //# sourceMappingURL=type-extensions.js.map