UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

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