Files
oh-my-opencode/dist/hooks/keyword-detector/index.d.ts
T

5 lines
134 B
TypeScript
Raw Normal View History

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