UNPKG

express-auth-negotiate

Version:

Express middleware to handle negotiate authentication

10 lines (7 loc) 134 B
'use strict'; import del from 'del'; export default gulp => { gulp.task('clean', () => { return del('lib'); }); };