UNPKG

power-di

Version:

A lightweight Dependency Injection library. Using es6 and other features, remove unnecessary concepts, easy and convenient to use.

6 lines (5 loc) 157 B
export * from './BaseComponent'; export * from './IocConsumer'; export * from './IocProvider'; export * from './context'; export * from './useInstanceHook';