UNPKG

@logicflow/core

Version:

LogicFlow, help you quickly create flowcharts

5 lines (3 loc) 131 B
import { get } from 'lodash-es' export const isIe = () => get(window, 'navigator.userAgent', '').match(/MSIE|Trident/) !== null