Last change
on this file since 1ad8e64 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";
|
---|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
3 | exports.PluginLicenseTestRunner = void 0;
|
---|
4 | var 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 | }());
|
---|
13 | exports.PluginLicenseTestRunner = PluginLicenseTestRunner;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.