Files
opencode-plugin-tmux-utils/dist/tools/interactive-bash/index.d.ts
Dmytro Stanchiev 15be750b5c need dist for plugins
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2026-04-19 19:15:51 -04:00

4 lines
156 B
TypeScript

import { interactive_bash } from "./tools";
import { startBackgroundCheck } from "./tmux-path-resolver";
export { interactive_bash, startBackgroundCheck };