UNPKG

276 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.VERSION_NEUTRAL = void 0;
4/**
5 * Indicates that this will work for any version passed in the request, or no version.
6 *
7 * @publicApi
8 */
9exports.VERSION_NEUTRAL = Symbol('VERSION_NEUTRAL');