persona-community-5/.pnpm-store/v3/files/9b/e23e9853c71842fc09e12d6aa88ec62596fc2a14514d9154817c6b36a5d69eb2b6ef0142ecaf163697cd7a9a36644445f771560e278ce1fbeabc0e207df64f
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

13 lines
359 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoLicenseUrl = void 0;
const utils_1 = require("../utils");
const InfoLicenseUrl = () => {
return {
License(license, ctx) {
(0, utils_1.validateDefinedAndNonEmpty)('url', license, ctx);
},
};
};
exports.InfoLicenseUrl = InfoLicenseUrl;