UNPKG

khamba

Version:

A cli tool for sharing files through local network.

3 lines (2 loc) 193 B
import { SendingFiles } from '../types/storeTypes.js'; export declare const useHttpServer: (MY_IP: string, TCP_PORT: number, isSending: boolean, sendingFileNames: SendingFiles | null) => void;