UNPKG
harbor-hardhat-anvil
Version:
latest (0.0.6)
0.0.6
0.0.4
0.0.3
harbor hardhat anvil plugin
github.com/foundry-rs/hardhat
harbor-hardhat-anvil
/
dist
/
test
/
helpers.d.ts
8 lines
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
HardhatRuntimeEnvironment
}
from
"hardhat/types"
;
declare
module
"mocha"
{
interface
Context
{
env
:
HardhatRuntimeEnvironment
; } }
export
declare
function
useEnvironment
(
fixtureProjectName
:
string
,
networkName
?:
string
):
void
;
//# sourceMappingURL=helpers.d.ts.map