Files
EJClaw/shared/verification-snapshot.d.ts
2026-04-08 07:12:54 +09:00

10 lines
361 B
TypeScript

export declare const VERIFICATION_SNAPSHOT_EXCLUDE_NAMES: ReadonlySet<string>;
export declare function isVerificationSnapshotExcludedName(
name: string,
): boolean;
export declare function isVerificationSnapshotExcludedPath(
repoDir: string,
currentPath: string,
): boolean;
export declare function computeVerificationSnapshotId(repoDir: string): string;