UNPKG

webpack-userscript

Version:
12 lines 539 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Feature = void 0; const tslib_1 = require("tslib"); require("reflect-metadata"); const plugin_1 = require("./plugin"); exports.default = plugin_1.UserscriptPlugin; var features_1 = require("./features"); Object.defineProperty(exports, "Feature", { enumerable: true, get: function () { return features_1.Feature; } }); tslib_1.__exportStar(require("./plugin"), exports); tslib_1.__exportStar(require("./types"), exports); //# sourceMappingURL=index.js.map