Update packages/contracts-gen/src/index.ts

Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
This commit is contained in:
Fabio B
2019-02-04 12:56:18 +01:00
committed by GitHub
parent 31d1390039
commit 129ae3a737

View File

@@ -1,6 +1,6 @@
/**
* This module is a CLI tool. As soon as you run it - it starts doing stuff.
* At the same time - our installation tests assume that you can import package without causing side effects.
* That's why our main entry point it empty. No side effects. But out secondary entry poing - contracts-gen.ts is a CLI tool and starts running as soon as you import/run it.
* That's why our main entry point it empty. No side effects. But our secondary entry point - contracts-gen.ts is a CLI tool and starts running as soon as you import/run it.
*/
export {};