UNPKG

khamba

Version:

A cli tool for sharing files through local network.

4 lines (3 loc) 274 B
export declare const hashFile: (filePath: string) => Promise<unknown>; export declare const hashFolder: (folderPath: string) => Promise<string>; export declare const useHashCheck: (PEER_IP: string, PEER_TCP_PORT: number, FILE_ID: string, FILENAME: string) => Promise<void>;