Browse Source

Export `AbortableAsyncIterator` class as type (#188)

Abdulrahman Goni 3 months ago
parent
commit
bc6afc9161
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/index.ts

+ 2 - 0
src/index.ts

@@ -66,3 +66,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 }