UNPKG

kequapp

Version:

A minimal, zero-magic Node web framework built on native APIs

3 lines (2 loc) 155 B
import type { TBodyJson, TFilePart, TRawPart } from '../../types.ts'; export default function parseMultipart(parts: TRawPart[]): [TBodyJson, TFilePart[]];