UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

10 lines (8 loc) 150 B
"use strict"; exports.isSupported = (function () { try { return Boolean(new Blob()); } catch (e) { return false; } })();