UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

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