UNPKG

khamba

Version:

A cli tool for sharing files through local network.

6 lines (5 loc) 170 B
import { FileTypes } from '../types/storeTypes.js'; export declare const peoplesNames: string[]; export declare const fileTypeMapping: { [key: string]: FileTypes; };