Current section

Files

Jump to
spellweaver priv bun node_modules cspell dist esm util cache DummyCache.d.ts
Raw

priv/bun/node_modules/cspell/dist/esm/util/cache/DummyCache.d.ts

import type { CSpellLintResultCache } from './CSpellLintResultCache.js';
/**
* Dummy cache implementation that should be usd if caching option is disabled.
*/
export declare class DummyCache implements CSpellLintResultCache {
getCachedLintResults(): Promise<undefined>;
setCachedLintResults(): void;
reconcile(): void;
reset(): void;
}
//# sourceMappingURL=DummyCache.d.ts.map