UNPKG

@metacall/faas

Version:

Reimplementation of MetaCall FaaS platform written in TypeScript.

4 lines (3 loc) 240 B
/// <reference types="qs" /> /// <reference types="express" /> export declare const deployDelete: import("express").RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>;