Files
oh-my-opencode/src/hooks/auto-slash-command/index.ts
T

8 lines
217 B
TypeScript
Raw Normal View History

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