Files
oh-my-opencode/src/tools/hashline-edit/validation.ts
T

9 lines
209 B
TypeScript
Raw Normal View History

export {
parseLineRef,
validateLineRef,
validateLineRefs,
HashlineMismatchError,
normalizeLineRef,
} from "@oh-my-opencode/hashline-core"
export type { LineRef } from "@oh-my-opencode/hashline-core"