UNPKG
@zendlora/baileys
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
WhatsApp API Modified By Zendlora
@zendlora/baileys
/
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 };