This commit is contained in:
Luiz Silva 2024-05-07 10:00:00 -03:00
parent b90cfe207e
commit f30428ce4d
65 changed files with 74 additions and 161 deletions

View file

@ -9,4 +9,3 @@ export const texto_busca = (...texto) => texto
.replace(/\s+/g, " ")
.toLowerCase())
.join(" ");
//# sourceMappingURL=texto_busca.js.map