UNPKG

alagarr

Version:

Alagarr is a request-response helper library that removes the boilerplate from your Node.js serverless functions and helps make your code portable.

3 lines (2 loc) 144 B
import { InterfaceRequest } from '../../types'; export default function normalizeProgrammingModel(request: InterfaceRequest): InterfaceRequest;