detectPlatform.d.ts 296 B

1234567891011
  1. /**
  2. * @license
  3. * Copyright 2023 Google Inc.
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. import { BrowserPlatform } from './browser-data/browser-data.js';
  7. /**
  8. * @public
  9. */
  10. export declare function detectBrowserPlatform(): BrowserPlatform | undefined;
  11. //# sourceMappingURL=detectPlatform.d.ts.map