Skip to content

Commit a7b450f

Browse files
committed
Recompile
1 parent af4ba41 commit a7b450f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/query.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export declare class Query {
2-
private readonly query;
2+
readonly query: any;
33
constructor(query?: any);
44
push(key: object | string, value?: any): this;
55
toString(): string;

0 commit comments

Comments
 (0)