UNPKG

vde-layout

Version:

Terminal multiplexer layout management tool for VDE (Vibe Coding Development Environment)

6 lines 309 B
export { RealExecutor } from "./real-executor"; export { DryRunExecutor } from "./dry-run-executor"; export { MockExecutor } from "./mock-executor"; export type { RealExecutorOptions } from "./real-executor"; export type { DryRunExecutorOptions } from "./dry-run-executor"; //# sourceMappingURL=index.d.ts.map