فهرست منبع

export types from main entry point

Bruce MacDonald 1 سال پیش
والد
کامیت
c2ed8620a5
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/index.ts

+ 3 - 0
src/index.ts

@@ -313,3 +313,6 @@ export class Ollama {
 }
 
 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'