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

3 lines
126 B
TypeScript
Raw Normal View History

export { createRuntimeFallbackHook } from "./hook"
export type { RuntimeFallbackHook, RuntimeFallbackOptions } from "./types"