Files
KDL_WORK/kdl-wasm/web/src/workspace/index.ts
2026-06-28 08:20:33 +08:00

32 lines
760 B
TypeScript

export {
MemoryWorkspaceStorage,
MemoryWorkspaceStore,
ProjectWorkspace,
createProjectManifest,
detectWorkspaceDamage,
exportWorkspaceBundle,
importWorkspaceBundle,
initializeWorkspace,
migrateManifest,
readJson,
readManifest,
readProjectModel,
restoreWorkspace,
snapshotWorkspace,
stableStringify,
writeJson,
writeProjectModel,
type CompatibilityProjectManifest,
type CompatibilityWorkspaceBundle,
type CompatibilityWorkspaceDamage,
type CompatibilityWorkspaceIntegrityReport,
type CompatibilityWorkspaceSnapshot,
type ProjectManifest,
type WorkspaceBundle,
type WorkspaceDamageReport,
type WorkspaceFileEntry,
type WorkspaceSnapshot,
type WorkspaceStorage,
type WorkspaceStore
} from "./storage.js";