Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ getJSZip
Function
getJSZip
apps/sim/lib/workflows/operations/import-export.ts:41–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
async
function
getJSZip() {
42
const
{ default: JSZip } =
await
import
(
'jszip'
)
43
return
JSZip
44
}
45
46
export
interface
WorkflowExportData {
47
workflow: {
Callers
4
exportWorkflowsToZip
Function · 0.85
exportWorkspaceToZip
Function · 0.85
exportFolderToZip
Function · 0.85
extractWorkflowsFromZip
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected