UNPKG

@malagu/core

Version:
5 lines (3 loc) 171 B
import { Container } from 'inversify'; // dynamic loading component module at compile time export const container: Promise<Container> = Promise.resolve(new Container());