prisma-migrations
Version:
A Node.js library to manage Prisma ORM migrations like other ORMs
11 lines • 353 B
TypeScript
export declare const colors: {
reset: (str: string) => string;
bold: (str: string) => string;
red: (str: string) => string;
green: (str: string) => string;
yellow: (str: string) => string;
blue: (str: string) => string;
cyan: (str: string) => string;
gray: (str: string) => string;
};
//# sourceMappingURL=colors.d.ts.map