UNPKG

@simbachain/hardhat

Version:
10 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExampleHardhatRuntimeEnvironmentField = void 0; class ExampleHardhatRuntimeEnvironmentField { sayHello() { return "hello"; } } exports.ExampleHardhatRuntimeEnvironmentField = ExampleHardhatRuntimeEnvironmentField; //# sourceMappingURL=ExampleHardhatRuntimeEnvironmentField.js.map