mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04: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/, '');
|
|
}; |