Skip to content

Commit

Permalink
Export AbortableAsyncIterator class as type
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmanGoni committed Jan 3, 2025
1 parent a90f025 commit 343efe3
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 @@ -173,3 +173,5 @@ 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.js'

export type { AbortableAsyncIterator }

0 comments on commit 343efe3

Please sign in to comment.