Files
oh-my-opencode/src/tools/slashcommand/index.ts
T

3 lines
109 B
TypeScript
Raw Normal View History

export * from "./types"
export { slashcommand, createSlashcommandTool, discoverCommandsSync } from "./tools"