UNPKG

n8n

Version:

n8n Workflow Automation Tool

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