1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/gulp-nop/index.js

14 lines
201 B
JavaScript

/*!
* gulp-nop, https://github.com/hoho/gulp-nop
* (c) 2014 Marat Abdullin, MIT license
*/
'use strict';
var through = require('through');
module.exports = function() {
return through();
};