@hokaccha/sql-formatter
Version:
Format whitespace in a SQL query to make it more readable
6 lines (5 loc) • 318 B
TypeScript
export declare const trimSpacesEnd: (str: string) => string;
export declare const last: (arr: Array<unknown>) => unknown;
export declare const isEmpty: (arr: Array<unknown>) => boolean;
export declare const escapeRegExp: (str: string) => string;
export declare const sortByLengthDesc: (strings: string[]) => string[];