mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-24 06:58:28 +02:00
ES6 Stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = (unsafe) => {
|
||||
export default (unsafe) => {
|
||||
return unsafe
|
||||
.replace(/&/g, '&')
|
||||
.replace(/</g, '<')
|
||||
|
||||
Reference in New Issue
Block a user