Files
2025-08-11 11:51:38 +08:00

7 lines
108 B
TypeScript

declare const query: {
parse(str: string): any;
stringify(object: any): string;
};
export = query;