Skip to content

Commit

Permalink
feat: export ModelPaginator class (#1026)
Browse files Browse the repository at this point in the history
* feat: Export ModelPaginator Class
* fix: Lint issue
  • Loading branch information
aayush123 authored Aug 31, 2024
1 parent 57d9ca7 commit e895d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/orm/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export * from './decorators/date.js'
export * from './decorators/date_time.js'
export { BaseModel, scope } from './base_model/index.js'
export { ModelQueryBuilder } from './query_builder/index.js'
export { ModelPaginator } from './paginator/index.js'
export { SnakeCaseNamingStrategy } from './naming_strategies/snake_case.js'

0 comments on commit e895d1d

Please sign in to comment.