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

3 lines
128 B
TypeScript
Raw Normal View History

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