UNPKG

@robotlegsjs/core

Version:

An architecture-based IoC framework for JavaScript/TypeScript

7 lines (6 loc) 174 B
import { IExtension } from "./IExtension"; /** * A bundle installs a set of Extensions and Configurations into a Context */ export interface IBundle extends IExtension { }