Skip to content

Commit 3254e4f

Browse files
committed
Export buildWhereClause module
1 parent a9ccc41 commit 3254e4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ export const select = function select(selectConfigs) {
5151
},
5252
], ' ');
5353
};
54+
55+
export {buildWhereClause};

0 commit comments

Comments
 (0)