UNPKG

@expressots/core

Version:

Expressots - modern, fast, lightweight nodejs web framework (@core)

11 lines (10 loc) 272 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;