UNPKG

claude-flow

Version:

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

11 lines (10 loc) 259 B
const globalObject = (function () { if (typeof globalThis !== "undefined") { return globalThis; } if (typeof self !== "undefined") { return self; } return window; }()); export const { FormData, Blob, File } = globalObject;