UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

4 lines (3 loc) 169 B
import { type Middleware } from 'koa'; import { type Options } from '../../../types.js'; export declare function createProxyPutController(options: Options): Middleware;