This commit is contained in:
Luiz Silva 2025-07-17 10:25:01 -03:00
parent 3c7926df4d
commit 17aee620b3
4 changed files with 11 additions and 1 deletions

View file

@ -1,2 +1,5 @@
import { cacheM } from "./cacheMemoria";
import { texto_busca } from "./texto_busca";
console.log("Vari\xE1veis funcionando", texto_busca);
cacheM(1, { Jaca: Promise.resolve() });
console.log("cache:", cacheM(1));