UNPKG

inversify

Version:

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

11 lines (10 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Plan = void 0; class Plan { constructor(parentContext, rootRequest) { this.parentContext = parentContext; this.rootRequest = rootRequest; } } exports.Plan = Plan;