UNPKG
@skybit/hardhat-yul
Version:
latest (4.2.1)
4.2.1
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
Compile Yul smart contracts in Hardhat
github.com/SKYBITDev3/hardhat-yul
SKYBITDev3/hardhat-yul
@skybit/hardhat-yul
/
dist
/
type-extensions.d.ts
11 lines
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
"hardhat/types/config"
;
import
{
YulConfig
}
from
"./types"
;
declare
module
"hardhat/types/config"
{
interface
HardhatUserConfig
{
yul
?:
Partial
<
YulConfig
>; }
interface
HardhatConfig
{
yul
:
YulConfig
; } }
//# sourceMappingURL=type-extensions.d.ts.map