mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
fix: export type guard functions at runtime, fixes #397
This commit is contained in:
parent
d97a96493c
commit
c10d99d2de
3 changed files with 10 additions and 1 deletions
|
|
@ -12,5 +12,5 @@ export {
|
|||
} from "./loader.js";
|
||||
export { execCommand, HookRunner, type HookErrorListener } from "./runner.js";
|
||||
export { wrapToolsWithHooks, wrapToolWithHooks } from "./tool-wrapper.js";
|
||||
export type * from "./types.js";
|
||||
export * from "./types.js";
|
||||
export type { ReadonlySessionManager } from "../session-manager.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue