ソースを参照

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'