UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

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