Files
2024-07-05 13:46:23 +02:00

3 lines
121 B
TypeScript

import { Updater } from 'tuf-js';
export declare function readTarget(tuf: Updater, targetPath: string): Promise<string>;