@grpc.ts/nestjs-server
Version:
NestJS package for server
4 lines (3 loc) • 354 B
TypeScript
export { status, Metadata, StatusBuilder, GrpcTimestamp, createMetadata, ServerCredentials, createSecureContext, grpcTimestampToDate, dateToGrpcTimestamp, type Timestamp, type StatusObject, type ServiceError, type TUnaryCallback, type ServerUnaryCall, } from '@grpc.ts/core';
export { GrpcUnaryMethod } from './decorators';
export * from './GrpcServer';