UNPKG

inversify

Version:

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

8 lines (7 loc) 290 B
import { interfaces } from '../interfaces/interfaces'; declare class Plan implements interfaces.Plan { parentContext: interfaces.Context; rootRequest: interfaces.Request; constructor(parentContext: interfaces.Context, rootRequest: interfaces.Request); } export { Plan };