melhorias tsup
This commit is contained in:
parent
8efeb59716
commit
40570d1b00
96 changed files with 621 additions and 107 deletions
7
dist-front/texto_busca.js
Normal file
7
dist-front/texto_busca.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const texto_busca = (...texto) => texto.map(
|
||||
(txt) => txt === null || txt === void 0 ? "" : String(txt).normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/\s+/g, " ").toLowerCase()
|
||||
).join(" ");
|
||||
export {
|
||||
texto_busca
|
||||
};
|
||||
//# sourceMappingURL=texto_busca.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue