UNPKG

sql-formatter

Version:

Format whitespace in a SQL query to make it more readable

3 lines (2 loc) 203 B
import { SqlLanguage, FormatFn } from '../../src/sqlFormatter'; export default function supportsOperators(language: SqlLanguage, format: FormatFn, operators: string[], logicalOperators: string[]): void;