UNPKG

sql-formatter

Version:

Format whitespace in a SQL query to make it more readable

6 lines (5 loc) 202 B
import { FormatFn, SqlLanguage } from '../src/sqlFormatter'; /** * Core tests for all SQL formatters */ export default function behavesLikeSqlFormatter(language: SqlLanguage, format: FormatFn): void;