Skip to content

Commit ec82d5d

Browse files
russellwheatleymikehardy
authored andcommitted
chore: clean up of exports
1 parent 0cec8f7 commit ec82d5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/vertexai/lib/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
import { getApp, ReactNativeFirebase } from '@react-native-firebase/app';
1919
import { VertexAIBackend, AIModel, AIError, AIErrorCode } from '@react-native-firebase/ai';
2020
import { VertexAIOptions, VertexAI } from './public-types';
21-
export * from './public-types';
22-
export * from '@react-native-firebase/ai';
2321

2422
const DEFAULT_LOCATION = 'us-central1';
2523

@@ -78,3 +76,6 @@ export const VertexAIError = AIError;
7876

7977
export { AIErrorCode as VertexAIErrorCode };
8078
export { VertexAIBackend, AIModel, AIError };
79+
80+
export * from './public-types';
81+
export * from '@react-native-firebase/ai';

0 commit comments

Comments
 (0)