2019-08-27 10:54:01 -07:00
|
|
|
/**
|
2022-10-18 11:19:24 -04:00
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
2019-08-27 10:54:01 -07:00
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*
|
|
|
|
|
* @flow
|
|
|
|
|
*/
|
2019-01-22 11:04:37 -08:00
|
|
|
|
2022-12-20 14:27:01 -05:00
|
|
|
/* eslint-disable no-unused-vars */
|
|
|
|
|
|
2024-03-22 11:20:18 -04:00
|
|
|
declare const __EXTENSION__: boolean;
|
|
|
|
|
declare const __TEST__: boolean;
|
2021-08-25 15:35:38 -07:00
|
|
|
|
2024-06-17 16:31:36 +01:00
|
|
|
declare const __IS_FIREFOX__: boolean;
|
2024-07-08 18:42:58 -04:00
|
|
|
declare const __IS_CHROME__: boolean;
|
|
|
|
|
declare const __IS_EDGE__: boolean;
|
2024-08-02 10:51:15 +01:00
|
|
|
declare const __IS_NATIVE__: boolean;
|