UNPKG

@tak-ps/node-tak

Version:

Lightweight JavaScript library for communicating with TAK Server

9 lines (8 loc) 227 B
import { Readable } from 'node:stream'; export declare function encodeMultipartFormData(form: FormData): Promise<{ body: Readable; headers: { 'Content-Type': string; 'Content-Length': string; }; }>;