Skip to content

Commit

Permalink
Recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Jan 17, 2021
1 parent af4ba41 commit a7b450f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/query.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export declare class Query {
private readonly query;
readonly query: any;
constructor(query?: any);
push(key: object | string, value?: any): this;
toString(): string;
Expand Down

0 comments on commit a7b450f

Please sign in to comment.