UNPKG

kequapp

Version:

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

3 lines (2 loc) 116 B
import type { TRawPart } from '../../types.ts'; export default function splitMultipart(body: TRawPart): TRawPart[];