Variables
Const IS_EDGE
IS_EDGE: boolean = /Edge/.test(navigator.userAgent)
Const IS_IE
IS_IE: boolean = /Trident/.test(navigator.userAgent)
Const IS_MAC
IS_MAC: boolean = !!navigator.platform.match(/Mac/i)
Const IS_WIN
IS_WIN: boolean = !!navigator.platform.match(/Win/i)
The namespace for platform related utilities.