mirror of
https://github.com/actions/setup-python.git
synced 2025-06-17 17:57:14 +02:00
Initial pass
This commit is contained in:
9
node_modules/jest-haste-map/build/persistence/file.d.ts
generated
vendored
Normal file
9
node_modules/jest-haste-map/build/persistence/file.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
import { InternalHasteMap, Persistence } from '../types';
|
||||
declare class FilePersistence implements Persistence {
|
||||
write(cachePath: string, internalHasteMap: InternalHasteMap): void;
|
||||
read(cachePath: string): InternalHasteMap;
|
||||
getType(): string;
|
||||
}
|
||||
declare const _default: FilePersistence;
|
||||
export default _default;
|
||||
//# sourceMappingURL=file.d.ts.map
|
Reference in New Issue
Block a user