UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 197 B
import type { HTTPReqData } from './types.js'; export declare function appendData<T extends HTTPReqData>(data: T | undefined | null, func: (key: string, val: any) => Promise<void>): Promise<void>;