UNPKG

sql-formatter

Version:

Format whitespace in a SQL query to make it more readable

5 lines (4 loc) 134 B
/** * Handles select alias placement - tabulates if enabled */ export default function formatAliasPositions(query: string): string;