;(globalThis as any).cacheMemoria_cache = _cache
This commit is contained in:
parent
6dd0569f9e
commit
5ed3207ecf
4 changed files with 5 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ const _cache: {
|
|||
| undefined
|
||||
} = {}
|
||||
|
||||
;(globalThis as any).cacheMemoria_cache = _cache
|
||||
|
||||
export const cacheM = <T>(
|
||||
chave: any,
|
||||
valor?: T,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue