@themost/data
Version:
MOST Web Framework Codename Blueshift - Data module
15 lines (12 loc) • 364 B
TypeScript
export declare class SelectParser {
splitAsync(str: string): Promise<string[]>;
split(str: string): string[];
}
export declare class OrderByParser {
splitAsync(str: string): Promise<string[]>;
split(str: string): string[];
}
export declare class GroupByParser {
splitAsync(str: string): Promise<string[]>;
split(str: string): string[];
}