18 lines
555 B
TypeScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
import { b as TwoslashTypesCache } from './shared/vitepress-twoslash.D0M9n6iV.mjs';
import '@shikijs/twoslash/core';
import 'twoslash';
import 'twoslash-vue';
import '@shikijs/twoslash';
interface FileSystemTypeResultCacheOptions {
/**
* The directory to store the cache files.
*
* @default '.vitepress/cache/twoslash'
*/
dir?: string;
}
declare function createFileSystemTypesCache(options?: FileSystemTypeResultCacheOptions): TwoslashTypesCache;
export { type FileSystemTypeResultCacheOptions, createFileSystemTypesCache };