Previous version made GPDR-friendly

This commit is contained in:
2025-08-18 16:06:37 +02:00
commit fa64b62d5a
357 changed files with 10137 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function minify(input) {
return input.replace(/\s{2,}/g, '').replace(/\'/g, '"');
}