horse-betting/btc-ui-app-2/node_modules/tuf-js/dist/utils/tmpfile.d.ts
2025-06-19 16:39:08 +05:30

4 lines
150 B
TypeScript

type TempFileHandler<T> = (file: string) => Promise<T>;
export declare const withTempFile: <T>(handler: TempFileHandler<T>) => Promise<T>;
export {};