Skip to content

Commit 8413368

Browse files
committed
chore: update export
1 parent 7f71eed commit 8413368

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

src/fpnv/index.ts

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Firebase Phone Number Verification.
3+
*
4+
* @packageDocumentation
5+
*/
6+
17
/*!
28
* @license
39
* Copyright 2025 Google LLC
@@ -15,16 +21,21 @@
1521
* limitations under the License.
1622
*/
1723

18-
/**
19-
* Firebase Phone Number Verification.
20-
*
21-
* @packageDocumentation
22-
*/
23-
2424
import { App, getApp } from '../app';
2525
import { FirebaseApp } from '../app/firebase-app';
2626
import { Fpnv } from './fpnv';
2727

28+
export {
29+
Fpnv
30+
} from './fpnv';
31+
32+
export {
33+
FpnvToken,
34+
FirebasePnvError,
35+
FpnvErrorCode,
36+
ErrorInfo
37+
} from './fpnv-api'
38+
2839
/**
2940
* Gets the {@link Fpnv} service for the default app or a
3041
* given app.

0 commit comments

Comments
 (0)