UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

10 lines 293 B
import { DependencyRule } from "./DependencyRule.js"; export class FN001033_DEP_tslib extends DependencyRule { constructor(options) { super({ ...options, packageName: 'tslib' }); } get id() { return 'FN001033'; } } //# sourceMappingURL=FN001033_DEP_tslib.js.map