UNPKG

cspell

Version:
9 lines 497 B
/** * This is a wrapper for 'file-entry-cache' */ export type { FileDescriptor } from '../../../lib/file-entry-cache.cjs'; import type { FileEntryCache as FecFileEntryCache } from '../../../lib/file-entry-cache.cjs'; export type FileEntryCache = FecFileEntryCache; export declare function createFromFile(pathToCache: string, useCheckSum: boolean, useRelative: boolean): FileEntryCache; export declare function normalizePath(filePath: string): string; //# sourceMappingURL=fileEntryCache.d.ts.map