7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
/**
|
|
* Barrel file for workspace exports used by tests.
|
|
* Re-exports key functions from the workspace command module.
|
|
*/
|
|
|
|
export { addWorkspace, allWorkspaces, type Workspace } from "./src/commands/workspace/workspace.ts";
|