mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-08-25 18:34:48 +00:00
3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
export declare function writeManifest(filePath: string, entries: string[]): void;
|
|
export declare function readManifestAsCsv(filePath: string): string;
|