UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

5 lines (4 loc) 144 B
import { AnyObject } from "../../../interface/object"; export declare function buildResponse(response: { [key: string]: any; }): AnyObject;