Skip to content

Commit

Permalink
fix: interfaces export
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceMacD authored Jan 25, 2024
2 parents a24c2de + 0cc26c8 commit 710b027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ export class Ollama {
export default new Ollama()

// export all types from the main entry point so that packages importing types dont need to specify paths
export * from './interfaces'
export * from './interfaces.js'

0 comments on commit 710b027

Please sign in to comment.