mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-19 19:21:27 +02: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/, '');
|
|
}; |