UNPKG

flink-sql-language-server

Version:

A LSP-based language server for Apache Flink SQL

4 lines (3 loc) 194 B
export declare function removeElement<T = any>(element: T, array: T[]): void; export declare function unique<T = any>(arr: T[]): T[]; export declare function sanitizeText(text: string): string;