mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-16 21:34:10 +01:00
4 lines
No EOL
105 B
JavaScript
4 lines
No EOL
105 B
JavaScript
var replace = require('gulp-replace');
|
|
module.exports = function() {
|
|
return replace(/^\uFEFF/, '');
|
|
}; |