Shashank Tomar

Results 2 issues of Shashank Tomar

The following action works perfectly: ``` function actionCreator(count: number): ActionType { return { type: types.ActionType, count }; } ``` but if rewritten like this: ``` const actionCreator = (count: number):...

The layers are not supported in tech.domain.toml file. In a monorepo setup, each module can have different type of layers, so this feature will be really helpful.

enhancement