9 lines
337 B
TypeScript
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;
|