Skip to content

Commit

Permalink
feat: removendo logs
Browse files Browse the repository at this point in the history
  • Loading branch information
IcaroSilvaFK committed Jul 23, 2024
1 parent 13ee888 commit 061ef06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
export { Query } from "./lib/query";
import { Query } from "./lib/query";

const queryBuilder = new Query();

const query = queryBuilder.contains("name", "Test").build();

console.log(query);

export default Query;

0 comments on commit 061ef06

Please sign in to comment.