mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-17 22:05:04 +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/, '');
|
|
}; |