UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the MUI X Data Grid components.

7 lines (6 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJSDOM = void 0; const isJSDOM = exports.isJSDOM = typeof window !== 'undefined' && /jsdom|HappyDOM/.test(window.navigator.userAgent);