This commit is contained in:
6
node_modules/licia/query.d.ts
generated
vendored
Normal file
6
node_modules/licia/query.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare const query: {
|
||||
parse(str: string): any;
|
||||
stringify(object: any): string;
|
||||
};
|
||||
|
||||
export = query;
|
||||
Reference in New Issue
Block a user