Swap-Aggregator-Subgraph/node_modules/gluegun/build/domain/plugin.js
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

22 lines
547 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Extends the environment with new commands.
*/
var Plugin = /** @class */ (function () {
function Plugin() {
this.name = null;
this.description = null;
this.defaults = {};
this.directory = null;
this.hidden = false;
/**
* A list of commands.
*/
this.commands = [];
this.extensions = [];
}
return Plugin;
}());
exports.Plugin = Plugin;
//# sourceMappingURL=plugin.js.map