瀏覽代碼

Export `AbortableAsyncIterator` class as type (#188)

Abdulrahman Goni 3 月之前
父節點
當前提交
bc6afc9161
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 }