UNPKG

webpack-userscript

Version:
10 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Feature = void 0; class Feature { constructor(options) { this.options = options; } } exports.Feature = Feature; //# sourceMappingURL=feature.js.map