UNPKG

sharepoint-upload

Version:

Take it easy uploading files to Sharepoint

6 lines 184 B
module.exports = (...args) => { const errors = args.filter(arg => !arg) if (errors.length) { throw new Error(`Missing required arguments: ${errors.join(', ')}`) } }