Skip to content

Commit

Permalink
fix: interfaces export
Browse files Browse the repository at this point in the history
  • Loading branch information
mloenow authored Jan 25, 2024
1 parent a24c2de commit 0cc26c8
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 0cc26c8

Please sign in to comment.