Skip to content

Commit da8ead3

Browse files
committed
Export functions public types
1 parent 4190745 commit da8ead3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

common/api-review/functions-exp.api.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export function httpsCallable(functionsInstance: Functions, name: string, option
1919
export function useFunctionsEmulator(functionsInstance: Functions, host: string, port: number): void;
2020

2121

22+
export * from "@firebase/functions-types-exp";
23+
2224
// (No @packageDocumentation comment for this package)
2325

2426
```

packages-exp/functions-exp/src/api.ts

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ import {
3232
httpsCallable as _httpsCallable
3333
} from './service';
3434

35+
export * from '@firebase/functions-types-exp';
36+
3537
/**
3638
* Returns a Functions instance for the given app.
3739
* @param app - The FirebaseApp to use.

0 commit comments

Comments
 (0)