소스 검색

Export `AbortableAsyncIterator` class as type (#188)

Abdulrahman Goni 6 달 전
부모
커밋
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 }