فهرست منبع

Export `AbortableAsyncIterator` class as type (#188)

Abdulrahman Goni 5 ماه پیش
والد
کامیت
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 }