UNPKG

pgsql-deparser

Version:
5 lines (4 loc) 189 B
export declare class ListUtils { static unwrapList(obj: any): any[]; static formatList(items: any[], separator: string, prefix: string, formatter: (item: any) => string): string; }