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

4 lines
135 B
TypeScript
Raw Normal View History

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