UNPKG

react-a11y

Version:

Warns about potential accessibility issues with your React elements.

8 lines (7 loc) 220 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); // this is only true when in a browser-like environment // (or someone seriously messed up) exports.default = typeof window !== 'undefined';