fix(core): export MemoryStorage

This commit is contained in:
alina 🌸 2023-12-13 17:19:10 +03:00
parent 56c2085190
commit 314bfa0fec
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -1 +1,2 @@
export * from './abstract.js'
export * from './memory.js'