Skip to content

Instantly share code, notes, and snippets.

@jwulf
Last active February 29, 2020 16:28
Show Gist options
  • Save jwulf/dc1a619a8da2435526af24d2237a362e to your computer and use it in GitHub Desktop.
Save jwulf/dc1a619a8da2435526af24d2237a362e to your computer and use it in GitHub Desktop.
import { GrpcClient, GrpcClientCtor } from './GRPCClient'
export class GrpcConnectionFactory {
public static getGrpcClient(config: GrpcClientCtor) {
return new GrpcClient(config)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment