socio
Version:
A WebSocket Real-Time Communication (RTC) API framework.
10 lines (9 loc) • 399 B
TypeScript
export type SocioStringObj = {
str: string;
markers: string[];
};
export declare function socio(strings: TemplateStringsArray, ...vars: any[]): string;
export declare const socio_string_regex: RegExp;
export declare function QueryIsSelect(sql: string): boolean;
export declare function ParseQueryTables(q: string): string[];
export declare function ParseQueryVerb(q: string): string | null;