source: trip-planner-front/node_modules/license-webpack-plugin/dist/PluginLicenseTestRunner.js@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 496 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.PluginLicenseTestRunner = void 0;
4var PluginLicenseTestRunner = /** @class */ (function () {
5 function PluginLicenseTestRunner(licenseTest) {
6 this.licenseTest = licenseTest;
7 }
8 PluginLicenseTestRunner.prototype.test = function (licenseId) {
9 return this.licenseTest(licenseId);
10 };
11 return PluginLicenseTestRunner;
12}());
13exports.PluginLicenseTestRunner = PluginLicenseTestRunner;
Note: See TracBrowser for help on using the repository browser.