* feat: add memory cache to boost performance * fix: tests * fix: logging * fix: missing commented stuff
4 lines
53 B
TypeScript
4 lines
53 B
TypeScript
export enum MemoryStorageType {
|
|
Local = 'local',
|
|
}
|