UNPKG

sequelize-log-syntax-colors

Version:

Colors for sequilize console output. Supporting basic MySQL syntax.

5 lines 222 B
export declare type HighlightSQLOptions = { capitalizeKeywords?: boolean; }; export default function highlightSQL(text: string, { capitalizeKeywords }?: HighlightSQLOptions): string; //# sourceMappingURL=index.d.ts.map