Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / @grpc / grpc-js / build / src / channel-options.js
diff --git a/legacy-libs/grpc-cloned/node_modules/@grpc/grpc-js/build/src/channel-options.js b/legacy-libs/grpc-cloned/node_modules/@grpc/grpc-js/build/src/channel-options.js
new file mode 100644 (file)
index 0000000..5abebf6
--- /dev/null
@@ -0,0 +1,15 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+/**
+ * This is for checking provided options at runtime. This is an object for
+ * easier membership checking.
+ */
+exports.recognizedOptions = {
+    'grpc.ssl_target_name_override': true,
+    'grpc.primary_user_agent': true,
+    'grpc.secondary_user_agent': true,
+    'grpc.default_authority': true,
+    'grpc.keepalive_time_ms': true,
+    'grpc.keepalive_timeout_ms': true
+};
+//# sourceMappingURL=channel-options.js.map
\ No newline at end of file