Files
EJClaw/shared/verification-snapshot.d.ts
2026-04-07 00:45:17 +09:00

9 lines
337 B
TypeScript

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