Skip to content

Commit

Permalink
fix: 🐛 export seaerchFields. fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Aug 20, 2020
1 parent 01f9eb4 commit 47b7aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ interface Options {
search: GetSearchList
}

export { searchFields } from './getList/searchList'

export const crud = <M extends any>(
path: string,
model: { new (): M } & typeof Model,
Expand Down

0 comments on commit 47b7aa7

Please sign in to comment.