6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
/**
|
|
* Core modules shared between all run modes.
|
|
*/
|
|
|
|
export { type BashExecutorOptions, type BashResult, executeBash } from "./bash-executor.js";
|