UNPKG

inversify

Version:

A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.

8 lines (7 loc) 271 B
import interfaces from "../interfaces/interfaces"; declare class KernelModule implements interfaces.KernelModule { guid: string; registry: (bind: interfaces.Bind) => void; constructor(registry: (bind: interfaces.Bind) => void); } export default KernelModule;