@augment-vir/node
Version:
A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.
19 lines (18 loc) • 928 B
TypeScript
export declare const monoRepoDirPath: string;
export declare const notCommittedDirPath: string;
export declare const nodePackageDir: string;
export declare const testFilesDir: string;
export declare const dirContentsTestDir: string;
export declare const longRunningFilePath: string;
export declare const longRunningFileWithStderr: string;
export declare const workspaceQueryDir: string;
export declare const workspaceQueryPackageJsonPath: string;
export declare const tempWorkspaceQueryFile: string;
export declare const recursiveFileReadDir: string;
export declare const invalidPackageDirPath: string;
export declare const testPrismaSchemaPath: string;
export declare const testPrismaSchema2Path: string;
export declare const testInvalidPrismaSchemaPath: string;
export declare const testSqliteDbPath: string;
export declare const generatedPrismaClientDirPath: string;
export declare const testPrismaMigrationsDirPath: string;