更新
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
exports = function(str) {
|
||||
if (str.charCodeAt(0) === 0xfeff) {
|
||||
return str.slice(1);
|
||||
}
|
||||
return str;
|
||||
};
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user