UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

5 lines 216 B
import { createProxyHandler } from '../../../utils/actions.js'; export function createProxyPutController(options) { return createProxyHandler(true, options); } //# sourceMappingURL=createProxyPutController.js.map