Browse Source

Export `AbortableAsyncIterator` class as type (#188)

Abdulrahman Goni 3 tháng trước cách đây
mục cha
commit
bc6afc9161
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 }