UNPKG

@logicflow/core

Version:

LogicFlow, help you quickly create flowcharts

5 lines (4 loc) 150 B
import { get } from 'lodash-es'; export var isIe = function () { return get(window, 'navigator.userAgent', '').match(/MSIE|Trident/) !== null; };