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

5 lines
134 B
TypeScript

export * from "./detector";
export * from "./constants";
export * from "./types";
export { createKeywordDetectorHook } from "./hook";