UNPKG

@mooncake/container

Version:

DI(dependency injection) container for JavaScript and TypeScript.

9 lines (8 loc) 239 B
import { Container } from './container'; import * as Types from './types'; export { Types }; export { Types as Type }; export { Container }; export * from './decorators'; declare const _default: Container; export default _default;