UNPKG
hardhat-pint
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Hardhat plugin for Pint
github.com/Mokita-J/pinting
Mokita-J/pinting
hardhat-pint
/
src
/
type-extensions.ts
12 lines
(9 loc)
•
247 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
"hardhat/types/config"
;
import
"hardhat/types/runtime"
;
import
{
Pint
}
from
"./Pint"
;
declare
module
"hardhat/types/config"
{}
declare
module
"hardhat/types/runtime"
{
export
interface
HardhatRuntimeEnvironment
{
pint
:
Pint
; } }