@grpc/grpc-js
Version:
gRPC Library for Node - pure JS implementation
10 lines • 339 B
JavaScript
;
// Original file: null
Object.defineProperty(exports, "__esModule", { value: true });
exports.SymbolVisibility = void 0;
exports.SymbolVisibility = {
VISIBILITY_UNSET: 'VISIBILITY_UNSET',
VISIBILITY_LOCAL: 'VISIBILITY_LOCAL',
VISIBILITY_EXPORT: 'VISIBILITY_EXPORT',
};
//# sourceMappingURL=SymbolVisibility.js.map