1.0.10 • Published 6 years ago
interactor-lib v1.0.10
Interactor Pattern
Interactors are used to encapsulate your application's business logic. Each interactor represents one thing that your application does. Highly inspired by the ruby interactor library.
Installing
npm i interactor-lib
Types are bit difficult to write for static methods until https://github.com/Microsoft/TypeScript/issues/13462 gets a final outcome