mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-07-02 00:17:08 +08:00
11 lines
285 B
JavaScript
11 lines
285 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var Plan = (function () {
|
|
function Plan(parentContext, rootRequest) {
|
|
this.parentContext = parentContext;
|
|
this.rootRequest = rootRequest;
|
|
}
|
|
return Plan;
|
|
}());
|
|
exports.Plan = Plan;
|