UNPKG
@rodrigogs/baileys-store
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.1
1.0.0
0.0.0
Baileys Store
github.com/rodrigogs/baileys-store
@rodrigogs/baileys-store
/
lib
/
Store
/
index.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
import
makeCacheManagerAuthState
from
'./make-cache-manager-store'
;
import
makeInMemoryStore
from
'./make-in-memory-store'
;
export
{ makeInMemoryStore, makeCacheManagerAuthState };