mirror of https://github.com/Radarr/Radarr
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
|
var replace = require('gulp-replace');
|
||
|
module.exports = function() {
|
||
|
return replace(/^\uFEFF/, '');
|
||
|
};
|