UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

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