/** * Copyright © INOVUA TRADING. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ declare const IS_EDGE: boolean; declare const IS_MS_BROWSER: boolean; declare const IS_IE: boolean; declare const IS_FF: boolean; export { IS_EDGE, IS_IE, IS_MS_BROWSER, IS_FF };