UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

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