How to use the sppurge.Delete function in sppurge

To help you get started, we’ve selected a few sppurge examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github koltyakov / sp-build-tasks / src / utils / files.ts View on Github external
constructor (settings: IDeploySettings) {
    this.settings = {
      ...settings,
      dist: settings.dist || './dist'
    };
    this.sppurge = new Delete();
    this.spr = createRequest(this.settings.creds);
  }

sppurge

Delete files from SharePoint document libraries using Node.js without hassles

MIT
Latest version published 3 years ago

Package Health Score

40 / 100
Full package analysis

Popular sppurge functions