mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-09 06:13:26 +00:00
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
export * as File from "./file"
|
|
|
|
import { Revert } from "@opencode-ai/schema/revert"
|
|
|
|
export const Diff = Revert.FileDiff
|
|
export type Diff = typeof Diff.Type
|