gRPC protocol buffer inspection utility
gRPC Library for Node - pure JS implementation
OpenTelemetry instrumentation for `@grpc/grpc-js` rpc client and server for gRPC framework
OpenTelemetry OTLP Exporter base (for internal use only)
OpenTelemetry Collector Exporter allows user to send collected log records to the OpenTelemetry Collector
gRPC utility library for loading .proto files
OpenTelemetry OTLP-gRPC Exporter base (for internal use only)
OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector
OpenTelemetry Collector Metrics Exporter allows user to send collected metrics to the OpenTelemetry Collector
string representations of objects in node and the browser
Common stuff for nice-grpc and nice-grpc-web
Determine if the JS environment has Symbol support. Supports spec, or shams.
Determine if the current node version supports the `--preserve-symlinks` flag.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
A grpc modules for NestJS
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Does this JS environment support the `name` property on functions?
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Is this specifier a node.js core module?
Returns an array of Typed Array names that are available in the current environment
Determine if a function is a native generator function.
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value negative zero? === will lie to you