UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

7 lines 207 B
import Command from '../../Command.js'; export default class GraphCommand extends Command { get resource() { return 'https://graph.microsoft.com'; } } //# sourceMappingURL=GraphCommand.js.map