📄 SymbolVisibility.js
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/generated/google/protobuf/SymbolVisibility.js
Language: js • Lines: 10
"use strict";
// 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