UNPKG

reactant-di

Version:

A dependency injection lib for Reactant

8 lines (5 loc) 226 B
import { LazyServiceIdentifer } from 'inversify'; import { ServiceIdentifier } from './interfaces'; const forwardRef = (callback: () => ServiceIdentifier<any>) => new LazyServiceIdentifer(callback); export { forwardRef };