defi-wonderland / smock

The Solidity mocking library
MIT License
319 stars 40 forks source link

fix: correctly export assertion types #66

Closed smartcontracts closed 3 years ago

smartcontracts commented 3 years ago

Description Types were not being correctly exported when using matchers. Very minor fix but makes the matchers actually useful when using TypeScript.