Skip to content

Commit

Permalink
feat: export protos in src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 committed Feb 26, 2020
1 parent 854e4eb commit 3fe21ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1004,3 +1004,5 @@ export interface DatastoreOptions extends GoogleAuthOptions {
export interface KeyToLegacyUrlSafeCallback {
(err?: Error | null, urlSafeKey?: string): void;
}
import * as protos from '../protos/protos';
export {protos};

0 comments on commit 3fe21ab

Please sign in to comment.