UNPKG

@grpc.ts/nestjs-server

Version:
4 lines (3 loc) 354 B
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';