UNPKG

@villedemontreal/workit-core

Version:

This package provides default and no-op implementations of the WorkIt types for client packages.

7 lines (6 loc) 197 B
import { Container } from 'inversify'; import { IOC } from '../IoC'; declare const kernel: Container; declare const container: Container; declare const IoC: IOC; export { kernel, container, IoC };