UNPKG

react-a11y

Version:

Warns about potential accessibility issues with your React elements.

12 lines (9 loc) 281 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function () { var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var name = arguments[1]; return typeof props[name] === 'function'; };