UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

7 lines 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasSharing = hasSharing; function hasSharing(workflows) { return workflows.some((w) => 'shared' in w); } //# sourceMappingURL=requests.js.map