UNPKG

@prisma/sdk

Version:
5 lines (4 loc) 162 B
/** * Adds `Prisma CLI Version : x.x.x` at the bottom of the error output. */ export declare function addVersionDetailsToErrorMessage(message: string): string;