Skip to content

Commit b774d0c

Browse files
authored
Merge pull request #20 from Code-Hex/export/errors
export errors
2 parents e661f82 + af16f29 commit b774d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export type { KeyStorer };
1111
export type { EmulatorEnv } from './emulator';
1212
export type { FirebaseIdToken } from './token-verifier';
1313
export type { RetryConfig };
14+
export * from './errors';
1415

1516
export class Auth extends BaseAuth {
1617
private static instance?: Auth;

0 commit comments

Comments
 (0)