UNPKG

sql-formatter

Version:

Format whitespace in a SQL query to make it more readable

3 lines (2 loc) 154 B
import { FormatFn, SqlLanguage } from '../../src/sqlFormatter'; export default function supportsReturning(language: SqlLanguage, format: FormatFn): void;