Skip to content

Commit

Permalink
Export mistakenly removed ClientFactoryConstructor in 3c50d39
Browse files Browse the repository at this point in the history
  • Loading branch information
kondi committed Mar 19, 2019
1 parent 0f5ac6d commit 23ba757
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 @@ -11,6 +11,8 @@ import {
lookupPackage,
} from './utils';

export { ClientFactoryConstructor } from './utils';

export interface GenericServerBuilder<T> {
start(address: string, credentials?: grpc.ServerCredentials): void;
forceShutdown(): void;
Expand Down

0 comments on commit 23ba757

Please sign in to comment.