UNPKG

mvp-di

Version:

A simple DI package inspired by the MVP pattern. It can inject the presentation layer in React.js/React Native applications.

4 lines (3 loc) 54 B
export interface MvpView { getClassName(): string }