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

3 lines
122 B
TypeScript
Raw Normal View History

export { createBackgroundNotificationHook } from "./hook"
export type { BackgroundNotificationHookConfig } from "./types"