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

4 lines
138 B
TypeScript
Raw Normal View History

export { HOOK_NAME } from "./hook-name";
export { createAtlasHook } from "./atlas-hook";
export type { AtlasHookOptions } from "./types";