UNPKG

sql-formatter

Version:

Format whitespace in a SQL query to make it more readable

6 lines (5 loc) 207 B
import { FormatFn, SqlLanguage } from '../src/sqlFormatter'; /** * Shared tests for MySQL and MariaDB */ export default function behavesLikeMariaDbFormatter(language: SqlLanguage, format: FormatFn): void;