isIe

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.is

Detect if is ie (internet explorer)

Params

  1. ua”navigator.userAgent”String

    The user agent on which to make the test

Return

  1. -Boolean

    true if is ie, false if not

Example

import { isIe } from '@blackbyte/sugar/is'
if (isIe()) {
  // do something cool
}

Todo

  • testsnormal