Skip to content

Commit

Permalink
feat: Export ModelPaginator Class
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush123 committed Apr 30, 2024
1 parent 57d9ca7 commit f8bc8eb
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';

Check failure on line 15 in src/orm/main.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `;`
export { SnakeCaseNamingStrategy } from './naming_strategies/snake_case.js'

0 comments on commit f8bc8eb

Please sign in to comment.