UNPKG

@grpc.ts/core

Version:
3 lines (2 loc) 247 B
import type { IClientProps, IGrpcClientWrapperProps } from './interface'; export declare function createClient({ url, options, credentials: creds, package: packageInfo, packageDefinitionOptions, }: IClientProps): Promise<IGrpcClientWrapperProps>;