fixed format issues
This commit is contained in:
parent
a700818a06
commit
08f713d98b
55 changed files with 5680 additions and 5533 deletions
2
libs/core/cache/src/index.ts
vendored
2
libs/core/cache/src/index.ts
vendored
|
|
@ -40,4 +40,4 @@ export function createCache(options: CacheOptions): CacheProvider {
|
|||
// Export only what's actually used
|
||||
export type { CacheProvider, CacheStats } from './types';
|
||||
export { NamespacedCache } from './namespaced-cache';
|
||||
export { createNamespacedCache } from './cache-factory';
|
||||
export { createNamespacedCache } from './cache-factory';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue