aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts-gen/src/index.ts
blob: 4863ab7942b2fc1c833a4d445a7534fc35241508 (plain) (blame)
1
2
3
4
5
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.
 */
export {};