datasquirel/dist/package-shared/utils/mariadb-local-query.d.ts
Benjamin Toby c37d105dee Updates
2025-07-09 20:30:45 +01:00

3 lines
186 B
TypeScript

export default function mariaDBlocalQuery(query: string | string[]): string | (string | undefined)[] | undefined;
export declare function removeQueryDoubleQuotes(query: string): string;