Files
oh-my-opencode/dist/hooks/auto-slash-command/index.d.ts
T
2026-03-14 04:56:50 +00:00

7 lines
222 B
TypeScript

export * from "./detector";
export * from "./executor";
export * from "./constants";
export * from "./types";
export { createAutoSlashCommandHook } from "./hook";
export type { AutoSlashCommandHookOptions } from "./hook";